# This file is automatically @generated by Cargo. # It is not intended for manual editing. version = 3 [[package]] name = "Inflector" version = "0.11.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3" dependencies = [ "lazy_static", "regex", ] [[package]] name = "addchain" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3b2e69442aa5628ea6951fa33e24efe8313f4321a91bd729fc2f75bdfc858570" dependencies = [ "num-bigint 0.3.3", "num-integer", "num-traits", ] [[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 = "aead" version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5c192eb8f11fc081b0fe4259ba5af04217d4e0faddd02417310a927911abd7c8" dependencies = [ "crypto-common", "generic-array", ] [[package]] name = "aes" version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "433cfd6710c9986c576a25ca913c39d66a6474107b406f34f91d4a8923395241" dependencies = [ "cfg-if", "cipher", "cpufeatures", ] [[package]] name = "aes-gcm" version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "82e1366e0c69c9f927b1fa5ce2c7bf9eafc8f9268c0b9800729e8b267612447c" dependencies = [ "aead", "aes", "cipher", "ctr", "ghash", "subtle", ] [[package]] name = "ahash" version = "0.7.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9" dependencies = [ "getrandom 0.2.15", "once_cell", "version_check", ] [[package]] name = "ahash" version = "0.8.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" dependencies = [ "cfg-if", "const-random", "getrandom 0.2.15", "once_cell", "version_check", "zerocopy", ] [[package]] name = "aho-corasick" version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" dependencies = [ "memchr", ] [[package]] name = "aliasable" version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd" [[package]] name = "aligned-vec" version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7e0966165eaf052580bd70eb1b32cb3d6245774c0104d1b2793e9650bf83b52a" dependencies = [ "equator", ] [[package]] name = "alloc-no-stdlib" version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" [[package]] name = "alloc-stdlib" version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" dependencies = [ "alloc-no-stdlib", ] [[package]] name = "allocator-api2" version = "0.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5" [[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 = "anemo" version = "0.0.0" source = "git+https://github.com/mystenlabs/anemo.git?rev=e609f7697ed6169bf0760882a0b6c032a57e4f3b#e609f7697ed6169bf0760882a0b6c032a57e4f3b" dependencies = [ "anyhow", "async-trait", "bincode", "bytes", "ed25519 1.5.3", "futures", "hex", "http 1.1.0", "matchit 0.5.0", "pin-project-lite", "pkcs8 0.9.0", "quinn", "quinn-proto", "rand 0.8.5", "rcgen", "ring 0.17.8", "rustls 0.23.20", "rustls-webpki 0.102.8", "serde", "serde_json", "socket2 0.5.6", "tap", "thiserror 1.0.69", "tokio", "tokio-util 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)", "tower 0.4.13", "tracing", "x509-parser", ] [[package]] name = "anemo-benchmark" version = "0.0.0" dependencies = [ "anemo", "anemo-build", "clap", "mysten-network", "rand 0.8.5", "telemetry-subscribers", "tokio", ] [[package]] name = "anemo-build" version = "0.0.0" source = "git+https://github.com/mystenlabs/anemo.git?rev=e609f7697ed6169bf0760882a0b6c032a57e4f3b#e609f7697ed6169bf0760882a0b6c032a57e4f3b" dependencies = [ "prettyplease", "proc-macro2 1.0.87", "quote 1.0.37", "syn 2.0.87", ] [[package]] name = "anemo-cli" version = "0.0.0" source = "git+https://github.com/mystenlabs/anemo.git?rev=e609f7697ed6169bf0760882a0b6c032a57e4f3b#e609f7697ed6169bf0760882a0b6c032a57e4f3b" dependencies = [ "anemo", "anemo-tower", "bytes", "clap", "dashmap", "rand 0.8.5", "tokio", "tower 0.4.13", "tracing", ] [[package]] name = "anemo-tower" version = "0.0.0" source = "git+https://github.com/mystenlabs/anemo.git?rev=e609f7697ed6169bf0760882a0b6c032a57e4f3b#e609f7697ed6169bf0760882a0b6c032a57e4f3b" dependencies = [ "anemo", "bytes", "dashmap", "futures", "governor", "nonzero_ext", "pin-project-lite", "tokio", "tower 0.4.13", "tracing", "uuid 1.2.2", ] [[package]] name = "anes" version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" [[package]] name = "anstream" version = "0.6.13" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb" dependencies = [ "anstyle", "anstyle-parse", "anstyle-query", "anstyle-wincon", "colorchoice", "utf8parse", ] [[package]] name = "anstyle" version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc" [[package]] name = "anstyle-parse" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee" 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 = "3.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7" dependencies = [ "anstyle", "windows-sys 0.52.0", ] [[package]] name = "anyhow" version = "1.0.86" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" dependencies = [ "backtrace", ] [[package]] name = "arbitrary" version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e2d098ff73c1ca148721f37baad5ea6a465a13f9573aba8641fbbbae8164a54e" dependencies = [ "derive_arbitrary", ] [[package]] name = "arc-swap" version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6" dependencies = [ "serde", ] [[package]] name = "ark-bn254" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a22f4561524cd949590d78d7d4c5df8f592430d221f7f3c9497bbafd8972120f" dependencies = [ "ark-ec", "ark-ff", "ark-std", ] [[package]] name = "ark-crypto-primitives" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1f3a13b34da09176a8baba701233fdffbaa7c1b1192ce031a3da4e55ce1f1a56" dependencies = [ "ark-ec", "ark-ff", "ark-relations", "ark-serialize", "ark-snark", "ark-std", "blake2", "derivative", "digest 0.10.7", "sha2 0.10.8", ] [[package]] name = "ark-ec" version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3c60370a92f8e1a5f053cad73a862e1b99bc642333cd676fa11c0c39f80f4ac2" dependencies = [ "ark-ff", "ark-poly", "ark-serialize", "ark-std", "derivative", "hashbrown 0.13.2", "itertools 0.10.5", "num-traits", "zeroize", ] [[package]] name = "ark-ff" version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec847af850f44ad29048935519032c33da8aa03340876d351dfab5660d2966ba" dependencies = [ "ark-ff-asm", "ark-ff-macros", "ark-serialize", "ark-std", "derivative", "digest 0.10.7", "itertools 0.10.5", "num-bigint 0.4.4", "num-traits", "paste", "rustc_version", "zeroize", ] [[package]] name = "ark-ff-asm" version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3ed4aa4fe255d0bc6d79373f7e31d2ea147bcf486cba1be5ba7ea85abdb92348" dependencies = [ "quote 1.0.37", "syn 1.0.107", ] [[package]] name = "ark-ff-macros" version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7abe79b0e4288889c4574159ab790824d0033b9fdcb2a112a3182fac2e514565" dependencies = [ "num-bigint 0.4.4", "num-traits", "proc-macro2 1.0.87", "quote 1.0.37", "syn 1.0.107", ] [[package]] name = "ark-groth16" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "20ceafa83848c3e390f1cbf124bc3193b3e639b3f02009e0e290809a501b95fc" dependencies = [ "ark-crypto-primitives", "ark-ec", "ark-ff", "ark-poly", "ark-relations", "ark-serialize", "ark-std", ] [[package]] name = "ark-poly" version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8f6ec811462cabe265cfe1b102fcfe3df79d7d2929c2425673648ee9abfd0272" dependencies = [ "ark-ff", "ark-serialize", "ark-std", "derivative", "hashbrown 0.13.2", ] [[package]] name = "ark-relations" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "00796b6efc05a3f48225e59cb6a2cda78881e7c390872d5786aaf112f31fb4f0" dependencies = [ "ark-ff", "ark-std", "tracing", ] [[package]] name = "ark-secp256r1" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3975a01b0a6e3eae0f72ec7ca8598a6620fc72fa5981f6f5cca33b7cd788f633" dependencies = [ "ark-ec", "ark-ff", "ark-std", ] [[package]] name = "ark-serialize" version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "adb7b85a02b83d2f22f89bd5cac66c9c89474240cb6207cb1efc16d098e822a5" dependencies = [ "ark-serialize-derive", "ark-std", "digest 0.10.7", "num-bigint 0.4.4", ] [[package]] name = "ark-serialize-derive" version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ae3281bc6d0fd7e549af32b52511e1302185bd688fd3359fa36423346ff682ea" dependencies = [ "proc-macro2 1.0.87", "quote 1.0.37", "syn 1.0.107", ] [[package]] name = "ark-snark" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "84d3cc6833a335bb8a600241889ead68ee89a3cf8448081fb7694c0fe503da63" dependencies = [ "ark-ff", "ark-relations", "ark-serialize", "ark-std", ] [[package]] name = "ark-std" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185" dependencies = [ "num-traits", "rand 0.8.5", ] [[package]] name = "arrayref" version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544" [[package]] name = "arrayvec" version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" [[package]] name = "arrayvec" version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6" [[package]] name = "arrow" version = "52.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6127ea5e585a12ec9f742232442828ebaf264dfa5eefdd71282376c599562b77" dependencies = [ "arrow-arith", "arrow-array", "arrow-buffer", "arrow-cast", "arrow-csv", "arrow-data", "arrow-ipc", "arrow-json", "arrow-ord", "arrow-row", "arrow-schema", "arrow-select", "arrow-string", ] [[package]] name = "arrow-arith" version = "52.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7add7f39210b7d726e2a8efc0083e7bf06e8f2d15bdb4896b564dce4410fbf5d" dependencies = [ "arrow-array", "arrow-buffer", "arrow-data", "arrow-schema", "chrono", "half 2.3.1", "num", ] [[package]] name = "arrow-array" version = "52.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "81c16ec702d3898c2f5cfdc148443c6cd7dbe5bac28399859eb0a3d38f072827" dependencies = [ "ahash 0.8.11", "arrow-buffer", "arrow-data", "arrow-schema", "chrono", "half 2.3.1", "hashbrown 0.14.1", "num", ] [[package]] name = "arrow-buffer" version = "52.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cae6970bab043c4fbc10aee1660ceb5b306d0c42c8cc5f6ae564efcd9759b663" dependencies = [ "bytes", "half 2.3.1", "num", ] [[package]] name = "arrow-cast" version = "52.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1c7ef44f26ef4f8edc392a048324ed5d757ad09135eff6d5509e6450d39e0398" dependencies = [ "arrow-array", "arrow-buffer", "arrow-data", "arrow-schema", "arrow-select", "atoi", "base64 0.22.1", "chrono", "half 2.3.1", "lexical-core", "num", "ryu", ] [[package]] name = "arrow-csv" version = "52.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5f843490bd258c5182b66e888161bb6f198f49f3792f7c7f98198b924ae0f564" dependencies = [ "arrow-array", "arrow-buffer", "arrow-cast", "arrow-data", "arrow-schema", "chrono", "csv", "csv-core", "lazy_static", "lexical-core", "regex", ] [[package]] name = "arrow-data" version = "52.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a769666ffac256dd301006faca1ca553d0ae7cffcf4cd07095f73f95eb226514" dependencies = [ "arrow-buffer", "arrow-schema", "half 2.3.1", "num", ] [[package]] name = "arrow-ipc" version = "52.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dbf9c3fb57390a1af0b7bb3b5558c1ee1f63905f3eccf49ae7676a8d1e6e5a72" dependencies = [ "arrow-array", "arrow-buffer", "arrow-cast", "arrow-data", "arrow-schema", "flatbuffers", ] [[package]] name = "arrow-json" version = "52.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "654e7f3724176b66ddfacba31af397c48e106fbe4d281c8144e7d237df5acfd7" dependencies = [ "arrow-array", "arrow-buffer", "arrow-cast", "arrow-data", "arrow-schema", "chrono", "half 2.3.1", "indexmap 2.7.0", "lexical-core", "num", "serde", "serde_json", ] [[package]] name = "arrow-ord" version = "52.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e8008370e624e8e3c68174faaf793540287106cfda8ad1da862fdc53d8e096b4" dependencies = [ "arrow-array", "arrow-buffer", "arrow-data", "arrow-schema", "arrow-select", "half 2.3.1", "num", ] [[package]] name = "arrow-row" version = "52.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ca5e3a6b7fda8d9fe03f3b18a2d946354ea7f3c8e4076dbdb502ad50d9d44824" dependencies = [ "ahash 0.8.11", "arrow-array", "arrow-buffer", "arrow-data", "arrow-schema", "half 2.3.1", "hashbrown 0.14.1", ] [[package]] name = "arrow-schema" version = "52.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dab1c12b40e29d9f3b699e0203c2a73ba558444c05e388a4377208f8f9c97eee" [[package]] name = "arrow-select" version = "52.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e80159088ffe8c48965cb9b1a7c968b2729f29f37363df7eca177fc3281fe7c3" dependencies = [ "ahash 0.8.11", "arrow-array", "arrow-buffer", "arrow-data", "arrow-schema", "num", ] [[package]] name = "arrow-string" version = "52.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0fd04a6ea7de183648edbcb7a6dd925bbd04c210895f6384c780e27a9b54afcd" dependencies = [ "arrow-array", "arrow-buffer", "arrow-data", "arrow-schema", "arrow-select", "memchr", "num", "regex", "regex-syntax 0.8.2", ] [[package]] name = "ascii-canvas" version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8824ecca2e851cec16968d54a01dd372ef8f95b244fb84b84e70128be347c3c6" dependencies = [ "term", ] [[package]] name = "ascii_utils" version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "71938f30533e4d95a6d17aa530939da3842c2ab6f4f84b9dae68447e4129f74a" [[package]] name = "asn1-rs" version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf6690c370453db30743b373a60ba498fc0d6d83b11f4abfd87a84a075db5dd4" dependencies = [ "asn1-rs-derive", "asn1-rs-impl", "displaydoc", "nom", "num-traits", "rusticata-macros", "thiserror 1.0.69", "time", ] [[package]] name = "asn1-rs-derive" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "726535892e8eae7e70657b4c8ea93d26b8553afb1ce617caee529ef96d7dee6c" dependencies = [ "proc-macro2 1.0.87", "quote 1.0.37", "syn 1.0.107", "synstructure 0.12.6", ] [[package]] name = "asn1-rs-impl" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2777730b2039ac0f95f093556e61b6d26cebed5393ca6f152717777cec3a42ed" dependencies = [ "proc-macro2 1.0.87", "quote 1.0.37", "syn 1.0.107", ] [[package]] name = "assert-json-diff" version = "2.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12" dependencies = [ "serde", "serde_json", ] [[package]] name = "assert_cmd" version = "2.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fa3d466004a8b4cb1bc34044240a2fd29d17607e2e3bd613eb44fd48e8100da3" dependencies = [ "bstr", "doc-comment", "predicates", "predicates-core", "predicates-tree", "wait-timeout", ] [[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-compression" version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a116f46a969224200a0a97f29cfd4c50e7534e4b4826bd23ea2c3c533039c82c" dependencies = [ "brotli 3.3.4", "flate2", "futures-core", "memchr", "pin-project-lite", "tokio", "zstd 0.13.2", "zstd-safe 7.2.1", ] [[package]] name = "async-graphql" version = "7.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b16926f97f683ff3b47b035cc79622f3d6a374730b07a5d9051e81e88b5f1904" dependencies = [ "async-graphql-derive", "async-graphql-parser", "async-graphql-value", "async-stream", "async-trait", "base64 0.13.1", "bytes", "chrono", "fast_chemail", "fnv", "futures-channel", "futures-timer", "futures-util", "handlebars", "http 1.1.0", "indexmap 2.7.0", "lru 0.7.8", "mime", "multer", "num-traits", "once_cell", "opentelemetry 0.21.0", "pin-project-lite", "regex", "serde", "serde_json", "serde_urlencoded", "static_assertions_next", "tempfile", "thiserror 1.0.69", "tracing", "tracing-futures", ] [[package]] name = "async-graphql-axum" version = "7.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "de3415c9dbaf54397292da0bb81a907e2b989661ce068e4ccfebac33dc9e245e" dependencies = [ "async-graphql", "async-trait", "axum 0.7.5", "bytes", "futures-util", "serde_json", "tokio", "tokio-stream", "tokio-util 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)", "tower-service", ] [[package]] name = "async-graphql-derive" version = "7.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a6a7349168b79030e3172a620f4f0e0062268a954604e41475eff082380fe505" dependencies = [ "Inflector", "async-graphql-parser", "darling 0.20.3", "proc-macro-crate 1.1.3", "proc-macro2 1.0.87", "quote 1.0.37", "strum 0.25.0", "syn 2.0.87", "thiserror 1.0.69", ] [[package]] name = "async-graphql-parser" version = "7.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "58fdc0adf9f53c2b65bb0ff5170cba1912299f248d0e48266f444b6f005deb1d" dependencies = [ "async-graphql-value", "pest", "serde", "serde_json", ] [[package]] name = "async-graphql-value" version = "7.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7cf4d4e86208f4f9b81a503943c07e6e7f29ad3505e6c9ce6431fe64dc241681" dependencies = [ "bytes", "indexmap 2.7.0", "serde", "serde_json", ] [[package]] name = "async-recursion" version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0e97ce7de6cf12de5d7226c73f5ba9811622f4db3a5b91b55c53e987e5f91cba" dependencies = [ "proc-macro2 1.0.87", "quote 1.0.37", "syn 2.0.87", ] [[package]] name = "async-stream" version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476" dependencies = [ "async-stream-impl", "futures-core", "pin-project-lite", ] [[package]] name = "async-stream-impl" version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d" dependencies = [ "proc-macro2 1.0.87", "quote 1.0.37", "syn 2.0.87", ] [[package]] name = "async-task" version = "4.3.0" source = "git+https://github.com/mystenmark/async-task?rev=4e45b26e11126b191701b9b2ce5e2346b8d7682f#4e45b26e11126b191701b9b2ce5e2346b8d7682f" [[package]] name = "async-trait" version = "0.1.85" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f934833b4b7233644e5848f235df3f57ed8c80f1528a26c3dfa13d2147fa056" dependencies = [ "proc-macro2 1.0.87", "quote 1.0.37", "syn 2.0.87", ] [[package]] name = "async_io_stream" version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b6d7b9decdf35d8908a7e3ef02f64c5e9b1695e230154c0e8de3969142d9b94c" dependencies = [ "futures", "pharos", "rustc_version", ] [[package]] name = "async_once" version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2ce4f10ea3abcd6617873bae9f91d1c5332b4a778bd9ce34d0cd517474c1de82" [[package]] name = "asynchronous-codec" version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4057f2c32adbb2fc158e22fb38433c8e9bbf76b75a4732c7c0cbaf695fb65568" dependencies = [ "bytes", "futures-sink", "futures-util", "memchr", "pin-project-lite", ] [[package]] name = "atoi" version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528" dependencies = [ "num-traits", ] [[package]] name = "atomic-waker" version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" [[package]] name = "atomic_float" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "62af46d040ba9df09edc6528dae9d8e49f5f3e82f55b7d2ec31a733c38dbc49d" [[package]] name = "atomicwrites" version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc7b2dbe9169059af0f821e811180fddc971fc210c776c133c7819ccd6e478db" dependencies = [ "rustix 0.38.28", "tempfile", "windows-sys 0.52.0", ] [[package]] name = "auto_impl" version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fee3da8ef1276b0bee5dd1c7258010d8fffd31801447323115a25560e1327b89" dependencies = [ "proc-macro-error", "proc-macro2 1.0.87", "quote 1.0.37", "syn 1.0.107", ] [[package]] name = "auto_ops" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7460f7dd8e100147b82a63afca1a20eb6c231ee36b90ba7272e14951cb58af59" [[package]] name = "autocfg" version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "aws-config" version = "0.56.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc6b3804dca60326e07205179847f17a4fce45af3a1106939177ad41ac08a6de" dependencies = [ "aws-credential-types", "aws-http", "aws-sdk-sso", "aws-sdk-sts", "aws-smithy-async", "aws-smithy-client", "aws-smithy-http", "aws-smithy-http-tower", "aws-smithy-json", "aws-smithy-types", "aws-types", "bytes", "fastrand 2.0.0", "hex", "http 0.2.9", "hyper 0.14.26", "ring 0.16.20", "time", "tokio", "tower 0.4.13", "tracing", "zeroize", ] [[package]] name = "aws-credential-types" version = "0.56.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "70a66ac8ef5fa9cf01c2d999f39d16812e90ec1467bd382cbbb74ba23ea86201" dependencies = [ "aws-smithy-async", "aws-smithy-types", "fastrand 2.0.0", "tokio", "tracing", "zeroize", ] [[package]] name = "aws-http" version = "0.56.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3e626370f9ba806ae4c439e49675fd871f5767b093075cdf4fef16cac42ba900" dependencies = [ "aws-credential-types", "aws-smithy-http", "aws-smithy-types", "aws-types", "bytes", "http 0.2.9", "http-body 0.4.5", "lazy_static", "percent-encoding", "pin-project-lite", "tracing", ] [[package]] name = "aws-runtime" version = "0.56.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "07ac5cf0ff19c1bca0cea7932e11b239d1025a45696a4f44f72ea86e2b8bdd07" dependencies = [ "aws-credential-types", "aws-http", "aws-sigv4", "aws-smithy-async", "aws-smithy-http", "aws-smithy-runtime-api", "aws-smithy-types", "aws-types", "fastrand 2.0.0", "http 0.2.9", "percent-encoding", "tracing", "uuid 1.2.2", ] [[package]] name = "aws-sdk-dynamodb" version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3b4df8750310555fa980f020f152e91013cf83d01036dab992cb64286e11431" dependencies = [ "aws-credential-types", "aws-http", "aws-runtime", "aws-smithy-async", "aws-smithy-client", "aws-smithy-http", "aws-smithy-json", "aws-smithy-runtime", "aws-smithy-runtime-api", "aws-smithy-types", "aws-types", "bytes", "fastrand 2.0.0", "http 0.2.9", "regex", "tokio-stream", "tracing", ] [[package]] name = "aws-sdk-ec2" version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c58f098f12b70166afd023949291df62f7f716cb5866ac4256178cd3321d1b1b" dependencies = [ "aws-credential-types", "aws-http", "aws-runtime", "aws-smithy-async", "aws-smithy-client", "aws-smithy-http", "aws-smithy-json", "aws-smithy-query", "aws-smithy-runtime", "aws-smithy-runtime-api", "aws-smithy-types", "aws-smithy-xml", "aws-types", "fastrand 2.0.0", "http 0.2.9", "regex", "tokio-stream", "tracing", ] [[package]] name = "aws-sdk-sso" version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "903f888ff190e64f6f5c83fb0f8d54f9c20481f1dc26359bb8896f5d99908949" dependencies = [ "aws-credential-types", "aws-http", "aws-runtime", "aws-smithy-async", "aws-smithy-client", "aws-smithy-http", "aws-smithy-json", "aws-smithy-runtime", "aws-smithy-runtime-api", "aws-smithy-types", "aws-types", "bytes", "http 0.2.9", "regex", "tokio-stream", "tracing", ] [[package]] name = "aws-sdk-sts" version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a47ad6bf01afc00423d781d464220bf69fb6a674ad6629cbbcb06d88cdc2be82" dependencies = [ "aws-credential-types", "aws-http", "aws-runtime", "aws-smithy-async", "aws-smithy-client", "aws-smithy-http", "aws-smithy-json", "aws-smithy-query", "aws-smithy-runtime", "aws-smithy-runtime-api", "aws-smithy-types", "aws-smithy-xml", "aws-types", "http 0.2.9", "regex", "tracing", ] [[package]] name = "aws-sigv4" version = "0.56.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b7b28f4910bb956b7ab320b62e98096402354eca976c587d1eeccd523d9bac03" dependencies = [ "aws-smithy-http", "form_urlencoded", "hex", "hmac 0.12.1", "http 0.2.9", "once_cell", "percent-encoding", "regex", "sha2 0.10.8", "time", "tracing", ] [[package]] name = "aws-smithy-async" version = "0.56.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2cdb73f85528b9d19c23a496034ac53703955a59323d581c06aa27b4e4e247af" dependencies = [ "futures-util", "pin-project-lite", "tokio", "tokio-stream", ] [[package]] name = "aws-smithy-client" version = "0.56.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c27b2756264c82f830a91cb4d2d485b2d19ad5bea476d9a966e03d27f27ba59a" dependencies = [ "aws-smithy-async", "aws-smithy-http", "aws-smithy-http-tower", "aws-smithy-types", "bytes", "fastrand 2.0.0", "http 0.2.9", "http-body 0.4.5", "hyper 0.14.26", "hyper-rustls 0.24.0", "lazy_static", "pin-project-lite", "rustls 0.21.12", "tokio", "tower 0.4.13", "tracing", ] [[package]] name = "aws-smithy-http" version = "0.56.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "54cdcf365d8eee60686885f750a34c190e513677db58bbc466c44c588abf4199" dependencies = [ "aws-smithy-types", "bytes", "bytes-utils", "futures-core", "http 0.2.9", "http-body 0.4.5", "hyper 0.14.26", "once_cell", "percent-encoding", "pin-project-lite", "pin-utils", "tokio", "tokio-util 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)", "tracing", ] [[package]] name = "aws-smithy-http-tower" version = "0.56.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "822de399d0ce62829a69dfa8c5cd08efdbe61a7426b953e2268f8b8b52a607bd" dependencies = [ "aws-smithy-http", "aws-smithy-types", "bytes", "http 0.2.9", "http-body 0.4.5", "pin-project-lite", "tower 0.4.13", "tracing", ] [[package]] name = "aws-smithy-json" version = "0.56.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4fb1e7ab8fa7ad10c193af7ae56d2420989e9f4758bf03601a342573333ea34f" dependencies = [ "aws-smithy-types", ] [[package]] name = "aws-smithy-query" version = "0.56.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "28556a3902091c1f768a34f6c998028921bdab8d47d92586f363f14a4a32d047" dependencies = [ "aws-smithy-types", "urlencoding", ] [[package]] name = "aws-smithy-runtime" version = "0.56.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "745e096b3553e7e0f40622aa04971ce52765af82bebdeeac53aa6fc82fe801e6" dependencies = [ "aws-smithy-async", "aws-smithy-client", "aws-smithy-http", "aws-smithy-runtime-api", "aws-smithy-types", "bytes", "fastrand 2.0.0", "http 0.2.9", "http-body 0.4.5", "once_cell", "pin-project-lite", "pin-utils", "tokio", "tracing", ] [[package]] name = "aws-smithy-runtime-api" version = "0.56.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "93d0ae0c9cfd57944e9711ea610b48a963fb174a53aabacc08c5794a594b1d02" dependencies = [ "aws-smithy-async", "aws-smithy-http", "aws-smithy-types", "bytes", "http 0.2.9", "tokio", "tracing", ] [[package]] name = "aws-smithy-types" version = "0.56.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d90dbc8da2f6be461fa3c1906b20af8f79d14968fe47f2b7d29d086f62a51728" dependencies = [ "base64-simd", "itoa", "num-integer", "ryu", "serde", "time", ] [[package]] name = "aws-smithy-xml" version = "0.56.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e01d2dedcdd8023043716cfeeb3c6c59f2d447fce365d8e194838891794b23b6" dependencies = [ "xmlparser", ] [[package]] name = "aws-types" version = "0.56.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "85aa0451bf8af1bf22a4f028d5d28054507a14be43cb8ac0597a8471fba9edfe" dependencies = [ "aws-credential-types", "aws-smithy-async", "aws-smithy-client", "aws-smithy-http", "aws-smithy-types", "http 0.2.9", "rustc_version", "tracing", ] [[package]] name = "axum" version = "0.6.20" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf" dependencies = [ "async-trait", "axum-core 0.3.4", "bitflags 1.3.2", "bytes", "futures-util", "http 0.2.9", "http-body 0.4.5", "hyper 0.14.26", "itoa", "matchit 0.7.0", "memchr", "mime", "percent-encoding", "pin-project-lite", "rustversion", "serde", "sync_wrapper 0.1.2", "tower 0.4.13", "tower-layer", "tower-service", ] [[package]] name = "axum" version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3a6c9af12842a67734c9a2e355436e5d03b22383ed60cf13cd0c18fbfe3dcbcf" dependencies = [ "async-trait", "axum-core 0.4.3", "axum-macros", "base64 0.21.7", "bytes", "futures-util", "http 1.1.0", "http-body 1.0.1", "http-body-util", "hyper 1.5.2", "hyper-util", "itoa", "matchit 0.7.0", "memchr", "mime", "percent-encoding", "pin-project-lite", "rustversion", "serde", "serde_json", "serde_path_to_error", "serde_urlencoded", "sha1", "sync_wrapper 1.0.1", "tokio", "tokio-tungstenite 0.21.0", "tower 0.4.13", "tower-layer", "tower-service", "tracing", ] [[package]] name = "axum-core" version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c" dependencies = [ "async-trait", "bytes", "futures-util", "http 0.2.9", "http-body 0.4.5", "mime", "rustversion", "tower-layer", "tower-service", ] [[package]] name = "axum-core" version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a15c63fd72d41492dc4f497196f5da1fb04fb7529e631d73630d1b491e47a2e3" dependencies = [ "async-trait", "bytes", "futures-util", "http 1.1.0", "http-body 1.0.1", "http-body-util", "mime", "pin-project-lite", "rustversion", "sync_wrapper 0.1.2", "tower-layer", "tower-service", "tracing", ] [[package]] name = "axum-extra" version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0be6ea09c9b96cb5076af0de2e383bd2bc0c18f827cf1967bdd353e0b910d733" dependencies = [ "axum 0.7.5", "axum-core 0.4.3", "bytes", "futures-util", "headers", "http 1.1.0", "http-body 1.0.1", "http-body-util", "mime", "pin-project-lite", "serde", "tower 0.4.13", "tower-layer", "tower-service", "tracing", ] [[package]] name = "axum-macros" version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "00c055ee2d014ae5981ce1016374e8213682aa14d9bf40e48ab48b5f3ef20eaa" dependencies = [ "heck 0.4.1", "proc-macro2 1.0.87", "quote 1.0.37", "syn 2.0.87", ] [[package]] name = "axum-server" version = "0.6.1" source = "git+https://github.com/bmwill/axum-server.git?rev=f44323e271afdd1365fd0c8b0a4c0bbdf4956cb7#f44323e271afdd1365fd0c8b0a4c0bbdf4956cb7" dependencies = [ "arc-swap", "bytes", "futures-util", "http 1.1.0", "http-body 1.0.1", "http-body-util", "hyper 1.5.2", "hyper-util", "pin-project-lite", "rustls 0.23.20", "rustls-pemfile 2.1.2", "rustls-pki-types", "tokio", "tokio-rustls 0.26.0", "tower 0.4.13", "tower-service", ] [[package]] name = "backoff" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1" dependencies = [ "futures-core", "getrandom 0.2.15", "instant", "pin-project-lite", "rand 0.8.5", "tokio", ] [[package]] name = "backtrace" version = "0.3.69" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837" dependencies = [ "addr2line", "cc", "cfg-if", "libc", "miniz_oxide", "object", "rustc-demangle", ] [[package]] name = "backtrace-ext" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "537beee3be4a18fb023b570f80e3ae28003db9167a751266b259926e25539d50" dependencies = [ "backtrace", ] [[package]] name = "base-x" version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" [[package]] name = "base16ct" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce" [[package]] name = "base16ct" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" [[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.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" [[package]] name = "base64" version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "base64-simd" version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195" dependencies = [ "outref", "vsimd", ] [[package]] name = "base64-url" version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c5b0a88aa36e9f095ee2e2b13fb8c5e4313e022783aedacc123328c0084916d" dependencies = [ "base64 0.21.7", ] [[package]] name = "base64ct" version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" [[package]] name = "bb8" version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b10cf871f3ff2ce56432fddc2615ac7acc3aa22ca321f8fea800846fbb32f188" dependencies = [ "async-trait", "futures-util", "parking_lot 0.12.3", "tokio", ] [[package]] name = "bcder" version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c627747a6774aab38beb35990d88309481378558875a41da1a4b2e373c906ef0" dependencies = [ "bytes", "smallvec", ] [[package]] name = "bcrypt-pbkdf" version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6aeac2e1fe888769f34f05ac343bbef98b14d1ffb292ab69d4608b3abc86f2a2" dependencies = [ "blowfish", "pbkdf2 0.12.1", "sha2 0.10.8", ] [[package]] name = "bcs" version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "85b6598a2f5d564fb7855dc6b06fd1c38cff5a72bd8b863a4d021938497b440a" dependencies = [ "serde", "thiserror 1.0.69", ] [[package]] name = "bech32" version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d86b93f97252c47b41663388e6d155714a9d0c398b99f1005cbc5f978b29f445" [[package]] name = "beef" version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1" [[package]] name = "bellpepper" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b89c91b2463f99a3a527a16a5b6862f257ee8188d3cf1fbc53af06fb61c09f4f" dependencies = [ "bellpepper-core", "byteorder", "ff 0.13.0", ] [[package]] name = "bellpepper-core" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1d8abb418570756396d722841b19edfec21d4e89e1cf8990610663040ecb1aea" dependencies = [ "blake2s_simd", "byteorder", "ff 0.13.0", "serde", "thiserror 1.0.69", ] [[package]] name = "better_any" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b359aebd937c17c725e19efcb661200883f04c49c53e7132224dac26da39d4a0" dependencies = [ "better_typeid_derive", ] [[package]] name = "better_typeid_derive" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3deeecb812ca5300b7d3f66f730cc2ebd3511c3d36c691dd79c165d5b19a26e3" dependencies = [ "proc-macro2 1.0.87", "quote 1.0.37", "syn 1.0.107", ] [[package]] name = "bigdecimal" version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "51d712318a27c7150326677b321a5fa91b55f6d9034ffd67f20319e147d40cee" dependencies = [ "autocfg", "libm", "num-bigint 0.4.4", "num-integer", "num-traits", ] [[package]] name = "bimap" version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "230c5f1ca6a325a32553f8640d31ac9b49f2411e901e427570154868b46da4f7" [[package]] name = "bin-version" version = "1.43.1" dependencies = [ "const-str", "git-version", ] [[package]] name = "bincode" version = "1.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" dependencies = [ "serde", ] [[package]] name = "bindgen" version = "0.65.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cfdf7b466f9a4903edc73f95d6d2bcd5baf8ae620638762244d3f60143643cc5" dependencies = [ "bitflags 1.3.2", "cexpr", "clang-sys", "lazy_static", "lazycell", "peeking_take_while", "prettyplease", "proc-macro2 1.0.87", "quote 1.0.37", "regex", "rustc-hash 1.1.0", "shlex", "syn 2.0.87", ] [[package]] name = "bip32" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b30ed1d6f8437a487a266c8293aeb95b61a23261273e3e02912cdb8b68bf798b" dependencies = [ "bs58 0.4.0", "hmac 0.12.1", "k256 0.11.6", "once_cell", "pbkdf2 0.11.0", "rand_core 0.6.4", "ripemd", "sha2 0.10.8", "subtle", "zeroize", ] [[package]] name = "bit-set" version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" dependencies = [ "bit-vec 0.6.3", ] [[package]] name = "bit-set" version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" dependencies = [ "bit-vec 0.8.0", ] [[package]] name = "bit-vec" version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" [[package]] name = "bit-vec" version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" [[package]] name = "bitcoin-private" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "73290177011694f38ec25e165d0387ab7ea749a4b81cd4c80dae5988229f7a57" [[package]] name = "bitcoin_hashes" version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5d7066118b13d4b20b23645932dfb3a81ce7e29f95726c2036fa33cd7b092501" dependencies = [ "bitcoin-private", ] [[package]] name = "bitflags" version = "1.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bitflags" version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" [[package]] name = "bitmaps" version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2" dependencies = [ "typenum", ] [[package]] name = "bitvec" version = "0.20.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7774144344a4faa177370406a7ff5f1da24303817368584c6206c8303eb07848" dependencies = [ "funty 1.1.0", "radium 0.6.2", "tap", "wyz 0.2.0", ] [[package]] name = "bitvec" version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" dependencies = [ "funty 2.0.0", "radium 0.7.0", "tap", "wyz 0.5.1", ] [[package]] name = "blake2" version = "0.10.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe" dependencies = [ "digest 0.10.7", ] [[package]] name = "blake2b_simd" version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "23285ad32269793932e830392f2fe2f83e26488fd3ec778883a93c8323735780" dependencies = [ "arrayref", "arrayvec 0.7.2", "constant_time_eq 0.3.0", ] [[package]] name = "blake2s_simd" version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94230421e395b9920d23df13ea5d77a20e1725331f90fbbf6df6040b33f756ae" dependencies = [ "arrayref", "arrayvec 0.7.2", "constant_time_eq 0.3.0", ] [[package]] name = "block-buffer" version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" dependencies = [ "block-padding 0.2.1", "generic-array", ] [[package]] name = "block-buffer" version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e" dependencies = [ "generic-array", ] [[package]] name = "block-padding" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae" [[package]] name = "block-padding" version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0a90ec2df9600c28a01c56c4784c9207a96d2451833aeceb8cc97e4c9548bb78" dependencies = [ "generic-array", ] [[package]] name = "blowfish" version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e412e2cd0f2b2d93e02543ceae7917b3c70331573df19ee046bcbc35e45e87d7" dependencies = [ "byteorder", "cipher", ] [[package]] name = "blst" version = "0.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4378725facc195f1a538864863f6de233b500a8862747e7f165078a419d5e874" dependencies = [ "cc", "glob", "threadpool", "zeroize", ] [[package]] name = "blstrs" version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7a8a8ed6fefbeef4a8c7b460e4110e12c5e22a5b7cf32621aae6ad650c4dcf29" dependencies = [ "blst", "byte-slice-cast", "ff 0.13.0", "group 0.13.0", "pairing", "rand_core 0.6.4", "serde", "subtle", ] [[package]] name = "bnum" version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "50202def95bf36cb7d1d7a7962cea1c36a3f8ad42425e5d2b71d7acb8041b5b8" [[package]] name = "brotli" version = "3.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68" dependencies = [ "alloc-no-stdlib", "alloc-stdlib", "brotli-decompressor 2.3.2", ] [[package]] name = "brotli" version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "74f7971dbd9326d58187408ab83117d8ac1bb9c17b085fdacd1cf2f598719b6b" dependencies = [ "alloc-no-stdlib", "alloc-stdlib", "brotli-decompressor 4.0.1", ] [[package]] name = "brotli-decompressor" version = "2.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "59ad2d4653bf5ca36ae797b1f4bb4dbddb60ce49ca4aed8a2ce4829f60425b80" dependencies = [ "alloc-no-stdlib", "alloc-stdlib", ] [[package]] name = "brotli-decompressor" version = "4.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9a45bd2e4095a8b518033b128020dd4a55aab1c0a381ba4404a472630f4bc362" dependencies = [ "alloc-no-stdlib", "alloc-stdlib", ] [[package]] name = "bs58" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3" dependencies = [ "sha2 0.9.9", ] [[package]] name = "bs58" version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4" dependencies = [ "sha2 0.10.8", "tinyvec", ] [[package]] name = "bstr" version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c" dependencies = [ "memchr", "regex-automata 0.4.7", "serde", ] [[package]] name = "bumpalo" version = "3.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba" [[package]] name = "byte-slice-cast" version = "1.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c3ac9f8b63eca6fd385229b3675f6cc0dc5c8a5c8a54a59d4f52ffd670d87b0c" [[package]] name = "bytecount" version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2c676a478f63e9fa2dd5368a42f28bba0d6c560b775f38583c8bbaa7fcd67c9c" [[package]] name = "bytemuck" version = "1.16.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "102087e286b4677862ea56cf8fc58bb2cdfa8725c40ffb80fe3a008eb7f2fc83" [[package]] name = "byteorder" version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da" dependencies = [ "serde", ] [[package]] name = "bytes-utils" version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e47d3a8076e283f3acd27400535992edb3ba4b5bb72f8891ad8fbe7932a7d4b9" dependencies = [ "bytes", "either", ] [[package]] name = "bytes-varint" version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "54c1820c7c366b9d26c47143e1604454105a59969aade54e4f695d96acc8332f" dependencies = [ "bytes", ] [[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 = "cached" version = "0.43.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bc2fafddf188d13788e7099295a59b99e99b2148ab2195cae454e754cc099925" dependencies = [ "async-trait", "async_once", "cached_proc_macro", "cached_proc_macro_types", "futures", "hashbrown 0.13.2", "instant", "lazy_static", "once_cell", "thiserror 1.0.69", "tokio", ] [[package]] name = "cached_proc_macro" version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e10ca87c81aaa3a949dbbe2b5e6c2c45dbc94ba4897e45ea31ff9ec5087be3dc" dependencies = [ "cached_proc_macro_types", "darling 0.14.2", "proc-macro2 1.0.87", "quote 1.0.37", "syn 1.0.107", ] [[package]] name = "cached_proc_macro_types" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3a4f925191b4367301851c6d99b09890311d74b0d43f274c0b34c86d308a3663" [[package]] name = "camino" version = "1.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3" dependencies = [ "serde", ] [[package]] name = "cargo-platform" version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27" dependencies = [ "serde", ] [[package]] name = "cargo_metadata" version = "0.14.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa" dependencies = [ "camino", "cargo-platform", "semver 1.0.23", "serde", "serde_json", ] [[package]] name = "cargo_metadata" version = "0.15.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a" dependencies = [ "camino", "cargo-platform", "semver 1.0.23", "serde", "serde_json", "thiserror 1.0.69", ] [[package]] name = "cargo_metadata" version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037" dependencies = [ "camino", "cargo-platform", "semver 1.0.23", "serde", "serde_json", "thiserror 1.0.69", ] [[package]] name = "cassowary" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53" [[package]] name = "cast" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" [[package]] name = "cbc" version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6" dependencies = [ "cipher", ] [[package]] name = "cc" version = "1.0.94" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "17f6e324229dc011159fcc089755d1e2e216a90d43a7dea6853ca740b84f35e7" dependencies = [ "jobserver", "libc", ] [[package]] name = "cesu8" version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" [[package]] name = "cexpr" version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" dependencies = [ "nom", ] [[package]] name = "cfg-expr" version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "345c78335be0624ed29012dc10c49102196c6882c12dde65d9f35b02da2aada8" dependencies = [ "smallvec", "target-lexicon", ] [[package]] name = "cfg-if" version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chacha20" version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c3613f74bd2eac03dad61bd53dbe620703d4371614fe0bc3b9f04dd36fe4e818" dependencies = [ "cfg-if", "cipher", "cpufeatures", ] [[package]] name = "chrono" version = "0.4.38" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" dependencies = [ "android-tzdata", "iana-time-zone", "js-sys", "num-traits", "serde", "wasm-bindgen", "windows-targets 0.52.6", ] [[package]] name = "ciborium" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b0c137568cc60b904a7724001b35ce2630fd00d5d84805fbb608ab89509d788f" dependencies = [ "ciborium-io", "ciborium-ll", "serde", ] [[package]] name = "ciborium-io" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "346de753af073cc87b52b2083a506b38ac176a44cfb05497b622e27be899b369" [[package]] name = "ciborium-ll" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "213030a2b5a4e0c0892b6652260cf6ccac84827b83a85a534e178e3906c4cf1b" 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.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fa2e27ae6ab525c3d369ded447057bca5438d86dc3a68f6faafb8269ba82ebf3" dependencies = [ "glob", "libc", "libloading", ] [[package]] name = "clap" version = "4.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0" dependencies = [ "clap_builder", "clap_derive", ] [[package]] name = "clap_builder" version = "4.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4" dependencies = [ "anstream", "anstyle", "clap_lex", "strsim 0.11.1", "terminal_size", ] [[package]] name = "clap_derive" version = "4.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64" dependencies = [ "heck 0.5.0", "proc-macro2 1.0.87", "quote 1.0.37", "syn 2.0.87", ] [[package]] name = "clap_lex" version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce" [[package]] name = "clipboard-win" version = "4.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7191c27c2357d9b7ef96baac1773290d4ca63b24205b82a3fd8a0637afcf0362" dependencies = [ "error-code", "str-buf", "winapi", ] [[package]] name = "codespan" version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3362992a0d9f1dd7c3d0e89e0ab2bb540b7a95fea8cd798090e758fda2899b5e" dependencies = [ "codespan-reporting", "serde", ] [[package]] name = "codespan-reporting" version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" dependencies = [ "serde", "termcolor", "unicode-width", ] [[package]] name = "coins-bip32" version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3b6be4a5df2098cd811f3194f64ddb96c267606bffd9689ac7b0160097b01ad3" dependencies = [ "bs58 0.5.1", "coins-core", "digest 0.10.7", "hmac 0.12.1", "k256 0.13.1", "serde", "sha2 0.10.8", "thiserror 1.0.69", ] [[package]] name = "coins-bip39" version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3db8fba409ce3dc04f7d804074039eb68b960b0829161f8e06c95fea3f122528" dependencies = [ "bitvec 1.0.1", "coins-bip32", "hmac 0.12.1", "once_cell", "pbkdf2 0.12.1", "rand 0.8.5", "sha2 0.10.8", "thiserror 1.0.69", ] [[package]] name = "coins-core" version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5286a0843c21f8367f7be734f89df9b822e0321d8bcce8d6e735aadff7d74979" dependencies = [ "base64 0.21.7", "bech32", "bs58 0.5.1", "digest 0.10.7", "generic-array", "hex", "ripemd", "serde", "serde_derive", "sha2 0.10.8", "sha3 0.10.6", "thiserror 1.0.69", ] [[package]] name = "collectable" version = "0.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "08abddbaad209601e53c7dd4308d8c04c06f17bb7df006434e586a22b83be45a" [[package]] name = "color-eyre" version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5a667583cca8c4f8436db8de46ea8233c42a7d9ae424a82d338f2e4675229204" dependencies = [ "backtrace", "color-spantrace", "eyre", "indenter", "once_cell", "owo-colors 3.5.0", "tracing-error", ] [[package]] name = "color-spantrace" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1ba75b3d9449ecdccb27ecbc479fdc0b87fa2dd43d2f8298f9bf0e59aacc8dce" dependencies = [ "once_cell", "owo-colors 3.5.0", "tracing-core", "tracing-error", ] [[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 = "combine" version = "4.6.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4" dependencies = [ "bytes", "memchr", ] [[package]] name = "comfy-table" version = "6.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6e7b787b0dc42e8111badfdbe4c3059158ccb2db8780352fa1b01e8ccf45cc4d" dependencies = [ "crossterm", "strum 0.24.1", "strum_macros 0.24.3", "unicode-width", ] [[package]] name = "concurrent-queue" version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" dependencies = [ "crossbeam-utils", ] [[package]] name = "consensus-config" version = "0.1.0" dependencies = [ "fastcrypto", "insta", "mysten-network", "rand 0.8.5", "serde", "shared-crypto", ] [[package]] name = "consensus-core" version = "0.1.0" dependencies = [ "anemo", "anemo-build", "anemo-tower", "anyhow", "arc-swap", "async-trait", "base64 0.21.7", "bcs", "bytes", "cfg-if", "consensus-config", "dashmap", "enum_dispatch", "fastcrypto", "futures", "http 1.1.0", "itertools 0.13.0", "mockall", "mysten-common", "mysten-metrics", "mysten-network", "nom", "parking_lot 0.12.3", "prometheus", "prost 0.13.3", "quinn-proto", "rand 0.8.5", "rstest", "rustls 0.23.20", "serde", "shared-crypto", "strum_macros 0.24.3", "sui-http", "sui-macros", "sui-protocol-config", "sui-tls", "tap", "telemetry-subscribers", "tempfile", "thiserror 1.0.69", "tokio", "tokio-stream", "tokio-util 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)", "tonic 0.12.3", "tonic-build", "tonic-rustls", "tower 0.4.13", "tower-http 0.5.2", "tracing", "typed-store", ] [[package]] name = "consensus-simtests" version = "0.1.0" dependencies = [ "anyhow", "arc-swap", "consensus-config", "consensus-core", "mysten-metrics", "mysten-network", "parking_lot 0.12.3", "prometheus", "rand 0.8.5", "sui-config", "sui-macros", "sui-protocol-config", "sui-simulator", "telemetry-subscribers", "tempfile", "tokio", "tokio-stream", "tokio-util 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)", "tracing", "typed-store", ] [[package]] name = "console" version = "0.15.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c9b6515d269224923b26b5febea2ed42b2d5f2ce37284a4dd670fedd6cb8347a" dependencies = [ "encode_unicode 0.3.6", "lazy_static", "libc", "unicode-width", "windows-sys 0.42.0", ] [[package]] name = "console-api" version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fd326812b3fd01da5bb1af7d340d0d555fd3d4b641e7f1dfcf5962a902952787" dependencies = [ "futures-core", "prost 0.12.3", "prost-types 0.12.3", "tonic 0.10.0", "tracing-core", ] [[package]] name = "console-subscriber" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7481d4c57092cd1c19dd541b92bdce883de840df30aa5d03fd48a3935c01842e" dependencies = [ "console-api", "crossbeam-channel", "crossbeam-utils", "futures-task", "hdrhistogram", "humantime", "prost-types 0.12.3", "serde", "serde_json", "thread_local", "tokio", "tokio-stream", "tonic 0.10.0", "tracing", "tracing-core", "tracing-subscriber", ] [[package]] name = "const-hex" version = "1.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c37be52ef5e3b394db27a2341010685ad5103c72ac15ce2e9420a7e8f93f342c" dependencies = [ "cfg-if", "cpufeatures", "hex", "serde", ] [[package]] name = "const-oid" version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "520fbf3c07483f94e3e3ca9d0cfd913d7718ef2483d2cfd91c0d9e91474ab913" [[package]] name = "const-random" version = "0.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359" dependencies = [ "const-random-macro", ] [[package]] name = "const-random-macro" version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e" dependencies = [ "getrandom 0.2.15", "once_cell", "tiny-keccak", ] [[package]] name = "const-str" version = "0.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "aca749d3d3f5b87a0d6100509879f9cf486ab510803a4a4e1001da1ff61c2bd6" [[package]] name = "constant_time_eq" version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" [[package]] name = "constant_time_eq" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2" [[package]] name = "containers-api" version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "56082e32f18a6d60f06c736b49e234deffb93b13cb87091a39e0dec053d03819" dependencies = [ "chrono", "flate2", "futures-util", "http 0.2.9", "hyper 0.14.26", "hyperlocal", "log", "mime", "paste", "pin-project", "serde", "serde_json", "tar", "thiserror 1.0.69", "tokio", "url", ] [[package]] name = "convert_case" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" [[package]] name = "copy_dir" version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "543d1dd138ef086e2ff05e3a48cf9da045da2033d16f8538fd76b86cd49b2ca3" dependencies = [ "walkdir", ] [[package]] name = "core-foundation" version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" dependencies = [ "core-foundation-sys", "libc", ] [[package]] name = "core-foundation" version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63" dependencies = [ "core-foundation-sys", "libc", ] [[package]] name = "core-foundation-sys" version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" [[package]] name = "core2" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505" dependencies = [ "memchr", ] [[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 = "count-min-sketch" version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ca319fe30d7b68949da20d78b612215708af87157d49665a4545dadcc20fecc7" dependencies = [ "rand 0.8.5", "siphasher", ] [[package]] name = "counter" version = "0.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2d458e66999348f56fd3ffcfbb7f7951542075ca8359687c703de6500c1ddccd" dependencies = [ "num-traits", ] [[package]] name = "cpp_demangle" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b446fd40bcc17eddd6a4a78f24315eb90afdb3334999ddfd4909985c47722442" dependencies = [ "cfg-if", ] [[package]] name = "cpufeatures" version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1" dependencies = [ "libc", ] [[package]] name = "crc32fast" version = "1.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" dependencies = [ "cfg-if", ] [[package]] name = "criterion" version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f" dependencies = [ "anes", "cast", "ciborium", "clap", "criterion-plot", "futures", "is-terminal", "itertools 0.10.5", "num-traits", "once_cell", "oorandom", "plotters", "rayon", "regex", "serde", "serde_derive", "serde_json", "tinytemplate", "tokio", "walkdir", ] [[package]] name = "criterion-plot" version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" dependencies = [ "cast", "itertools 0.10.5", ] [[package]] name = "cron" version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6f8c3e73077b4b4a6ab1ea5047c37c57aee77657bc8ecd6f29b0af082d0b0c07" dependencies = [ "chrono", "nom", "once_cell", ] [[package]] name = "crossbeam" version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8" dependencies = [ "crossbeam-channel", "crossbeam-deque", "crossbeam-epoch", "crossbeam-queue", "crossbeam-utils", ] [[package]] name = "crossbeam-channel" version = "0.5.13" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" dependencies = [ "crossbeam-utils", ] [[package]] name = "crossbeam-deque" version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" dependencies = [ "crossbeam-epoch", "crossbeam-utils", ] [[package]] name = "crossbeam-epoch" version = "0.9.18" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" dependencies = [ "crossbeam-utils", ] [[package]] name = "crossbeam-queue" version = "0.3.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35" dependencies = [ "crossbeam-utils", ] [[package]] name = "crossbeam-utils" version = "0.8.20" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" [[package]] name = "crossterm" version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e64e6c0fbe2c17357405f7c758c1ef960fce08bdfb2c03d88d2a18d7e09c4b67" dependencies = [ "bitflags 1.3.2", "crossterm_winapi", "futures-core", "libc", "mio 0.8.11", "parking_lot 0.12.3", "signal-hook", "signal-hook-mio", "winapi", ] [[package]] name = "crossterm_winapi" version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2ae1b35a484aa10e07fe0638d02301c5ad24de82d310ccbd2f3693da5f09bf1c" dependencies = [ "winapi", ] [[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.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef" dependencies = [ "generic-array", "rand_core 0.6.4", "subtle", "zeroize", ] [[package]] name = "crypto-bigint" version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7c2538c4e68e52548bacb3e83ac549f903d44f011ac9d5abb5e132e67d0808f7" dependencies = [ "generic-array", "rand_core 0.6.4", "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", "rand_core 0.6.4", "typenum", ] [[package]] name = "crypto-mac" version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "25fab6889090c8133f3deb8f73ba3c65a7f456f66436fc012a1b1e272b1e103e" dependencies = [ "generic-array", "subtle", ] [[package]] name = "csv" version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0b015497079b9a9d69c02ad25de6c0a6edef051ea6360a327d0bd05802ef64ad" dependencies = [ "csv-core", "itoa", "ryu", "serde", ] [[package]] name = "csv-core" version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90" dependencies = [ "memchr", ] [[package]] name = "ctor" version = "0.1.26" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096" dependencies = [ "quote 1.0.37", "syn 1.0.107", ] [[package]] name = "ctr" version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835" dependencies = [ "cipher", ] [[package]] name = "curve25519-dalek" version = "4.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be" dependencies = [ "cfg-if", "cpufeatures", "curve25519-dalek-derive", "digest 0.10.7", "fiat-crypto", "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 1.0.87", "quote 1.0.37", "syn 2.0.87", ] [[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 0.6.4", "subtle-ng", "zeroize", ] [[package]] name = "cxx" version = "1.0.86" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "51d1075c37807dcf850c379432f0df05ba52cc30f279c5cfc43cc221ce7f8579" dependencies = [ "cc", "cxxbridge-flags", "cxxbridge-macro", "link-cplusplus", ] [[package]] name = "cxx-build" version = "1.0.86" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5044281f61b27bc598f2f6647d480aed48d2bf52d6eb0b627d84c0361b17aa70" dependencies = [ "cc", "codespan-reporting", "once_cell", "proc-macro2 1.0.87", "quote 1.0.37", "scratch", "syn 1.0.107", ] [[package]] name = "cxxbridge-flags" version = "1.0.86" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "61b50bc93ba22c27b0d31128d2d130a0a6b3d267ae27ef7e4fae2167dfe8781c" [[package]] name = "cxxbridge-macro" version = "1.0.86" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39e61fda7e62115119469c7b3591fd913ecca96fb766cfd3f2e2502ab7bc87a5" dependencies = [ "proc-macro2 1.0.87", "quote 1.0.37", "syn 1.0.107", ] [[package]] name = "cynic" version = "3.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "478c02b53607e3f21c374f024c2cfc2154e554905bba478e8e09409f10ce3726" dependencies = [ "cynic-proc-macros", "ref-cast", "reqwest 0.12.9", "serde", "serde_json", "static_assertions", "thiserror 1.0.69", ] [[package]] name = "cynic-codegen" version = "3.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7c0ec86f960a00ce087e96ff6f073f6ff28b6876d69ce8caa06c03fb4143981c" dependencies = [ "counter", "cynic-parser", "darling 0.20.3", "once_cell", "ouroboros 0.18.4", "proc-macro2 1.0.87", "quote 1.0.37", "strsim 0.10.0", "syn 2.0.87", "thiserror 1.0.69", ] [[package]] name = "cynic-parser" version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "718f6cd8c54ae5249fd42b0c86639df0100b8a86eea2e5f1b915cde2e1481453" dependencies = [ "indexmap 2.7.0", "lalrpop-util", "logos", ] [[package]] name = "cynic-proc-macros" version = "3.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "25a69ecdf4aa110fed1c0c8de290bc8ccb2835388733cf2f418f0abdf6ff3899" dependencies = [ "cynic-codegen", "darling 0.20.3", "quote 1.0.37", "syn 2.0.87", ] [[package]] name = "darling" version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c" dependencies = [ "darling_core 0.13.4", "darling_macro 0.13.4", ] [[package]] name = "darling" version = "0.14.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b0dd3cd20dc6b5a876612a6e5accfe7f3dd883db6d07acfbf14c128f61550dfa" dependencies = [ "darling_core 0.14.2", "darling_macro 0.14.2", ] [[package]] name = "darling" version = "0.20.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0209d94da627ab5605dcccf08bb18afa5009cfbef48d8a8b7d7bdbc79be25c5e" dependencies = [ "darling_core 0.20.3", "darling_macro 0.20.3", ] [[package]] name = "darling_core" version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610" dependencies = [ "fnv", "ident_case", "proc-macro2 1.0.87", "quote 1.0.37", "strsim 0.10.0", "syn 1.0.107", ] [[package]] name = "darling_core" version = "0.14.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a784d2ccaf7c98501746bf0be29b2022ba41fd62a2e622af997a03e9f972859f" dependencies = [ "fnv", "ident_case", "proc-macro2 1.0.87", "quote 1.0.37", "strsim 0.10.0", "syn 1.0.107", ] [[package]] name = "darling_core" version = "0.20.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "177e3443818124b357d8e76f53be906d60937f0d3a90773a664fa63fa253e621" dependencies = [ "fnv", "ident_case", "proc-macro2 1.0.87", "quote 1.0.37", "strsim 0.10.0", "syn 2.0.87", ] [[package]] name = "darling_macro" version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835" dependencies = [ "darling_core 0.13.4", "quote 1.0.37", "syn 1.0.107", ] [[package]] name = "darling_macro" version = "0.14.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7618812407e9402654622dd402b0a89dff9ba93badd6540781526117b92aab7e" dependencies = [ "darling_core 0.14.2", "quote 1.0.37", "syn 1.0.107", ] [[package]] name = "darling_macro" version = "0.20.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "836a9bbc7ad63342d6d6e7b815ccab164bc77a2d95d84bc3117a8c0d5c98e2d5" dependencies = [ "darling_core 0.20.3", "quote 1.0.37", "syn 2.0.87", ] [[package]] name = "dashmap" version = "5.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" dependencies = [ "cfg-if", "hashbrown 0.14.1", "lock_api", "once_cell", "parking_lot_core 0.9.9", ] [[package]] name = "data-encoding" version = "2.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb" [[package]] name = "data-encoding-macro" version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "86927b7cd2fe88fa698b87404b287ab98d1a0063a34071d92e575b72d3029aca" dependencies = [ "data-encoding", "data-encoding-macro-internal", ] [[package]] name = "data-encoding-macro-internal" version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a5bbed42daaa95e780b60a50546aa345b8413a1e46f9a40a12907d3598f038db" dependencies = [ "data-encoding", "syn 1.0.107", ] [[package]] name = "datatest-stable" version = "0.1.3" source = "git+https://github.com/nextest-rs/datatest-stable.git?rev=72db7f6d1bbe36a5407e96b9488a581f763e106f#72db7f6d1bbe36a5407e96b9488a581f763e106f" dependencies = [ "libtest-mimic", "regex", "walkdir", ] [[package]] name = "deadpool" version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "421fe0f90f2ab22016f32a9881be5134fdd71c65298917084b0c7477cbc3856e" dependencies = [ "async-trait", "deadpool-runtime", "num_cpus", "retain_mut", "tokio", ] [[package]] name = "deadpool-runtime" version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "092966b41edc516079bdf31ec78a2e0588d1d0c08f78b91d8307215928642b2b" [[package]] name = "debug-ignore" version = "1.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ffe7ed1d93f4553003e20b629abe9085e1e81b1429520f897f8f8860bc6dfc21" [[package]] name = "debugid" version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d" dependencies = [ "uuid 1.2.2", ] [[package]] name = "der" version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de" dependencies = [ "const-oid", "pem-rfc7468 0.6.0", "zeroize", ] [[package]] name = "der" version = "0.7.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0" dependencies = [ "const-oid", "pem-rfc7468 0.7.0", "zeroize", ] [[package]] name = "der-parser" version = "8.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "42d4bc9b0db0a0df9ae64634ac5bdefb7afcb534e182275ca0beadbe486701c1" dependencies = [ "asn1-rs", "displaydoc", "nom", "num-bigint 0.4.4", "num-traits", "rusticata-macros", ] [[package]] name = "deranged" version = "0.3.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" dependencies = [ "powerfmt", "serde", ] [[package]] name = "derivative" version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" dependencies = [ "proc-macro2 1.0.87", "quote 1.0.37", "syn 1.0.107", ] [[package]] name = "derive-syn-parse" version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e79116f119dd1dba1abf1f3405f03b9b0e79a27a3883864bfebded8a3dc768cd" dependencies = [ "proc-macro2 1.0.87", "quote 1.0.37", "syn 1.0.107", ] [[package]] name = "derive_arbitrary" version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f3cdeb9ec472d588e539a818b2dee436825730da08ad0017c4b1a17676bdc8b7" dependencies = [ "proc-macro2 1.0.87", "quote 1.0.37", "syn 1.0.107", ] [[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 1.0.87", "quote 1.0.37", "rustc_version", "syn 1.0.107", ] [[package]] name = "derive_more" version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05" dependencies = [ "derive_more-impl", ] [[package]] name = "derive_more-impl" version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22" dependencies = [ "proc-macro2 1.0.87", "quote 1.0.37", "syn 2.0.87", "unicode-xid 0.2.4", ] [[package]] name = "determinator" version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bf14b901cdfba3f731d01c4c184100e85f586a272d38874824175b845dbaeaf9" dependencies = [ "camino", "globset", "guppy", "guppy-workspace-hack", "once_cell", "petgraph 0.6.5", "rayon", "serde", "toml 0.5.11", ] [[package]] name = "diesel" version = "2.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "65e13bab2796f412722112327f3e575601a3e9cdcbe426f0d30dbf43f3f5dc71" dependencies = [ "bitflags 2.6.0", "byteorder", "chrono", "diesel_derives", "itoa", "serde_json", ] [[package]] name = "diesel-async" version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fcb799bb6f8ca6a794462125d7b8983b0c86e6c93a33a9c55934a4a5de4409d3" dependencies = [ "async-trait", "bb8", "diesel", "futures-util", "scoped-futures", "tokio", "tokio-postgres", ] [[package]] name = "diesel_derives" version = "2.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e7f2c3de51e2ba6bf2a648285696137aaf0f5f487bcbea93972fe8a364e131a4" dependencies = [ "diesel_table_macro_syntax", "dsl_auto_type", "proc-macro2 1.0.87", "quote 1.0.37", "syn 2.0.87", ] [[package]] name = "diesel_migrations" version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a73ce704bad4231f001bff3314d91dce4aba0770cee8b233991859abc15c1f6" dependencies = [ "diesel", "migrations_internals", "migrations_macros", ] [[package]] name = "diesel_table_macro_syntax" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "209c735641a413bc68c4923a9d6ad4bcb3ca306b794edaa7eb0b3228a99ffb25" dependencies = [ "syn 2.0.87", ] [[package]] name = "diff" version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" [[package]] name = "difference" version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198" [[package]] name = "difflib" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" [[package]] name = "diffus" version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3c0ff24a73b51d9009c40897faf87d31b77345c90ffbf4dc3a1d2957032c5653" dependencies = [ "itertools 0.10.5", ] [[package]] name = "diffy" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e616e59155c92257e84970156f506287853355f58cd4a6eb167385722c32b790" dependencies = [ "nu-ansi-term", ] [[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.3", "const-oid", "crypto-common", "subtle", ] [[package]] name = "dirs" version = "4.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" dependencies = [ "dirs-sys 0.3.7", ] [[package]] name = "dirs" version = "5.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" dependencies = [ "dirs-sys 0.4.1", ] [[package]] name = "dirs-next" version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" dependencies = [ "cfg-if", "dirs-sys-next", ] [[package]] name = "dirs-sys" version = "0.3.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" dependencies = [ "libc", "redox_users", "winapi", ] [[package]] name = "dirs-sys" version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" dependencies = [ "libc", "option-ext", "redox_users", "windows-sys 0.48.0", ] [[package]] name = "dirs-sys-next" version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" dependencies = [ "libc", "redox_users", "winapi", ] [[package]] name = "displaydoc" version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3bf95dc3f046b9da4f2d51833c0d3547d8564ef6910f5c1ed130306a75b92886" dependencies = [ "proc-macro2 1.0.87", "quote 1.0.37", "syn 1.0.107", ] [[package]] name = "dissimilar" version = "1.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bd5f0c7e4bd266b8ab2550e6238d2e74977c23c15536ac7be45e9c95e2e3fbbb" [[package]] name = "doc-comment" version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" [[package]] name = "docker-api" version = "0.12.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "522a3ae33cf4fc165de192eb9c563b755bc43cda9bd6f442b2d511b84514b917" dependencies = [ "asynchronous-codec", "base64 0.13.1", "byteorder", "bytes", "chrono", "containers-api", "docker-api-stubs", "futures-util", "http 0.2.9", "hyper 0.14.26", "log", "paste", "serde", "serde_json", "tar", "thiserror 1.0.69", "url", ] [[package]] name = "docker-api-stubs" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5872f5e057625a972acce1a51b461284eab32b7e594e18f8fc2f63724075da47" dependencies = [ "chrono", "serde", "serde_json", "serde_with 2.1.0", ] [[package]] name = "dotenvy" version = "0.15.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" [[package]] name = "downcast" version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1" [[package]] name = "downcast-rs" version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650" [[package]] name = "dsl_auto_type" version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c5d9abe6314103864cc2d8901b7ae224e0ab1a103a0a416661b4097b0779b607" dependencies = [ "darling 0.20.3", "either", "heck 0.5.0", "proc-macro2 1.0.87", "quote 1.0.37", "syn 2.0.87", ] [[package]] name = "dunce" version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b" [[package]] name = "duration-str" version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f94be4825ff6a563f1bfbdb786ae10c687333c7524fade954e2271170e7f7e6d" dependencies = [ "chrono", "nom", "rust_decimal", "serde", "thiserror 1.0.69", "time", ] [[package]] name = "dyn-clone" version = "1.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125" [[package]] name = "ecdsa" version = "0.14.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c" dependencies = [ "der 0.6.1", "elliptic-curve 0.12.3", "rfc6979 0.3.1", "signature 1.6.4", ] [[package]] name = "ecdsa" version = "0.16.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" dependencies = [ "der 0.7.9", "digest 0.10.7", "elliptic-curve 0.13.8", "rfc6979 0.4.0", "signature 2.2.0", "spki 0.7.3", ] [[package]] name = "ed25519" version = "1.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7" dependencies = [ "pkcs8 0.9.0", "signature 1.6.4", "zeroize", ] [[package]] name = "ed25519" version = "2.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "60f6d271ca33075c88028be6f04d502853d63a5ece419d269c15315d4fc1cf1d" dependencies = [ "pkcs8 0.10.2", "signature 2.2.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 0.6.4", "serde", "sha2 0.9.9", "thiserror 1.0.69", "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 0.6.4", "serde", "sha2 0.10.8", "zeroize", ] [[package]] name = "either" version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797" [[package]] name = "elliptic-curve" version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3" dependencies = [ "base16ct 0.1.1", "crypto-bigint 0.4.9", "der 0.6.1", "digest 0.10.7", "ff 0.12.1", "generic-array", "group 0.12.1", "rand_core 0.6.4", "sec1 0.3.0", "subtle", "zeroize", ] [[package]] name = "elliptic-curve" version = "0.13.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" dependencies = [ "base16ct 0.2.0", "base64ct", "crypto-bigint 0.5.1", "digest 0.10.7", "ff 0.13.0", "generic-array", "group 0.13.0", "pem-rfc7468 0.7.0", "pkcs8 0.10.2", "rand_core 0.6.4", "sec1 0.7.1", "serde_json", "serdect", "subtle", "zeroize", ] [[package]] name = "ena" version = "0.14.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3d248bdd43ce613d87415282f69b9bb99d947d290b10962dd6c56233312c2ad5" dependencies = [ "log", ] [[package]] name = "encode_unicode" version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" [[package]] name = "encode_unicode" version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" [[package]] name = "encoding_rs" version = "0.8.31" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b" dependencies = [ "cfg-if", ] [[package]] name = "endian-type" version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d" [[package]] name = "enr" version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2a3d8dc56e02f954cac8eb489772c552c473346fc34f67412bb6244fd647f7e4" dependencies = [ "base64 0.21.7", "bytes", "hex", "k256 0.13.1", "log", "rand 0.8.5", "rlp", "serde", "sha3 0.10.6", "zeroize", ] [[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 1.0.87", "quote 1.0.37", "syn 2.0.87", ] [[package]] name = "enum-compat-util" version = "0.1.0" dependencies = [ "serde_yaml 0.8.26", ] [[package]] name = "enum_dispatch" version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1693044dcf452888dd3a6a6a0dab67f0652094e3920dfe029a54d2f37d9b7394" dependencies = [ "once_cell", "proc-macro2 1.0.87", "quote 1.0.37", "syn 1.0.107", ] [[package]] name = "env_filter" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea" dependencies = [ "log", "regex", ] [[package]] name = "env_logger" version = "0.11.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d" dependencies = [ "anstream", "anstyle", "env_filter", "humantime", "log", ] [[package]] name = "equator" version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c35da53b5a021d2484a7cc49b2ac7f2d840f8236a286f84202369bd338d761ea" dependencies = [ "equator-macro", ] [[package]] name = "equator-macro" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3bf679796c0322556351f287a51b49e48f7c4986e727b5dd78c972d30e2e16cc" dependencies = [ "proc-macro2 1.0.87", "quote 1.0.37", "syn 2.0.87", ] [[package]] name = "equivalent" version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" [[package]] name = "erasable" version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5f11890ce181d47a64e5d1eb4b6caba0e7bae911a356723740d058a5d0340b7d" dependencies = [ "autocfg", "scopeguard", ] [[package]] name = "erased-discriminant" version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "373f74784b51403f16c5fa6dc667488389e629811329c1c6719c25874da2ba4f" dependencies = [ "typeid", ] [[package]] name = "errno" version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1" dependencies = [ "errno-dragonfly", "libc", "winapi", ] [[package]] name = "errno" version = "0.3.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245" dependencies = [ "libc", "windows-sys 0.52.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 = "error-chain" version = "0.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc" dependencies = [ "version_check", ] [[package]] name = "error-code" version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "64f18991e7bf11e7ffee451b5318b5c1a73c52d0d0ada6e5a3017c8c1ced6a21" dependencies = [ "libc", "str-buf", ] [[package]] name = "eth-keystore" version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1fda3bf123be441da5260717e0661c25a2fd9cb2b2c1d20bf2e05580047158ab" dependencies = [ "aes", "ctr", "digest 0.10.7", "hex", "hmac 0.12.1", "pbkdf2 0.11.0", "rand 0.8.5", "scrypt", "serde", "serde_json", "sha2 0.10.8", "sha3 0.10.6", "thiserror 1.0.69", "uuid 0.8.2", ] [[package]] name = "ethabi" version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7413c5f74cc903ea37386a8965a936cbeb334bd270862fdece542c1b2dcbc898" dependencies = [ "ethereum-types", "hex", "once_cell", "regex", "serde", "serde_json", "sha3 0.10.6", "thiserror 1.0.69", "uint", ] [[package]] name = "ethbloom" version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c22d4b5885b6aa2fe5e8b9329fb8d232bf739e434e6b87347c63bdd00c120f60" dependencies = [ "crunchy", "fixed-hash 0.8.0", "impl-codec 0.6.0", "impl-rlp", "impl-serde 0.4.0", "scale-info", "tiny-keccak", ] [[package]] name = "ethereum-types" version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "02d215cbf040552efcbe99a38372fe80ab9d00268e20012b79fcd0f073edd8ee" dependencies = [ "ethbloom", "fixed-hash 0.8.0", "impl-codec 0.6.0", "impl-rlp", "impl-serde 0.4.0", "primitive-types 0.12.2", "scale-info", "uint", ] [[package]] name = "ethers" version = "2.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "816841ea989f0c69e459af1cf23a6b0033b19a55424a1ea3a30099becdb8dec0" dependencies = [ "ethers-addressbook", "ethers-contract", "ethers-core", "ethers-etherscan", "ethers-middleware", "ethers-providers", "ethers-signers", "ethers-solc", ] [[package]] name = "ethers-addressbook" version = "2.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5495afd16b4faa556c3bba1f21b98b4983e53c1755022377051a975c3b021759" dependencies = [ "ethers-core", "once_cell", "serde", "serde_json", ] [[package]] name = "ethers-contract" version = "2.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6fceafa3578c836eeb874af87abacfb041f92b4da0a78a5edd042564b8ecdaaa" dependencies = [ "const-hex", "ethers-contract-abigen", "ethers-contract-derive", "ethers-core", "ethers-providers", "futures-util", "once_cell", "pin-project", "serde", "serde_json", "thiserror 1.0.69", ] [[package]] name = "ethers-contract-abigen" version = "2.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "04ba01fbc2331a38c429eb95d4a570166781f14290ef9fdb144278a90b5a739b" dependencies = [ "Inflector", "const-hex", "dunce", "ethers-core", "ethers-etherscan", "eyre", "prettyplease", "proc-macro2 1.0.87", "quote 1.0.37", "regex", "reqwest 0.11.20", "serde", "serde_json", "syn 2.0.87", "toml 0.8.16", "walkdir", ] [[package]] name = "ethers-contract-derive" version = "2.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "87689dcabc0051cde10caaade298f9e9093d65f6125c14575db3fd8c669a168f" dependencies = [ "Inflector", "const-hex", "ethers-contract-abigen", "ethers-core", "proc-macro2 1.0.87", "quote 1.0.37", "serde_json", "syn 2.0.87", ] [[package]] name = "ethers-core" version = "2.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "82d80cc6ad30b14a48ab786523af33b37f28a8623fc06afd55324816ef18fb1f" dependencies = [ "arrayvec 0.7.2", "bytes", "cargo_metadata 0.18.1", "chrono", "const-hex", "elliptic-curve 0.13.8", "ethabi", "generic-array", "k256 0.13.1", "num_enum 0.7.3", "once_cell", "open-fastrlp", "rand 0.8.5", "rlp", "serde", "serde_json", "strum 0.26.3", "syn 2.0.87", "tempfile", "thiserror 1.0.69", "tiny-keccak", "unicode-xid 0.2.4", ] [[package]] name = "ethers-etherscan" version = "2.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e79e5973c26d4baf0ce55520bd732314328cabe53193286671b47144145b9649" dependencies = [ "chrono", "ethers-core", "reqwest 0.11.20", "semver 1.0.23", "serde", "serde_json", "thiserror 1.0.69", "tracing", ] [[package]] name = "ethers-middleware" version = "2.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "48f9fdf09aec667c099909d91908d5eaf9be1bd0e2500ba4172c1d28bfaa43de" dependencies = [ "async-trait", "auto_impl", "ethers-contract", "ethers-core", "ethers-etherscan", "ethers-providers", "ethers-signers", "futures-channel", "futures-locks", "futures-util", "instant", "reqwest 0.11.20", "serde", "serde_json", "thiserror 1.0.69", "tokio", "tracing", "tracing-futures", "url", ] [[package]] name = "ethers-providers" version = "2.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6434c9a33891f1effc9c75472e12666db2fa5a0fec4b29af6221680a6fe83ab2" dependencies = [ "async-trait", "auto_impl", "base64 0.21.7", "bytes", "const-hex", "enr", "ethers-core", "futures-channel", "futures-core", "futures-timer", "futures-util", "hashers", "http 0.2.9", "instant", "jsonwebtoken", "once_cell", "pin-project", "reqwest 0.11.20", "serde", "serde_json", "thiserror 1.0.69", "tokio", "tokio-tungstenite 0.20.1", "tracing", "tracing-futures", "url", "wasm-bindgen", "wasm-bindgen-futures", "web-sys", "ws_stream_wasm", ] [[package]] name = "ethers-signers" version = "2.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "228875491c782ad851773b652dd8ecac62cda8571d3bc32a5853644dd26766c2" dependencies = [ "async-trait", "coins-bip32", "coins-bip39", "const-hex", "elliptic-curve 0.13.8", "eth-keystore", "ethers-core", "rand 0.8.5", "sha2 0.10.8", "thiserror 1.0.69", "tracing", ] [[package]] name = "ethers-solc" version = "2.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "66244a771d9163282646dbeffe0e6eca4dda4146b6498644e678ac6089b11edd" dependencies = [ "cfg-if", "const-hex", "dirs 5.0.1", "dunce", "ethers-core", "glob", "home", "md-5 0.10.6", "num_cpus", "once_cell", "path-slash", "rayon", "regex", "semver 1.0.23", "serde", "serde_json", "solang-parser", "svm-rs", "thiserror 1.0.69", "tiny-keccak", "tokio", "tracing", "walkdir", "yansi 0.5.1", ] [[package]] name = "ethnum" version = "1.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0198b9d0078e0f30dedc7acbb21c974e838fc8fae3ee170128658a98cb2c1c04" [[package]] name = "event-listener" version = "2.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" [[package]] name = "expect-test" version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "30d9eafeadd538e68fb28016364c9732d78e420b9ff8853fa5e4058861e9f8d3" dependencies = [ "dissimilar", "once_cell", ] [[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 = "fail" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3be3c61c59fdc91f5dbc3ea31ee8623122ce80057058be560654c5d410d181a6" dependencies = [ "lazy_static", "log", "rand 0.7.3", ] [[package]] name = "fallible-iterator" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" [[package]] name = "fast_chemail" version = "0.9.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "495a39d30d624c2caabe6312bfead73e7717692b44e0b32df168c275a2e8e9e4" dependencies = [ "ascii_utils", ] [[package]] name = "fastcrypto" version = "0.1.8" source = "git+https://github.com/MystenLabs/fastcrypto?rev=69d496c71fb37e3d22fe85e5bbfd4256d61422b9#69d496c71fb37e3d22fe85e5bbfd4256d61422b9" dependencies = [ "aes", "aes-gcm", "ark-ec", "ark-ff", "ark-secp256r1", "ark-serialize", "auto_ops", "base64ct", "bech32", "bincode", "blake2", "blst", "bs58 0.4.0", "cbc", "ctr", "curve25519-dalek-ng", "derive_more 0.99.17", "digest 0.10.7", "ecdsa 0.16.9", "ed25519-consensus", "elliptic-curve 0.13.8", "fastcrypto-derive", "generic-array", "hex", "hex-literal 0.4.1", "hkdf", "lazy_static", "num-bigint 0.4.4", "once_cell", "p256", "rand 0.8.5", "readonly", "rfc6979 0.4.0", "rsa 0.8.2", "schemars", "secp256k1", "serde", "serde_json", "serde_with 3.9.0", "sha2 0.10.8", "sha3 0.10.6", "signature 2.2.0", "static_assertions", "thiserror 1.0.69", "tokio", "typenum", "zeroize", ] [[package]] name = "fastcrypto-derive" version = "0.1.3" source = "git+https://github.com/MystenLabs/fastcrypto?rev=69d496c71fb37e3d22fe85e5bbfd4256d61422b9#69d496c71fb37e3d22fe85e5bbfd4256d61422b9" dependencies = [ "quote 1.0.37", "syn 1.0.107", ] [[package]] name = "fastcrypto-tbls" version = "0.1.0" source = "git+https://github.com/MystenLabs/fastcrypto?rev=69d496c71fb37e3d22fe85e5bbfd4256d61422b9#69d496c71fb37e3d22fe85e5bbfd4256d61422b9" dependencies = [ "bcs", "digest 0.10.7", "fastcrypto", "hex", "itertools 0.10.5", "rand 0.8.5", "serde", "sha3 0.10.6", "tap", "tracing", "typenum", "zeroize", ] [[package]] name = "fastcrypto-vdf" version = "0.1.0" source = "git+https://github.com/MystenLabs/fastcrypto?rev=69d496c71fb37e3d22fe85e5bbfd4256d61422b9#69d496c71fb37e3d22fe85e5bbfd4256d61422b9" dependencies = [ "bcs", "fastcrypto", "lazy_static", "num-bigint 0.4.4", "num-integer", "num-prime", "num-traits", "rand 0.8.5", "rand_chacha 0.3.1", "serde", ] [[package]] name = "fastcrypto-zkp" version = "0.1.3" source = "git+https://github.com/MystenLabs/fastcrypto?rev=69d496c71fb37e3d22fe85e5bbfd4256d61422b9#69d496c71fb37e3d22fe85e5bbfd4256d61422b9" dependencies = [ "ark-bn254", "ark-ec", "ark-ff", "ark-groth16", "ark-relations", "ark-serialize", "ark-snark", "bcs", "byte-slice-cast", "derive_more 0.99.17", "fastcrypto", "ff 0.13.0", "im", "itertools 0.12.1", "lazy_static", "neptune", "num-bigint 0.4.4", "once_cell", "regex", "reqwest 0.12.9", "schemars", "serde", "serde_json", "typenum", ] [[package]] name = "fastrand" version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499" dependencies = [ "instant", ] [[package]] name = "fastrand" version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764" [[package]] name = "fd-lock" version = "3.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bb21c69b9fea5e15dbc1049e4b77145dd0ba1c84019c488102de0dc4ea4b0a27" dependencies = [ "cfg-if", "rustix 0.36.6", "windows-sys 0.42.0", ] [[package]] name = "fdlimit" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2c4c9e43643f5a3be4ca5b67d26b98031ff9db6806c3440ae32e02e3ceac3f1b" dependencies = [ "libc", ] [[package]] name = "ff" version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160" dependencies = [ "rand_core 0.6.4", "subtle", ] [[package]] name = "ff" version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449" dependencies = [ "bitvec 1.0.1", "byteorder", "ff_derive", "rand_core 0.6.4", "subtle", ] [[package]] name = "ff_derive" version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e9f54704be45ed286151c5e11531316eaef5b8f5af7d597b806fdb8af108d84a" dependencies = [ "addchain", "cfg-if", "num-bigint 0.3.3", "num-integer", "num-traits", "proc-macro2 1.0.87", "quote 1.0.37", "syn 1.0.107", ] [[package]] name = "fiat-crypto" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d0870c84016d4b481be5c9f323c24f65e31e901ae618f0e80f4308fb00de1d2d" [[package]] name = "field_names" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cca4fdab1b9b7e274e7de51202e37f9cfa542b28c77f8d09b817d77a726b4807" dependencies = [ "darling 0.13.4", "proc-macro2 1.0.87", "quote 1.0.37", "syn 1.0.107", ] [[package]] name = "filetime" version = "0.2.22" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0" dependencies = [ "cfg-if", "libc", "redox_syscall 0.3.5", "windows-sys 0.48.0", ] [[package]] name = "findshlibs" version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "40b9e59cd0f7e0806cca4be089683ecb6434e602038df21fe6bf6711b2f07f64" dependencies = [ "cc", "lazy_static", "libc", "winapi", ] [[package]] name = "fixed-hash" version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c" dependencies = [ "byteorder", "rand 0.8.5", "rustc-hex", "static_assertions", ] [[package]] name = "fixed-hash" version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534" dependencies = [ "byteorder", "rand 0.8.5", "rustc-hex", "static_assertions", ] [[package]] name = "fixedbitset" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d" [[package]] name = "fixedbitset" version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" [[package]] name = "flatbuffers" version = "24.3.25" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8add37afff2d4ffa83bc748a70b4b1370984f6980768554182424ef71447c35f" dependencies = [ "bitflags 1.3.2", "rustc_version", ] [[package]] name = "flate2" version = "1.0.28" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e" dependencies = [ "crc32fast", "miniz_oxide", ] [[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 = "form_urlencoded" version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" dependencies = [ "percent-encoding", ] [[package]] name = "forwarded-header-value" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8835f84f38484cc86f110a805655697908257fb9a7af005234060891557198e9" dependencies = [ "nonempty 0.7.0", "thiserror 1.0.69", ] [[package]] name = "fragile" version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "fs2" version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213" dependencies = [ "libc", "winapi", ] [[package]] name = "fs_extra" version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" [[package]] name = "fsevent-sys" version = "4.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2" dependencies = [ "libc", ] [[package]] name = "funty" version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7" [[package]] name = "funty" version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" [[package]] name = "futures" version = "0.3.29" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "da0290714b38af9b4a7b094b8a37086d1b4e61f2df9122c3cad2577669145335" dependencies = [ "futures-channel", "futures-core", "futures-executor", "futures-io", "futures-sink", "futures-task", "futures-util", ] [[package]] name = "futures-channel" version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" dependencies = [ "futures-core", "futures-sink", ] [[package]] name = "futures-core" version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" [[package]] name = "futures-executor" version = "0.3.29" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0f4fb8693db0cf099eadcca0efe2a5a22e4550f98ed16aba6c48700da29597bc" dependencies = [ "futures-core", "futures-task", "futures-util", ] [[package]] name = "futures-io" version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" [[package]] name = "futures-lite" version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48" dependencies = [ "fastrand 1.8.0", "futures-core", "futures-io", "memchr", "parking", "pin-project-lite", "waker-fn", ] [[package]] name = "futures-locks" version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "45ec6fe3675af967e67c5536c0b9d44e34e6c52f86bedc4ea49c5317b8e94d06" dependencies = [ "futures-channel", "futures-task", ] [[package]] name = "futures-macro" version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" dependencies = [ "proc-macro2 1.0.87", "quote 1.0.37", "syn 2.0.87", ] [[package]] name = "futures-sink" version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" [[package]] name = "futures-task" version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" [[package]] name = "futures-timer" version = "3.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24" dependencies = [ "gloo-timers", "send_wrapper 0.4.0", ] [[package]] name = "futures-util" version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" dependencies = [ "futures-channel", "futures-core", "futures-io", "futures-macro", "futures-sink", "futures-task", "memchr", "pin-project-lite", "pin-utils", "slab", ] [[package]] name = "fxhash" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" dependencies = [ "byteorder", ] [[package]] name = "gcp-bigquery-client" version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "053b7811ffbabe1ba64bd885db309864d5015028cf9ed76bb4ccb1a7aefd05be" dependencies = [ "async-stream", "async-trait", "dyn-clone", "flate2", "hyper 1.5.2", "hyper-util", "log", "prost 0.13.3", "prost-types 0.13.3", "reqwest 0.12.9", "serde", "serde_json", "thiserror 1.0.69", "time", "tokio", "tokio-stream", "tonic 0.12.3", "tonic-build", "url", "yup-oauth2", ] [[package]] name = "gcp_auth" version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dbf67f30198e045a039264c01fb44659ce82402d7771c50938beb41a5ac87733" dependencies = [ "async-trait", "base64 0.22.1", "bytes", "chrono", "home", "http 1.1.0", "http-body-util", "hyper 1.5.2", "hyper-rustls 0.27.2", "hyper-util", "ring 0.17.8", "rustls-pemfile 2.1.2", "serde", "serde_json", "thiserror 1.0.69", "tokio", "tracing", "tracing-futures", "url", ] [[package]] name = "generic-array" version = "0.14.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" dependencies = [ "serde", "typenum", "version_check", "zeroize", ] [[package]] name = "getrandom" version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" dependencies = [ "cfg-if", "libc", "wasi 0.9.0+wasi-snapshot-preview1", ] [[package]] name = "getrandom" version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" dependencies = [ "cfg-if", "js-sys", "libc", "wasi 0.11.0+wasi-snapshot-preview1", "wasm-bindgen", ] [[package]] name = "ghash" version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d930750de5717d2dd0b8c0d42c076c0e884c81a73e6cab859bbd2339c71e3e40" dependencies = [ "opaque-debug", "polyval", ] [[package]] name = "gimli" version = "0.28.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" [[package]] name = "git-version" version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f6b0decc02f4636b9ccad390dcbe77b722a77efedfa393caf8379a51d5c61899" dependencies = [ "git-version-macro", "proc-macro-hack", ] [[package]] name = "git-version-macro" version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fe69f1cbdb6e28af2bac214e943b99ce8a0a06b447d15d3e61161b0423139f3f" dependencies = [ "proc-macro-hack", "proc-macro2 1.0.87", "quote 1.0.37", "syn 1.0.107", ] [[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.14" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1" dependencies = [ "aho-corasick", "bstr", "log", "regex-automata 0.4.7", "regex-syntax 0.8.2", ] [[package]] name = "gloo-timers" version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c" dependencies = [ "futures-channel", "futures-core", "js-sys", "wasm-bindgen", ] [[package]] name = "governor" version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "821239e5672ff23e2a7060901fa622950bbd80b649cdaadd78d1c1767ed14eb4" dependencies = [ "cfg-if", "dashmap", "futures", "futures-timer", "no-std-compat", "nonzero_ext", "parking_lot 0.12.3", "quanta", "rand 0.8.5", "smallvec", ] [[package]] name = "group" version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7" dependencies = [ "ff 0.12.1", "rand_core 0.6.4", "subtle", ] [[package]] name = "group" version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" dependencies = [ "ff 0.13.0", "rand 0.8.5", "rand_core 0.6.4", "rand_xorshift", "subtle", ] [[package]] name = "guppy" version = "0.17.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3bff2f6a9d515cf6453282af93363f93bdf570792a6f4f619756e46696d773fa" dependencies = [ "ahash 0.8.11", "camino", "cargo_metadata 0.18.1", "cfg-if", "debug-ignore", "fixedbitset 0.4.2", "guppy-summaries", "guppy-workspace-hack", "indexmap 2.7.0", "itertools 0.13.0", "nested", "once_cell", "pathdiff", "petgraph 0.6.5", "rayon", "semver 1.0.23", "serde", "serde_json", "smallvec", "static_assertions", "target-spec", "toml 0.5.11", ] [[package]] name = "guppy-summaries" version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8bd039b8f587513b48754811cfa37c2ba079df537b490b602fa641ce18f6e72a" dependencies = [ "camino", "cfg-if", "diffus", "guppy-workspace-hack", "semver 1.0.23", "serde", "toml 0.5.11", ] [[package]] name = "guppy-workspace-hack" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "92620684d99f750bae383ecb3be3748142d6095760afd5cbcf2261e9a279d780" [[package]] name = "h2" version = "0.3.26" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8" dependencies = [ "bytes", "fnv", "futures-core", "futures-sink", "futures-util", "http 0.2.9", "indexmap 2.7.0", "slab", "tokio", "tokio-util 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)", "tracing", ] [[package]] name = "h2" version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fa82e28a107a8cc405f0839610bdc9b15f1e25ec7d696aa5cf173edbcb1486ab" dependencies = [ "atomic-waker", "bytes", "fnv", "futures-core", "futures-sink", "http 1.1.0", "indexmap 2.7.0", "slab", "tokio", "tokio-util 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)", "tracing", ] [[package]] name = "hakari" version = "0.17.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "12bd2b14c094d2793daf279eb7624f4525e26f555fbc1647613756cf83f44755" dependencies = [ "ahash 0.8.11", "atomicwrites", "bimap", "camino", "cfg-if", "debug-ignore", "diffy", "guppy", "guppy-workspace-hack", "include_dir", "indenter", "itertools 0.12.1", "owo-colors 3.5.0", "pathdiff", "rayon", "serde", "tabular", "target-spec", "toml 0.5.11", "toml_edit 0.17.1", "twox-hash", ] [[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", "crunchy", "num-traits", ] [[package]] name = "handlebars" version = "4.3.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "83c3372087601b532857d332f5957cbae686da52bb7810bf038c3e3c3cc2fa0d" dependencies = [ "log", "pest", "pest_derive", "serde", "serde_json", "thiserror 1.0.69", ] [[package]] name = "hashbrown" version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" dependencies = [ "ahash 0.7.8", ] [[package]] name = "hashbrown" version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" dependencies = [ "ahash 0.8.11", ] [[package]] name = "hashbrown" version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7dfda62a12f55daeae5015f81b0baea145391cb4520f86c248fc615d72640d12" dependencies = [ "ahash 0.8.11", "allocator-api2", ] [[package]] name = "hashbrown" version = "0.15.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" [[package]] name = "hashers" version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b2bca93b15ea5a746f220e56587f71e73c6165eab783df9e26590069953e3c30" dependencies = [ "fxhash", ] [[package]] name = "hdrhistogram" version = "7.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f19b9f54f7c7f55e31401bb647626ce0cf0f67b0004982ce815b3ee72a02aa8" dependencies = [ "base64 0.13.1", "byteorder", "crossbeam-channel", "flate2", "nom", "num-traits", ] [[package]] name = "headers" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "322106e6bd0cba2d5ead589ddb8150a13d7c4217cf80d7c4f682ca994ccc6aa9" dependencies = [ "base64 0.21.7", "bytes", "headers-core", "http 1.1.0", "httpdate", "mime", "sha1", ] [[package]] name = "headers-core" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4" dependencies = [ "http 1.1.0", ] [[package]] name = "heck" version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" [[package]] name = "heck" version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "hermit-abi" version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" [[package]] name = "hex" version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" dependencies = [ "serde", ] [[package]] name = "hex-literal" version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0" [[package]] name = "hex-literal" version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46" [[package]] name = "hkdf" version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437" dependencies = [ "hmac 0.12.1", ] [[package]] name = "hmac" version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b" dependencies = [ "crypto-mac", "digest 0.9.0", ] [[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 = "hmac-sha512" version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "77e806677ce663d0a199541030c816847b36e8dc095f70dae4a4f4ad63da5383" [[package]] name = "home" version = "0.5.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" dependencies = [ "windows-sys 0.52.0", ] [[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" version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" 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 0.2.9", "pin-project-lite", ] [[package]] name = "http-body" version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" dependencies = [ "bytes", "http 1.1.0", ] [[package]] name = "http-body-util" version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" dependencies = [ "bytes", "futures-util", "http 1.1.0", "http-body 1.0.1", "pin-project-lite", ] [[package]] name = "http-range-header" version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "08a397c49fec283e3d6211adbe480be95aae5f304cfb923e9970e08956d5168a" [[package]] name = "http-types" version = "2.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad" dependencies = [ "anyhow", "async-channel", "base64 0.13.1", "futures-lite", "http 0.2.9", "infer", "pin-project-lite", "rand 0.7.3", "serde", "serde_json", "serde_qs", "serde_urlencoded", "url", ] [[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.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" [[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.26" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4" dependencies = [ "bytes", "futures-channel", "futures-core", "futures-util", "h2 0.3.26", "http 0.2.9", "http-body 0.4.5", "httparse", "httpdate", "itoa", "pin-project-lite", "socket2 0.4.9", "tokio", "tower-service", "tracing", "want", ] [[package]] name = "hyper" version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "256fb8d4bd6413123cc9d91832d78325c48ff41677595be797d90f42969beae0" dependencies = [ "bytes", "futures-channel", "futures-util", "h2 0.4.5", "http 1.1.0", "http-body 1.0.1", "httparse", "httpdate", "itoa", "pin-project-lite", "smallvec", "tokio", "want", ] [[package]] name = "hyper-http-proxy" version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5d06dbdfbacf34d996c6fb540a71a684a7aae9056c71951163af8a8a4c07b9a4" dependencies = [ "bytes", "futures-util", "headers", "http 1.1.0", "hyper 1.5.2", "hyper-rustls 0.27.2", "hyper-util", "pin-project-lite", "rustls-native-certs 0.7.1", "tokio", "tokio-rustls 0.26.0", "tower-service", ] [[package]] name = "hyper-rustls" version = "0.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c" dependencies = [ "http 0.2.9", "hyper 0.14.26", "log", "rustls 0.20.9", "rustls-native-certs 0.6.2", "tokio", "tokio-rustls 0.23.4", ] [[package]] name = "hyper-rustls" version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0646026eb1b3eea4cd9ba47912ea5ce9cc07713d105b1a14698f4e6433d348b7" dependencies = [ "http 0.2.9", "hyper 0.14.26", "log", "rustls 0.21.12", "rustls-native-certs 0.6.2", "tokio", "tokio-rustls 0.24.1", ] [[package]] name = "hyper-rustls" version = "0.27.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5ee4be2c948921a1a5320b629c4193916ed787a7f7f293fd3f7f5a6c9de74155" dependencies = [ "futures-util", "http 1.1.0", "hyper 1.5.2", "hyper-util", "log", "rustls 0.23.20", "rustls-native-certs 0.7.1", "rustls-pki-types", "tokio", "tokio-rustls 0.26.0", "tower-service", "webpki-roots 0.26.3", ] [[package]] name = "hyper-timeout" version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1" dependencies = [ "hyper 0.14.26", "pin-project-lite", "tokio", "tokio-io-timeout", ] [[package]] name = "hyper-timeout" version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3203a961e5c83b6f5498933e78b6b263e208c197b63e9c6c53cc82ffd3f63793" dependencies = [ "hyper 1.5.2", "hyper-util", "pin-project-lite", "tokio", "tower-service", ] [[package]] name = "hyper-util" version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4" dependencies = [ "bytes", "futures-channel", "futures-util", "http 1.1.0", "http-body 1.0.1", "hyper 1.5.2", "pin-project-lite", "socket2 0.5.6", "tokio", "tower-service", "tracing", ] [[package]] name = "hyperlocal" version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0fafdf7b2b2de7c9784f76e02c0935e65a8117ec3b768644379983ab333ac98c" dependencies = [ "futures-util", "hex", "hyper 0.14.26", "pin-project", "tokio", ] [[package]] name = "iana-time-zone" version = "0.1.53" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765" dependencies = [ "android_system_properties", "core-foundation-sys", "iana-time-zone-haiku", "js-sys", "wasm-bindgen", "winapi", ] [[package]] name = "iana-time-zone-haiku" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca" dependencies = [ "cxx", "cxx-build", ] [[package]] name = "icu_collections" version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" dependencies = [ "displaydoc", "yoke", "zerofrom", "zerovec", ] [[package]] name = "icu_locid" version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" dependencies = [ "displaydoc", "litemap", "tinystr", "writeable", "zerovec", ] [[package]] name = "icu_locid_transform" version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" dependencies = [ "displaydoc", "icu_locid", "icu_locid_transform_data", "icu_provider", "tinystr", "zerovec", ] [[package]] name = "icu_locid_transform_data" version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e" [[package]] name = "icu_normalizer" version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" dependencies = [ "displaydoc", "icu_collections", "icu_normalizer_data", "icu_properties", "icu_provider", "smallvec", "utf16_iter", "utf8_iter", "write16", "zerovec", ] [[package]] name = "icu_normalizer_data" version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516" [[package]] name = "icu_properties" version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" dependencies = [ "displaydoc", "icu_collections", "icu_locid_transform", "icu_properties_data", "icu_provider", "tinystr", "zerovec", ] [[package]] name = "icu_properties_data" version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569" [[package]] name = "icu_provider" version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" dependencies = [ "displaydoc", "icu_locid", "icu_provider_macros", "stable_deref_trait", "tinystr", "writeable", "yoke", "zerofrom", "zerovec", ] [[package]] name = "icu_provider_macros" version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" dependencies = [ "proc-macro2 1.0.87", "quote 1.0.37", "syn 2.0.87", ] [[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.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" dependencies = [ "unicode-bidi", "unicode-normalization", ] [[package]] name = "idna" version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" dependencies = [ "idna_adapter", "smallvec", "utf8_iter", ] [[package]] name = "idna_adapter" version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71" dependencies = [ "icu_normalizer", "icu_properties", ] [[package]] name = "if_chain" version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed" [[package]] name = "im" version = "15.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d0acd33ff0285af998aaf9b57342af478078f53492322fafc47450e09397e0e9" dependencies = [ "bitmaps", "rand_core 0.6.4", "rand_xoshiro", "sized-chunks", "typenum", "version_check", ] [[package]] name = "impl-codec" version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "161ebdfec3c8e3b52bf61c4f3550a1eea4f9579d10dc1b936f3171ebdcd6c443" dependencies = [ "parity-scale-codec 2.3.1", ] [[package]] name = "impl-codec" version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f" dependencies = [ "parity-scale-codec 3.6.5", ] [[package]] name = "impl-rlp" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808" dependencies = [ "rlp", ] [[package]] name = "impl-serde" version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4551f042f3438e64dbd6226b20527fc84a6e1fe65688b58746a2f53623f25f5c" dependencies = [ "serde", ] [[package]] name = "impl-serde" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ebc88fc67028ae3db0c853baa36269d398d5f45b6982f95549ff5def78c935cd" dependencies = [ "serde", ] [[package]] name = "impl-trait-for-tuples" version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb" dependencies = [ "proc-macro2 1.0.87", "quote 1.0.37", "syn 1.0.107", ] [[package]] name = "include_dir" version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "18762faeff7122e89e0857b02f7ce6fcc0d101d5e9ad2ad7846cc01d61b7f19e" dependencies = [ "glob", "include_dir_macros", ] [[package]] name = "include_dir_macros" version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b139284b5cf57ecfa712bcc66950bb635b31aff41c188e8a4cfc758eca374a3f" dependencies = [ "proc-macro2 1.0.87", "quote 1.0.37", ] [[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", "serde", ] [[package]] name = "indexmap" version = "2.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f" dependencies = [ "equivalent", "hashbrown 0.15.2", "serde", ] [[package]] name = "indicatif" version = "0.17.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4295cbb7573c16d310e99e713cf9e75101eb190ab31fccd35f2d2691b4352b19" dependencies = [ "console", "number_prefix", "portable-atomic", "unicode-width", ] [[package]] name = "infer" version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac" [[package]] name = "inline_colorization" version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dc1804bdb6a9784758b200007273a8b84e2b0b0b97a8f1e18e763eceb3e9f98a" [[package]] name = "inotify" version = "0.9.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff" dependencies = [ "bitflags 1.3.2", "inotify-sys", "libc", ] [[package]] name = "inotify-sys" version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb" dependencies = [ "libc", ] [[package]] name = "inout" version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" dependencies = [ "block-padding 0.3.2", "generic-array", ] [[package]] name = "inquire" version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c33e7c1ddeb15c9abcbfef6029d8e29f69b52b6d6c891031b88ed91b5065803b" dependencies = [ "bitflags 1.3.2", "crossterm", "dyn-clone", "lazy_static", "newline-converter", "thiserror 1.0.69", "unicode-segmentation", "unicode-width", ] [[package]] name = "insta" version = "1.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6513e4067e16e69ed1db5ab56048ed65db32d10ba5fc1217f5393f8f17d8b5a5" dependencies = [ "console", "linked-hash-map", "once_cell", "pest", "pest_derive", "serde", "similar", ] [[package]] name = "insta-cmd" version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ffeeefa927925cced49ccb01bf3e57c9d4cd132df21e576eb9415baeab2d3de6" dependencies = [ "insta", "serde", "serde_json", ] [[package]] name = "instant" version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" dependencies = [ "cfg-if", "js-sys", "wasm-bindgen", "web-sys", ] [[package]] name = "integer-encoding" version = "3.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02" [[package]] name = "io-lifetimes" version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "46112a93252b123d31a119a8d1a1ac19deac4fac6e0e8b0df58f0d4e5870e63c" dependencies = [ "libc", "windows-sys 0.42.0", ] [[package]] name = "ipnet" version = "2.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "30e22bd8629359895450b59ea7a776c850561b96a3b1d31321c1949d9e6c9146" [[package]] name = "ipnetwork" version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bf466541e9d546596ee94f9f69590f89473455f88372423e0008fc1a7daf100e" dependencies = [ "serde", ] [[package]] name = "iri-string" version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f5f6c2df22c009ac44f6f1499308e7a3ac7ba42cd2378475cc691510e1eef1b" dependencies = [ "memchr", "serde", ] [[package]] name = "is-docker" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3" dependencies = [ "once_cell", ] [[package]] name = "is-terminal" version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f" dependencies = [ "hermit-abi", "io-lifetimes", "rustix 0.37.7", "windows-sys 0.48.0", ] [[package]] name = "is-wsl" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5" dependencies = [ "is-docker", "once_cell", ] [[package]] name = "is_ci" version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7655c9839580ee829dfacba1d1278c2b7883e50a277ff7541299489d6bdfdc45" [[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 = "itertools" version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" dependencies = [ "either", ] [[package]] name = "itertools" version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" dependencies = [ "either", ] [[package]] name = "itoa" version = "1.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440" [[package]] name = "jemalloc-ctl" version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c1891c671f3db85d8ea8525dd43ab147f9977041911d24a03e5a36187a7bfde9" dependencies = [ "jemalloc-sys", "libc", "paste", ] [[package]] name = "jemalloc-sys" version = "0.5.2+5.3.0-patched" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "134163979b6eed9564c98637b710b40979939ba351f59952708234ea11b5f3f8" dependencies = [ "cc", "fs_extra", "libc", ] [[package]] name = "jni" version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c6df18c2e3db7e453d3c6ac5b3e9d5182664d28788126d39b91f2d1e22b017ec" dependencies = [ "cesu8", "combine", "jni-sys", "log", "thiserror 1.0.69", "walkdir", ] [[package]] name = "jni-sys" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" [[package]] name = "jobserver" version = "0.1.25" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b" 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 = "json_comments" version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9dbbfed4e59ba9750e15ba154fdfd9329cee16ff3df539c2666b70f58cc32105" [[package]] name = "json_to_table" version = "0.6.0" source = "git+https://github.com/zhiburt/tabled/?rev=e449317a1c02eb6b29e409ad6617e5d9eb7b3bd4#e449317a1c02eb6b29e409ad6617e5d9eb7b3bd4" dependencies = [ "serde_json", "tabled", ] [[package]] name = "jsonpath-rust" version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c00ae348f9f8fd2d09f82a98ca381c60df9e0820d8d79fce43e649b4dc3128b" dependencies = [ "pest", "pest_derive", "regex", "serde_json", "thiserror 2.0.9", ] [[package]] name = "jsonpath_lib" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eaa63191d68230cccb81c5aa23abd53ed64d83337cacbb25a7b8c7979523774f" dependencies = [ "log", "serde", "serde_json", ] [[package]] name = "jsonrpsee" version = "0.24.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c5c71d8c1a731cc4227c2f698d377e7848ca12c8a48866fc5e6951c43a4db843" dependencies = [ "jsonrpsee-core", "jsonrpsee-http-client", "jsonrpsee-proc-macros", "jsonrpsee-server", "jsonrpsee-types", "jsonrpsee-ws-client", "tokio", "tracing", ] [[package]] name = "jsonrpsee-client-transport" version = "0.24.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "548125b159ba1314104f5bb5f38519e03a41862786aa3925cf349aae9cdd546e" dependencies = [ "base64 0.22.1", "futures-util", "http 1.1.0", "jsonrpsee-core", "pin-project", "rustls 0.23.20", "rustls-pki-types", "rustls-platform-verifier", "soketto", "thiserror 1.0.69", "tokio", "tokio-rustls 0.26.0", "tokio-util 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)", "tracing", "url", ] [[package]] name = "jsonrpsee-core" version = "0.24.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f2882f6f8acb9fdaec7cefc4fd607119a9bd709831df7d7672a1d3b644628280" dependencies = [ "async-trait", "bytes", "futures-timer", "futures-util", "http 1.1.0", "http-body 1.0.1", "http-body-util", "jsonrpsee-types", "parking_lot 0.12.3", "pin-project", "rand 0.8.5", "rustc-hash 2.0.0", "serde", "serde_json", "thiserror 1.0.69", "tokio", "tokio-stream", "tracing", ] [[package]] name = "jsonrpsee-http-client" version = "0.24.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b3638bc4617f96675973253b3a45006933bde93c2fd8a6170b33c777cc389e5b" dependencies = [ "async-trait", "base64 0.22.1", "http-body 1.0.1", "hyper 1.5.2", "hyper-rustls 0.27.2", "hyper-util", "jsonrpsee-core", "jsonrpsee-types", "rustls 0.23.20", "rustls-platform-verifier", "serde", "serde_json", "thiserror 1.0.69", "tokio", "tower 0.4.13", "tracing", "url", ] [[package]] name = "jsonrpsee-proc-macros" version = "0.24.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c06c01ae0007548e73412c08e2285ffe5d723195bf268bce67b1b77c3bb2a14d" dependencies = [ "heck 0.5.0", "proc-macro-crate 3.2.0", "proc-macro2 1.0.87", "quote 1.0.37", "syn 2.0.87", ] [[package]] name = "jsonrpsee-server" version = "0.24.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "82ad8ddc14be1d4290cd68046e7d1d37acd408efed6d3ca08aefcc3ad6da069c" dependencies = [ "futures-util", "http 1.1.0", "http-body 1.0.1", "http-body-util", "hyper 1.5.2", "hyper-util", "jsonrpsee-core", "jsonrpsee-types", "pin-project", "route-recognizer", "serde", "serde_json", "soketto", "thiserror 1.0.69", "tokio", "tokio-stream", "tokio-util 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)", "tower 0.4.13", "tracing", ] [[package]] name = "jsonrpsee-types" version = "0.24.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a178c60086f24cc35bb82f57c651d0d25d99c4742b4d335de04e97fa1f08a8a1" dependencies = [ "http 1.1.0", "serde", "serde_json", "thiserror 1.0.69", ] [[package]] name = "jsonrpsee-ws-client" version = "0.24.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0fe322e0896d0955a3ebdd5bf813571c53fea29edd713bc315b76620b327e86d" dependencies = [ "http 1.1.0", "jsonrpsee-client-transport", "jsonrpsee-core", "jsonrpsee-types", "url", ] [[package]] name = "jsonwebtoken" version = "8.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6971da4d9c3aa03c3d8f3ff0f4155b534aad021292003895a469716b2a230378" dependencies = [ "base64 0.21.7", "pem 1.1.0", "ring 0.16.20", "serde", "serde_json", "simple_asn1", ] [[package]] name = "k256" version = "0.11.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "72c1e0b51e7ec0a97369623508396067a486bd0cbed95a2659a4b863d28cfc8b" dependencies = [ "cfg-if", "ecdsa 0.14.8", "elliptic-curve 0.12.3", "sha2 0.10.8", "sha3 0.10.6", ] [[package]] name = "k256" version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cadb76004ed8e97623117f3df85b17aaa6626ab0b0831e6573f104df16cd1bcc" dependencies = [ "cfg-if", "ecdsa 0.16.9", "elliptic-curve 0.13.8", "once_cell", "sha2 0.10.8", "signature 2.2.0", ] [[package]] name = "k8s-openapi" version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c8847402328d8301354c94d605481f25a6bdc1ed65471fd96af8eca71141b13" dependencies = [ "base64 0.22.1", "chrono", "serde", "serde-value", "serde_json", ] [[package]] name = "keccak" version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3afef3b6eff9ce9d8ff9b3601125eec7f0c8cbac7abd14f355d053fa56c98768" dependencies = [ "cpufeatures", ] [[package]] name = "kqueue" version = "1.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c" dependencies = [ "kqueue-sys", "libc", ] [[package]] name = "kqueue-sys" version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b" dependencies = [ "bitflags 1.3.2", "libc", ] [[package]] name = "kube" version = "0.97.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e5fd2596428f922f784ca43907c449f104d69055c811135684474143736c67ae" dependencies = [ "k8s-openapi", "kube-client", "kube-core", ] [[package]] name = "kube-client" version = "0.97.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d539b6493d162ae5ab691762be972b6a1c20f6d8ddafaae305c0e2111b589d99" dependencies = [ "base64 0.22.1", "bytes", "chrono", "either", "futures", "home", "http 1.1.0", "http-body 1.0.1", "http-body-util", "hyper 1.5.2", "hyper-http-proxy", "hyper-rustls 0.27.2", "hyper-timeout 0.5.1", "hyper-util", "jsonpath-rust", "k8s-openapi", "kube-core", "pem 3.0.4", "rustls 0.23.20", "rustls-pemfile 2.1.2", "secrecy", "serde", "serde_json", "serde_yaml 0.9.21", "thiserror 2.0.9", "tokio", "tokio-util 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)", "tower 0.5.1", "tower-http 0.6.2", "tracing", ] [[package]] name = "kube-core" version = "0.97.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "98a87cc0046cf6b62cbb63ae1fbc366ee8ba29269f575289679473754ff5d7a7" dependencies = [ "chrono", "form_urlencoded", "http 1.1.0", "k8s-openapi", "serde", "serde-value", "serde_json", "thiserror 2.0.9", ] [[package]] name = "lalrpop" version = "0.20.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "55cb077ad656299f160924eb2912aa147d7339ea7d69e1b5517326fdcec3c1ca" dependencies = [ "ascii-canvas", "bit-set 0.5.3", "ena", "itertools 0.11.0", "lalrpop-util", "petgraph 0.6.5", "regex", "regex-syntax 0.8.2", "string_cache", "term", "tiny-keccak", "unicode-xid 0.2.4", "walkdir", ] [[package]] name = "lalrpop-util" version = "0.20.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "507460a910eb7b32ee961886ff48539633b788a36b65692b95f225b844c82553" dependencies = [ "regex-automata 0.4.7", ] [[package]] name = "lazy_static" version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" dependencies = [ "spin 0.9.8", ] [[package]] name = "lazycell" version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "leb128" version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67" [[package]] name = "lexical-core" version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2cde5de06e8d4c2faabc400238f9ae1c74d5412d03a7bd067645ccbc47070e46" dependencies = [ "lexical-parse-float", "lexical-parse-integer", "lexical-util", "lexical-write-float", "lexical-write-integer", ] [[package]] name = "lexical-parse-float" version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "683b3a5ebd0130b8fb52ba0bdc718cc56815b6a097e28ae5a6997d0ad17dc05f" dependencies = [ "lexical-parse-integer", "lexical-util", "static_assertions", ] [[package]] name = "lexical-parse-integer" version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6d0994485ed0c312f6d965766754ea177d07f9c00c9b82a5ee62ed5b47945ee9" dependencies = [ "lexical-util", "static_assertions", ] [[package]] name = "lexical-util" version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5255b9ff16ff898710eb9eb63cb39248ea8a5bb036bea8085b1a767ff6c4e3fc" dependencies = [ "static_assertions", ] [[package]] name = "lexical-write-float" version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "accabaa1c4581f05a3923d1b4cfd124c329352288b7b9da09e766b0668116862" dependencies = [ "lexical-util", "lexical-write-integer", "static_assertions", ] [[package]] name = "lexical-write-integer" version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e1b6f3d1f4422866b68192d62f77bc5c700bee84f3069f2469d7bc8c77852446" dependencies = [ "lexical-util", "static_assertions", ] [[package]] name = "libc" version = "0.2.169" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a" [[package]] name = "libloading" version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" dependencies = [ "cfg-if", "winapi", ] [[package]] name = "libm" version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb" [[package]] name = "libquickjs-sys" version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f0b24e9bd171b75ae0295bd428fb8fe58410fb23156e5f34a4657a70c3cee96" dependencies = [ "cc", "copy_dir", ] [[package]] name = "librocksdb-sys" version = "0.11.0+8.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3386f101bcb4bd252d8e9d2fb41ec3b0862a15a62b478c355b2982efa469e3e" dependencies = [ "bindgen", "bzip2-sys", "cc", "glob", "libc", "libz-sys", "lz4-sys", "zstd-sys", ] [[package]] name = "libtest-mimic" version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6d8de370f98a6cb8a4606618e53e802f93b094ddec0f96988eaec2c27e6e9ce7" dependencies = [ "clap", "termcolor", "threadpool", ] [[package]] name = "libz-sys" version = "1.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf" dependencies = [ "cc", "pkg-config", "vcpkg", ] [[package]] name = "link-cplusplus" version = "1.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5" dependencies = [ "cc", ] [[package]] name = "linked-hash-map" version = "0.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" [[package]] name = "linux-raw-sys" version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4" [[package]] name = "linux-raw-sys" version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d59d8c75012853d2e872fb56bc8a2e53718e2cafe1a4c823143141c6d90c322f" [[package]] name = "linux-raw-sys" version = "0.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456" [[package]] name = "litemap" version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104" [[package]] name = "lock_api" version = "0.4.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45" dependencies = [ "autocfg", "scopeguard", ] [[package]] name = "log" version = "0.4.22" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" dependencies = [ "serde", ] [[package]] name = "logos" version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ff1ceb190eb9bdeecdd8f1ad6a71d6d632a50905948771718741b5461fb01e13" dependencies = [ "logos-derive", ] [[package]] name = "logos-codegen" version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "90be66cb7bd40cb5cc2e9cfaf2d1133b04a3d93b72344267715010a466e0915a" dependencies = [ "beef", "fnv", "lazy_static", "proc-macro2 1.0.87", "quote 1.0.37", "regex-syntax 0.8.2", "syn 2.0.87", ] [[package]] name = "logos-derive" version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "45154231e8e96586b39494029e58f12f8ffcb5ecf80333a603a13aa205ea8cbd" dependencies = [ "logos-codegen", ] [[package]] name = "lru" version = "0.7.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e999beba7b6e8345721bd280141ed958096a2e4abdf74f67ff4ce49b4b54e47a" dependencies = [ "hashbrown 0.12.3", ] [[package]] name = "lru" version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "03f1160296536f10c833a82dca22267d5486734230d47bf00bf435885814ba1e" dependencies = [ "hashbrown 0.13.2", ] [[package]] name = "lru" version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3262e75e648fce39813cb56ac41f3c3e3f65217ebf3844d818d1f9398cfb0dc" dependencies = [ "hashbrown 0.14.1", ] [[package]] name = "lsp-server" version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "248f65b78f6db5d8e1b1604b4098a28b43d21a8eb1deeca22b1c421b276c7095" dependencies = [ "crossbeam-channel", "log", "serde", "serde_json", ] [[package]] name = "lsp-types" version = "0.95.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e34d33a8e9b006cd3fc4fe69a921affa097bae4bb65f76271f4644f9a334365" dependencies = [ "bitflags 1.3.2", "serde", "serde_json", "serde_repr", "url", ] [[package]] name = "lz4-sys" version = "1.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900" dependencies = [ "cc", "libc", ] [[package]] name = "lz4_flex" version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "912b45c753ff5f7f5208307e8ace7d2a2e30d024e26d3509f3dce546c044ce15" dependencies = [ "twox-hash", ] [[package]] name = "mach2" version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6d0d1830bcd151a6fc4aea1369af235b36c1528fe976b8ff678683c9995eade8" dependencies = [ "libc", ] [[package]] name = "maplit" version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" [[package]] name = "matchers" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" dependencies = [ "regex-automata 0.1.10", ] [[package]] name = "matchit" version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "73cbba799671b762df5a175adf59ce145165747bb891505c43d09aefbbf38beb" [[package]] name = "matchit" version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b87248edafb776e59e6ee64a79086f65890d3510f2c656c000bf2a7e8a0aea40" [[package]] name = "md-5" version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7b5a279bb9607f9f53c22d496eade00d138d1bdcccd07d74650387cf94942a15" dependencies = [ "block-buffer 0.9.0", "digest 0.9.0", "opaque-debug", ] [[package]] name = "md-5" version = "0.10.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" dependencies = [ "cfg-if", "digest 0.10.7", ] [[package]] name = "md5" version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771" [[package]] name = "memchr" version = "2.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" [[package]] name = "memmap2" version = "0.5.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4b182332558b18d807c4ce1ca8ca983b34c3ee32765e47b3f0f69b90355cc1dc" dependencies = [ "libc", ] [[package]] name = "memoffset" version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" dependencies = [ "autocfg", ] [[package]] name = "miette" version = "7.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4edc8853320c2a0dab800fbda86253c8938f6ea88510dc92c5f1ed20e794afc1" dependencies = [ "backtrace", "backtrace-ext", "cfg-if", "miette-derive", "owo-colors 4.0.0", "supports-color", "supports-hyperlinks", "supports-unicode", "terminal_size", "textwrap", "thiserror 1.0.69", "unicode-width", ] [[package]] name = "miette-derive" version = "7.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dcf09caffaac8068c346b6df2a7fc27a177fd20b39421a39ce0a211bde679a6c" dependencies = [ "proc-macro2 1.0.87", "quote 1.0.37", "syn 2.0.87", ] [[package]] name = "migrations_internals" version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fd01039851e82f8799046eabbb354056283fb265c8ec0996af940f4e85a380ff" dependencies = [ "serde", "toml 0.8.16", ] [[package]] name = "migrations_macros" version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ffb161cc72176cb37aa47f1fc520d3ef02263d67d661f44f05d05a079e1237fd" dependencies = [ "migrations_internals", "proc-macro2 1.0.87", "quote 1.0.37", ] [[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 = "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.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" dependencies = [ "libc", "log", "wasi 0.11.0+wasi-snapshot-preview1", "windows-sys 0.48.0", ] [[package]] name = "mio" version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd" dependencies = [ "libc", "wasi 0.11.0+wasi-snapshot-preview1", "windows-sys 0.52.0", ] [[package]] name = "mockall" version = "0.11.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4c84490118f2ee2d74570d114f3d0493cbf02790df303d2707606c3e14e07c96" dependencies = [ "cfg-if", "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", "proc-macro2 1.0.87", "quote 1.0.37", "syn 1.0.107", ] [[package]] name = "moka" version = "0.12.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b1911e88d5831f748a4097a43862d129e3c6fca831eecac9b8db6d01d93c9de2" dependencies = [ "crossbeam-channel", "crossbeam-epoch", "crossbeam-utils", "once_cell", "parking_lot 0.12.3", "rustc_version", "skeptic", "smallvec", "tagptr", "thiserror 1.0.69", "triomphe", "uuid 1.2.2", ] [[package]] name = "more-asserts" version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1fafa6961cabd9c63bcd77a45d7e3b7f3b552b70417831fb0f56db717e72407e" [[package]] name = "move-abstract-interpreter" version = "0.1.0" dependencies = [ "move-binary-format", "move-bytecode-verifier-meter", ] [[package]] name = "move-abstract-interpreter-v2" version = "0.1.0" dependencies = [ "move-binary-format", ] [[package]] name = "move-abstract-stack" version = "0.0.1" [[package]] name = "move-analyzer" version = "1.0.0" dependencies = [ "anyhow", "clap", "codespan-reporting", "crossbeam", "derivative", "dunce", "im", "itertools 0.10.5", "json_comments", "lsp-server", "lsp-types", "move-command-line-common", "move-compiler", "move-core-types", "move-ir-types", "move-package", "move-symbol-pool", "once_cell", "serde", "serde_json", "sha2 0.9.9", "tempfile", "url", "vfs", ] [[package]] name = "move-binary-format" version = "0.0.3" dependencies = [ "anyhow", "enum-compat-util", "move-core-types", "move-proc-macros", "ref-cast", "serde", "variant_count", ] [[package]] name = "move-borrow-graph" version = "0.0.1" [[package]] name = "move-bytecode-source-map" version = "0.1.0" dependencies = [ "anyhow", "bcs", "move-binary-format", "move-command-line-common", "move-core-types", "move-ir-types", "move-symbol-pool", "serde", "serde_json", ] [[package]] name = "move-bytecode-utils" version = "0.1.0" dependencies = [ "anyhow", "indexmap 2.7.0", "move-binary-format", "move-core-types", "petgraph 0.5.1", "serde-reflection", ] [[package]] name = "move-bytecode-verifier" version = "0.1.0" dependencies = [ "move-abstract-interpreter", "move-abstract-stack", "move-binary-format", "move-borrow-graph", "move-bytecode-verifier-meter", "move-core-types", "move-vm-config", "petgraph 0.5.1", ] [[package]] name = "move-bytecode-verifier-meter" version = "0.1.0" dependencies = [ "move-binary-format", "move-core-types", "move-vm-config", ] [[package]] name = "move-bytecode-verifier-v0" version = "0.1.0" dependencies = [ "move-abstract-interpreter-v2", "move-abstract-stack", "move-binary-format", "move-borrow-graph", "move-bytecode-verifier-meter", "move-core-types", "move-vm-config", "petgraph 0.5.1", ] [[package]] name = "move-bytecode-verifier-v1" version = "0.1.0" dependencies = [ "move-abstract-interpreter-v2", "move-abstract-stack", "move-binary-format", "move-borrow-graph", "move-bytecode-verifier-meter", "move-core-types", "move-vm-config", "petgraph 0.5.1", ] [[package]] name = "move-bytecode-verifier-v2" version = "0.1.0" dependencies = [ "move-abstract-interpreter-v2", "move-abstract-stack", "move-binary-format", "move-borrow-graph", "move-bytecode-verifier-meter", "move-core-types", "move-vm-config", "petgraph 0.5.1", ] [[package]] name = "move-bytecode-viewer" version = "0.1.0" dependencies = [ "anyhow", "clap", "crossterm", "move-binary-format", "move-bytecode-source-map", "move-disassembler", "regex", "tui", ] [[package]] name = "move-cli" version = "0.1.0" dependencies = [ "anyhow", "bcs", "clap", "codespan-reporting", "colored", "difference", "move-binary-format", "move-bytecode-source-map", "move-bytecode-utils", "move-bytecode-verifier", "move-bytecode-viewer", "move-command-line-common", "move-compiler", "move-core-types", "move-coverage", "move-disassembler", "move-docgen", "move-ir-types", "move-model-2", "move-package", "move-stdlib", "move-stdlib-natives", "move-symbol-pool", "move-unit-test", "move-vm-profiler", "move-vm-runtime", "move-vm-test-utils", "move-vm-types", "serde_yaml 0.8.26", "tempfile", "toml_edit 0.14.4", "walkdir", ] [[package]] name = "move-command-line-common" version = "0.1.0" dependencies = [ "anyhow", "bcs", "difference", "dirs-next", "hex", "insta", "move-binary-format", "move-core-types", "once_cell", "serde", "sha2 0.9.9", "vfs", "walkdir", ] [[package]] name = "move-compiler" version = "0.0.1" dependencies = [ "anyhow", "bcs", "clap", "codespan-reporting", "dunce", "hex", "insta", "lsp-types", "move-binary-format", "move-borrow-graph", "move-bytecode-source-map", "move-bytecode-verifier", "move-command-line-common", "move-core-types", "move-ir-to-bytecode", "move-ir-types", "move-proc-macros", "move-symbol-pool", "once_cell", "petgraph 0.5.1", "rayon", "regex", "serde", "serde_json", "similar", "stacker", "tempfile", "vfs", ] [[package]] name = "move-core-types" version = "0.0.4" dependencies = [ "anyhow", "arbitrary", "bcs", "enum-compat-util", "ethnum", "hex", "leb128", "move-proc-macros", "num", "once_cell", "primitive-types 0.10.1", "proptest", "proptest-derive 0.3.0", "rand 0.8.5", "ref-cast", "serde", "serde_bytes", "serde_with 3.9.0", "thiserror 1.0.69", "uint", ] [[package]] name = "move-coverage" version = "0.1.0" dependencies = [ "anyhow", "bcs", "clap", "codespan", "colored", "indexmap 2.7.0", "move-abstract-interpreter", "move-binary-format", "move-bytecode-source-map", "move-command-line-common", "move-core-types", "move-ir-types", "petgraph 0.5.1", "serde", ] [[package]] name = "move-disassembler" version = "0.1.0" dependencies = [ "anyhow", "bcs", "clap", "hex", "inline_colorization", "move-abstract-interpreter", "move-binary-format", "move-bytecode-source-map", "move-command-line-common", "move-compiler", "move-core-types", "move-coverage", "move-ir-types", "move-symbol-pool", ] [[package]] name = "move-docgen" version = "0.1.0" dependencies = [ "anyhow", "clap", "codespan", "codespan-reporting", "itertools 0.10.5", "log", "move-binary-format", "move-compiler", "move-core-types", "move-ir-types", "move-model-2", "move-symbol-pool", "num", "once_cell", "regex", "serde", ] [[package]] name = "move-ir-compiler" version = "0.1.0" dependencies = [ "anyhow", "bcs", "clap", "move-abstract-interpreter", "move-binary-format", "move-bytecode-source-map", "move-bytecode-verifier", "move-command-line-common", "move-core-types", "move-ir-to-bytecode", "serde_json", ] [[package]] name = "move-ir-to-bytecode" version = "0.1.0" dependencies = [ "anyhow", "codespan-reporting", "log", "move-binary-format", "move-bytecode-source-map", "move-command-line-common", "move-core-types", "move-ir-to-bytecode-syntax", "move-ir-types", "move-symbol-pool", "ouroboros 0.17.2", ] [[package]] name = "move-ir-to-bytecode-syntax" version = "0.1.0" dependencies = [ "anyhow", "hex", "move-command-line-common", "move-core-types", "move-ir-types", "move-symbol-pool", ] [[package]] name = "move-ir-types" version = "0.1.0" dependencies = [ "hex", "move-command-line-common", "move-core-types", "move-symbol-pool", "once_cell", "serde", ] [[package]] name = "move-model" version = "0.1.0" dependencies = [ "anyhow", "codespan", "codespan-reporting", "itertools 0.10.5", "log", "move-binary-format", "move-bytecode-source-map", "move-command-line-common", "move-compiler", "move-core-types", "move-disassembler", "move-ir-types", "move-symbol-pool", "num", "once_cell", "regex", "serde", ] [[package]] name = "move-model-2" version = "0.1.0" dependencies = [ "anyhow", "bcs", "codespan", "codespan-reporting", "move-binary-format", "move-bytecode-source-map", "move-command-line-common", "move-compiler", "move-core-types", "move-disassembler", "move-ir-types", "move-symbol-pool", "num", "serde", "vfs", ] [[package]] name = "move-package" version = "0.1.0" dependencies = [ "anyhow", "clap", "colored", "itertools 0.10.5", "move-binary-format", "move-bytecode-source-map", "move-bytecode-utils", "move-command-line-common", "move-compiler", "move-core-types", "move-disassembler", "move-docgen", "move-model-2", "move-symbol-pool", "named-lock", "once_cell", "petgraph 0.5.1", "regex", "serde", "serde_yaml 0.8.26", "sha2 0.9.9", "tempfile", "toml 0.5.11", "toml_edit 0.14.4", "treeline", "vfs", "walkdir", "whoami", ] [[package]] name = "move-proc-macros" version = "0.1.0" dependencies = [ "enum-compat-util", "quote 1.0.37", "syn 2.0.87", ] [[package]] name = "move-stdlib" version = "0.1.1" dependencies = [ "anyhow", "hex", "log", "move-binary-format", "move-command-line-common", "move-core-types", "move-docgen", "move-package", "move-stdlib-natives", "move-vm-runtime", "sha2 0.9.9", "walkdir", ] [[package]] name = "move-stdlib-natives" version = "0.1.1" dependencies = [ "hex", "move-binary-format", "move-core-types", "move-vm-runtime", "move-vm-types", "sha2 0.9.9", "sha3 0.9.1", "smallvec", ] [[package]] name = "move-stdlib-natives-v0" version = "0.1.1" dependencies = [ "hex", "move-binary-format", "move-core-types", "move-vm-runtime-v0", "move-vm-types", "sha2 0.9.9", "sha3 0.9.1", "smallvec", ] [[package]] name = "move-stdlib-natives-v1" version = "0.1.1" dependencies = [ "hex", "move-binary-format", "move-core-types", "move-vm-runtime-v1", "move-vm-types", "sha2 0.9.9", "sha3 0.9.1", "smallvec", ] [[package]] name = "move-stdlib-natives-v2" version = "0.1.1" dependencies = [ "hex", "move-binary-format", "move-core-types", "move-vm-runtime-v2", "move-vm-types", "sha2 0.9.9", "sha3 0.9.1", "smallvec", ] [[package]] name = "move-symbol-pool" version = "0.1.0" dependencies = [ "once_cell", "phf", "serde", ] [[package]] name = "move-trace-format" version = "0.0.1" dependencies = [ "move-binary-format", "move-core-types", "serde", "serde_json", ] [[package]] name = "move-transactional-test-runner" version = "0.1.0" dependencies = [ "anyhow", "async-trait", "clap", "move-binary-format", "move-bytecode-source-map", "move-cli", "move-command-line-common", "move-compiler", "move-core-types", "move-disassembler", "move-ir-compiler", "move-ir-types", "move-stdlib", "move-stdlib-natives", "move-symbol-pool", "move-vm-config", "move-vm-runtime", "move-vm-test-utils", "move-vm-types", "once_cell", "rayon", "regex", "tempfile", "tokio", ] [[package]] name = "move-unit-test" version = "0.1.0" dependencies = [ "anyhow", "bcs", "better_any", "clap", "codespan-reporting", "colored", "itertools 0.10.5", "move-binary-format", "move-bytecode-utils", "move-command-line-common", "move-compiler", "move-core-types", "move-ir-types", "move-model", "move-stdlib", "move-stdlib-natives", "move-symbol-pool", "move-trace-format", "move-vm-profiler", "move-vm-runtime", "move-vm-test-utils", "move-vm-types", "once_cell", "rand 0.8.5", "rayon", "regex", ] [[package]] name = "move-vm-config" version = "0.1.0" dependencies = [ "move-binary-format", "once_cell", ] [[package]] name = "move-vm-profiler" version = "0.1.0" dependencies = [ "move-vm-config", "once_cell", "serde", "serde_json", "tracing", ] [[package]] name = "move-vm-runtime" version = "0.1.0" dependencies = [ "better_any", "fail", "move-binary-format", "move-bytecode-verifier", "move-core-types", "move-trace-format", "move-vm-config", "move-vm-profiler", "move-vm-types", "once_cell", "parking_lot 0.11.2", "smallvec", "tracing", ] [[package]] name = "move-vm-runtime-v0" version = "0.1.0" dependencies = [ "better_any", "fail", "move-binary-format", "move-bytecode-verifier-v0", "move-core-types", "move-vm-config", "move-vm-profiler", "move-vm-types", "once_cell", "parking_lot 0.11.2", "smallvec", "tracing", ] [[package]] name = "move-vm-runtime-v1" version = "0.1.0" dependencies = [ "better_any", "fail", "move-binary-format", "move-bytecode-verifier-v1", "move-core-types", "move-vm-config", "move-vm-profiler", "move-vm-types", "once_cell", "parking_lot 0.11.2", "smallvec", "tracing", ] [[package]] name = "move-vm-runtime-v2" version = "0.1.0" dependencies = [ "better_any", "fail", "move-binary-format", "move-bytecode-verifier-v2", "move-core-types", "move-vm-config", "move-vm-profiler", "move-vm-types", "once_cell", "parking_lot 0.11.2", "smallvec", "tracing", ] [[package]] name = "move-vm-test-utils" version = "0.1.0" dependencies = [ "anyhow", "move-binary-format", "move-core-types", "move-vm-profiler", "move-vm-types", "once_cell", "serde", ] [[package]] name = "move-vm-types" version = "0.1.0" dependencies = [ "bcs", "move-binary-format", "move-core-types", "move-vm-profiler", "serde", "smallvec", ] [[package]] name = "msim" version = "0.1.0" source = "git+https://github.com/MystenLabs/mysten-sim.git?rev=e06fc6fa9aeb978ffc621f8b27c06a404042279f#e06fc6fa9aeb978ffc621f8b27c06a404042279f" dependencies = [ "ahash 0.7.8", "async-task", "bincode", "bytes", "cc", "downcast-rs", "erasable", "futures", "lazy_static", "libc", "msim-macros", "naive-timer", "pin-project-lite", "rand 0.8.5", "real_tokio", "serde", "socket2 0.4.9", "tap", "tokio-util 0.7.13 (git+https://github.com/MystenLabs/tokio-msim-fork.git?rev=7329bff6ee996d8df6cf810a9c2e59631ad5a2fb)", "toml 0.5.11", "tracing", "tracing-subscriber", ] [[package]] name = "msim-macros" version = "0.1.0" source = "git+https://github.com/MystenLabs/mysten-sim.git?rev=e06fc6fa9aeb978ffc621f8b27c06a404042279f#e06fc6fa9aeb978ffc621f8b27c06a404042279f" dependencies = [ "darling 0.14.2", "proc-macro2 1.0.87", "quote 1.0.37", "syn 1.0.107", ] [[package]] name = "multer" version = "3.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b" dependencies = [ "bytes", "encoding_rs", "futures-util", "http 1.1.0", "httparse", "memchr", "mime", "spin 0.9.8", "version_check", ] [[package]] name = "multiaddr" version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3b53e0cc5907a5c216ba6584bf74be8ab47d6d6289f72793b2dddbf15dc3bf8c" dependencies = [ "arrayref", "byteorder", "data-encoding", "multibase", "multihash", "percent-encoding", "serde", "static_assertions", "unsigned-varint", "url", ] [[package]] name = "multibase" version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404" dependencies = [ "base-x", "data-encoding", "data-encoding-macro", ] [[package]] name = "multihash" version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "835d6ff01d610179fbce3de1694d007e500bf33a7f29689838941d6bf783ae40" dependencies = [ "core2", "multihash-derive", "unsigned-varint", ] [[package]] name = "multihash-derive" version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1d6d4752e6230d8ef7adf7bd5d8c4b1f6561c1014c5ba9a37445ccefe18aa1db" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro-error", "proc-macro2 1.0.87", "quote 1.0.37", "syn 1.0.107", "synstructure 0.12.6", ] [[package]] name = "multimap" version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a" [[package]] name = "mysten-common" version = "0.1.0" dependencies = [ "anyhow", "fastcrypto", "futures", "mysten-metrics", "parking_lot 0.12.3", "prometheus", "reqwest 0.12.9", "snap", "sui-tls", "sui-types", "tokio", "tracing", ] [[package]] name = "mysten-metrics" version = "0.7.0" dependencies = [ "async-trait", "axum 0.7.5", "dashmap", "futures", "once_cell", "parking_lot 0.12.3", "prometheus", "prometheus-closure-metric", "scopeguard", "simple-server-timing-header", "tap", "tokio", "tracing", "uuid 1.2.2", ] [[package]] name = "mysten-network" version = "0.2.0" dependencies = [ "anemo", "anemo-tower", "async-stream", "bcs", "bytes", "eyre", "futures", "http 1.1.0", "http-body 1.0.1", "hyper-rustls 0.27.2", "hyper-util", "multiaddr", "once_cell", "pin-project-lite", "prometheus", "serde", "snap", "sui-http", "tokio", "tokio-rustls 0.26.0", "tokio-stream", "tonic 0.12.3", "tonic-health", "tower 0.4.13", "tower-http 0.5.2", "tracing", ] [[package]] name = "mysten-service" version = "0.0.1" dependencies = [ "anyhow", "axum 0.7.5", "mysten-metrics", "prometheus", "serde", "serde_json", "simple-server-timing-header", "telemetry-subscribers", "tokio", "tower 0.4.13", "tracing", ] [[package]] name = "mysten-util-mem" version = "0.11.0" dependencies = [ "cfg-if", "ed25519-consensus", "fastcrypto", "fastcrypto-tbls", "hashbrown 0.12.3", "impl-trait-for-tuples", "indexmap 2.7.0", "mysten-util-mem-derive", "once_cell", "parking_lot 0.12.3", "roaring", "smallvec", ] [[package]] name = "mysten-util-mem-derive" version = "0.1.0" dependencies = [ "proc-macro2 1.0.87", "syn 1.0.107", "synstructure 0.12.6", ] [[package]] name = "naive-timer" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "034a0ad7deebf0c2abcf2435950a6666c3c15ea9d8fad0c0f48efa8a7f843fed" [[package]] name = "named-lock" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "40a3eb6b7c682b65d1f631ec3176829d72ab450b3aacdd3f719bf220822e59ac" dependencies = [ "libc", "once_cell", "parking_lot 0.12.3", "thiserror 1.0.69", "widestring", "winapi", ] [[package]] name = "neptune" version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "06626c9ac04c894e9a23d061ba1309f28506cdc5fe64156d28a15fb57fc8e438" dependencies = [ "bellpepper", "bellpepper-core", "blake2s_simd", "blstrs", "byteorder", "ff 0.13.0", "generic-array", "log", "pasta_curves", "serde", "trait-set", ] [[package]] name = "nested" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ca2b420f638f07fe83056b55ea190bb815f609ec5a35e7017884a10f78839c9e" [[package]] name = "new_debug_unreachable" version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" [[package]] name = "newline-converter" version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1f71d09d5c87634207f894c6b31b6a2b2c64ea3bdcf71bd5599fdbbe1600c00f" dependencies = [ "unicode-segmentation", ] [[package]] name = "nexlint" version = "0.1.0" source = "git+https://github.com/nextest-rs/nexlint.git?rev=7ce56bd591242a57660ed05f14ca2483c37d895b#7ce56bd591242a57660ed05f14ca2483c37d895b" dependencies = [ "camino", "debug-ignore", "determinator", "guppy", "hakari", "hex", "once_cell", "serde", ] [[package]] name = "nexlint-lints" version = "0.1.0" source = "git+https://github.com/nextest-rs/nexlint.git?rev=7ce56bd591242a57660ed05f14ca2483c37d895b#7ce56bd591242a57660ed05f14ca2483c37d895b" dependencies = [ "anyhow", "camino", "diffy", "globset", "guppy", "nexlint", "regex", "serde", "toml 0.5.11", ] [[package]] name = "nibble_vec" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43" dependencies = [ "smallvec", ] [[package]] name = "nix" version = "0.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8f3790c00a0150112de0f4cd161e3d7fc4b2d8a5542ffc35f099a2562aecb35c" dependencies = [ "bitflags 1.3.2", "cc", "cfg-if", "libc", "memoffset", ] [[package]] name = "nix" version = "0.26.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b" dependencies = [ "bitflags 1.3.2", "cfg-if", "libc", ] [[package]] name = "no-std-compat" version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b93853da6d84c2e3c7d730d6473e8817692dd89be387eb01b94d7f108ecb5b8c" [[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 = "nom8" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ae01545c9c7fc4486ab7debaf2aad7003ac19431791868fb2e8066df97fad2f8" dependencies = [ "memchr", ] [[package]] name = "nonempty" version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e9e591e719385e6ebaeb5ce5d3887f7d5676fceca6411d1925ccc95745f3d6f7" [[package]] name = "nonempty" version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "995defdca0a589acfdd1bd2e8e3b896b4d4f7675a31fd14c32611440c7f608e6" [[package]] name = "nonzero_ext" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21" [[package]] name = "normalize-line-endings" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" [[package]] name = "notify" version = "6.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d" dependencies = [ "bitflags 2.6.0", "crossbeam-channel", "filetime", "fsevent-sys", "inotify", "kqueue", "libc", "log", "mio 0.8.11", "walkdir", "windows-sys 0.48.0", ] [[package]] name = "ntapi" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bc51db7b362b205941f71232e56c625156eb9a929f8cf74a428fd5bc094a4afc" dependencies = [ "winapi", ] [[package]] name = "ntest" version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "da8ec6d2b73d45307e926f5af46809768581044384637af6b3f3fe7c3c88f512" dependencies = [ "ntest_test_cases", "ntest_timeout", ] [[package]] name = "ntest_test_cases" version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "be7d33be719c6f4d09e64e27c1ef4e73485dc4cc1f4d22201f89860a7fe22e22" dependencies = [ "proc-macro2 1.0.87", "quote 1.0.37", "syn 1.0.107", ] [[package]] name = "ntest_timeout" version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "066b468120587a402f0b47d8f80035c921f6a46f8209efd0632a89a16f5188a4" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2 1.0.87", "quote 1.0.37", "syn 1.0.107", ] [[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" version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b05180d69e3da0e530ba2a1dae5110317e49e3b7f3d41be227dc5f92e49ee7af" dependencies = [ "num-bigint 0.4.4", "num-complex", "num-integer", "num-iter", "num-rational", "num-traits", ] [[package]] name = "num-bigint" version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5f6f7833f2cbf2360a6cfd58cd41a53aa7a90bd4c202f5b1c7dd2ed73c57b2c3" dependencies = [ "autocfg", "num-integer", "num-traits", ] [[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", "rand 0.8.5", "serde", ] [[package]] name = "num-bigint-dig" version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2399c9463abc5f909349d8aa9ba080e0b88b3ce2885389b60b993f39b1a56905" dependencies = [ "byteorder", "lazy_static", "libm", "num-integer", "num-iter", "num-traits", "rand 0.8.5", "smallvec", "zeroize", ] [[package]] name = "num-complex" version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1ba157ca0885411de85d6ca030ba7e2a83a28636056c7c699b07c8b6f7383214" dependencies = [ "num-traits", ] [[package]] name = "num-conv" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" [[package]] name = "num-derive" version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d" dependencies = [ "proc-macro2 1.0.87", "quote 1.0.37", "syn 1.0.107", ] [[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-iter" version = "0.1.43" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252" dependencies = [ "autocfg", "num-integer", "num-traits", ] [[package]] name = "num-modular" version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "64a5fe11d4135c3bcdf3a95b18b194afa9608a5f6ff034f5d857bc9a27fb0119" dependencies = [ "num-bigint 0.4.4", "num-integer", "num-traits", ] [[package]] name = "num-prime" version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e238432a7881ec7164503ccc516c014bf009be7984cde1ba56837862543bdec3" dependencies = [ "bitvec 1.0.1", "either", "lru 0.12.3", "num-bigint 0.4.4", "num-integer", "num-modular", "num-traits", "rand 0.8.5", ] [[package]] name = "num-rational" version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0" dependencies = [ "autocfg", "num-bigint 0.4.4", "num-integer", "num-traits", ] [[package]] name = "num-traits" version = "0.2.18" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a" 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", "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 0.6.1", ] [[package]] name = "num_enum" version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179" dependencies = [ "num_enum_derive 0.7.3", ] [[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 1.1.3", "proc-macro2 1.0.87", "quote 1.0.37", "syn 2.0.87", ] [[package]] name = "num_enum_derive" version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56" dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2 1.0.87", "quote 1.0.37", "syn 2.0.87", ] [[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.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441" dependencies = [ "memchr", ] [[package]] name = "object_store" version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e6da452820c715ce78221e8202ccc599b4a52f3e1eb3eedb487b680c81a8e3f3" dependencies = [ "async-trait", "base64 0.22.1", "bytes", "chrono", "futures", "humantime", "hyper 1.5.2", "itertools 0.13.0", "md-5 0.10.6", "parking_lot 0.12.3", "percent-encoding", "quick-xml", "rand 0.8.5", "reqwest 0.12.9", "ring 0.17.8", "rustls-pemfile 2.1.2", "serde", "serde_json", "snafu", "tokio", "tracing", "url", "walkdir", ] [[package]] name = "oid-registry" version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9bedf36ffb6ba96c2eb7144ef6270557b52e54b20c0a8e1eb2ff99a6c6959bff" dependencies = [ "asn1-rs", ] [[package]] name = "once_cell" version = "1.20.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "oorandom" version = "11.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" [[package]] name = "opaque-debug" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" [[package]] name = "open" version = "5.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "449f0ff855d85ddbf1edd5b646d65249ead3f5e422aaa86b7d2d0b049b103e32" dependencies = [ "is-wsl", "libc", "pathdiff", ] [[package]] name = "open-fastrlp" version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "786393f80485445794f6043fd3138854dd109cc6c4bd1a6383db304c9ce9b9ce" dependencies = [ "arrayvec 0.7.2", "auto_impl", "bytes", "ethereum-types", "open-fastrlp-derive", ] [[package]] name = "open-fastrlp-derive" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "003b2be5c6c53c1cfeb0a238b8a1c3915cd410feb684457a36c10038f764bb1c" dependencies = [ "bytes", "proc-macro2 1.0.87", "quote 1.0.37", "syn 1.0.107", ] [[package]] name = "openssl-probe" version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" [[package]] name = "opentelemetry" version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1e32339a5dc40459130b3bd269e9892439f55b33e772d2a9d402a789baaf4e8a" dependencies = [ "futures-core", "futures-sink", "indexmap 2.7.0", "js-sys", "once_cell", "pin-project-lite", "thiserror 1.0.69", "urlencoding", ] [[package]] name = "opentelemetry" version = "0.27.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ab70038c28ed37b97d8ed414b6429d343a8bbf44c9f79ec854f3a643029ba6d7" dependencies = [ "futures-core", "futures-sink", "js-sys", "pin-project-lite", "thiserror 1.0.69", "tracing", ] [[package]] name = "opentelemetry-otlp" version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "91cf61a1868dacc576bf2b2a1c3e9ab150af7272909e80085c3173384fe11f76" dependencies = [ "async-trait", "futures-core", "http 1.1.0", "opentelemetry 0.27.1", "opentelemetry-proto", "opentelemetry_sdk", "prost 0.13.3", "thiserror 1.0.69", "tokio", "tonic 0.12.3", "tracing", ] [[package]] name = "opentelemetry-proto" version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a6e05acbfada5ec79023c85368af14abd0b307c015e9064d249b2a950ef459a6" dependencies = [ "hex", "opentelemetry 0.27.1", "opentelemetry_sdk", "prost 0.13.3", "serde", "tonic 0.12.3", ] [[package]] name = "opentelemetry_sdk" version = "0.27.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "231e9d6ceef9b0b2546ddf52335785ce41252bc7474ee8ba05bfad277be13ab8" dependencies = [ "async-trait", "futures-channel", "futures-executor", "futures-util", "glob", "opentelemetry 0.27.1", "percent-encoding", "rand 0.8.5", "serde_json", "thiserror 1.0.69", "tokio", "tokio-stream", "tracing", ] [[package]] name = "option-ext" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] name = "ordered-float" version = "2.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c" dependencies = [ "num-traits", ] [[package]] name = "ouroboros" version = "0.17.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e2ba07320d39dfea882faa70554b4bd342a5f273ed59ba7c1c6b4c840492c954" dependencies = [ "aliasable", "ouroboros_macro 0.17.2", "static_assertions", ] [[package]] name = "ouroboros" version = "0.18.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67" dependencies = [ "aliasable", "ouroboros_macro 0.18.4", "static_assertions", ] [[package]] name = "ouroboros_macro" version = "0.17.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec4c6225c69b4ca778c0aea097321a64c421cf4577b331c61b229267edabb6f8" dependencies = [ "heck 0.4.1", "proc-macro-error", "proc-macro2 1.0.87", "quote 1.0.37", "syn 2.0.87", ] [[package]] name = "ouroboros_macro" version = "0.18.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd" dependencies = [ "heck 0.4.1", "itertools 0.12.1", "proc-macro2 1.0.87", "proc-macro2-diagnostics", "quote 1.0.37", "syn 2.0.87", ] [[package]] name = "output_vt100" version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66" dependencies = [ "winapi", ] [[package]] name = "outref" version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a" [[package]] name = "overload" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "owo-colors" version = "3.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f" [[package]] name = "owo-colors" version = "4.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "caff54706df99d2a78a5a4e3455ff45448d81ef1bb63c22cd14052ca0e993a3f" [[package]] name = "p256" version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b" dependencies = [ "ecdsa 0.16.9", "elliptic-curve 0.13.8", "primeorder", "sha2 0.10.8", ] [[package]] name = "p384" version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "70786f51bcc69f6a4c0360e063a4cac5419ef7c5cd5b3c99ad70f3be5ba79209" dependencies = [ "ecdsa 0.16.9", "elliptic-curve 0.13.8", "primeorder", "sha2 0.10.8", ] [[package]] name = "pairing" version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "81fec4625e73cf41ef4bb6846cafa6d44736525f442ba45e407c4a000a13996f" dependencies = [ "group 0.13.0", ] [[package]] name = "papergrid" version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ae7891b22598926e4398790c8fe6447930c72a67d36d983a49d6ce682ce83290" dependencies = [ "bytecount", "fnv", "unicode-width", ] [[package]] name = "parity-scale-codec" version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909" dependencies = [ "arrayvec 0.7.2", "bitvec 0.20.4", "byte-slice-cast", "impl-trait-for-tuples", "parity-scale-codec-derive 2.3.1", "serde", ] [[package]] name = "parity-scale-codec" version = "3.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0dec8a8073036902368c2cdc0387e85ff9a37054d7e7c98e592145e0c92cd4fb" dependencies = [ "arrayvec 0.7.2", "bitvec 1.0.1", "byte-slice-cast", "impl-trait-for-tuples", "parity-scale-codec-derive 3.6.5", "serde", ] [[package]] name = "parity-scale-codec-derive" version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2 1.0.87", "quote 1.0.37", "syn 1.0.107", ] [[package]] name = "parity-scale-codec-derive" version = "3.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "312270ee71e1cd70289dacf597cab7b207aa107d2f28191c2ae45b2ece18a260" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2 1.0.87", "quote 1.0.37", "syn 1.0.107", ] [[package]] name = "parking" version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72" [[package]] name = "parking_lot" version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" dependencies = [ "instant", "lock_api", "parking_lot_core 0.8.6", ] [[package]] name = "parking_lot" version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" dependencies = [ "lock_api", "parking_lot_core 0.9.9", ] [[package]] name = "parking_lot_core" version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc" dependencies = [ "cfg-if", "instant", "libc", "redox_syscall 0.2.16", "smallvec", "winapi", ] [[package]] name = "parking_lot_core" version = "0.9.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e" dependencies = [ "cfg-if", "libc", "redox_syscall 0.4.1", "smallvec", "windows-targets 0.48.0", ] [[package]] name = "parquet" version = "52.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0f22ba0d95db56dde8685e3fadcb915cdaadda31ab8abbe3ff7f0ad1ef333267" dependencies = [ "ahash 0.8.11", "arrow-array", "arrow-buffer", "arrow-cast", "arrow-data", "arrow-ipc", "arrow-schema", "arrow-select", "base64 0.22.1", "brotli 6.0.0", "bytes", "chrono", "flate2", "half 2.3.1", "hashbrown 0.14.1", "lz4_flex", "num", "num-bigint 0.4.4", "paste", "seq-macro", "snap", "thrift", "twox-hash", "zstd 0.13.2", "zstd-sys", ] [[package]] name = "passkey-authenticator" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4017d27e98940a98358b43a3fe19cb3d7b7c821c3b35634d8087230e92445579" dependencies = [ "async-trait", "coset", "log", "p256", "passkey-types", "rand 0.8.5", ] [[package]] name = "passkey-client" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f14d42b14749cc7927add34a9932b3b3cc5349a633384850baa67183061439dd" dependencies = [ "ciborium", "coset", "idna 0.5.0", "passkey-authenticator", "passkey-types", "public-suffix", "serde", "serde_json", "typeshare", "url", ] [[package]] name = "passkey-types" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "499cff8432e71c5f8784d9645aac0f9fca604d67f59b68a606170b5e229c6538" dependencies = [ "bitflags 2.6.0", "ciborium", "coset", "data-encoding", "indexmap 2.7.0", "rand 0.8.5", "serde", "serde_json", "sha2 0.10.8", "strum 0.25.0", "typeshare", ] [[package]] name = "password-hash" version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700" dependencies = [ "base64ct", "rand_core 0.6.4", "subtle", ] [[package]] name = "pasta_curves" version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3e57598f73cc7e1b2ac63c79c517b31a0877cd7c402cdcaa311b5208de7a095" dependencies = [ "blake2b_simd", "ff 0.13.0", "group 0.13.0", "hex", "lazy_static", "rand 0.8.5", "serde", "static_assertions", "subtle", ] [[package]] name = "paste" version = "1.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" [[package]] name = "path-slash" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1e91099d4268b0e11973f036e885d652fb0b21fedcf69738c627f94db6a44f42" [[package]] name = "pathdiff" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" dependencies = [ "camino", ] [[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 0.12.1", "password-hash", "sha2 0.10.8", ] [[package]] name = "pbkdf2" version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f0ca0b5a68607598bf3bad68f32227a8164f6254833f84eafaac409cd6746c31" dependencies = [ "digest 0.10.7", "hmac 0.12.1", ] [[package]] name = "peeking_take_while" version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" [[package]] name = "pem" version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "03c64931a1a212348ec4f3b4362585eca7159d0d09cbdf4a7f74f02173596fd4" dependencies = [ "base64 0.13.1", ] [[package]] name = "pem" version = "3.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae" dependencies = [ "base64 0.22.1", "serde", ] [[package]] name = "pem-rfc7468" version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "24d159833a9105500e0398934e205e0773f0b27529557134ecfc51c27646adac" dependencies = [ "base64ct", ] [[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.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "pest" version = "2.7.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cd53dff83f26735fdc1ca837098ccf133605d794cdae66acfc2bfac3ec809d95" dependencies = [ "memchr", "thiserror 1.0.69", "ucd-trie", ] [[package]] name = "pest_derive" version = "2.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "96504449aa860c8dcde14f9fba5c58dc6658688ca1fe363589d6327b8662c603" dependencies = [ "pest", "pest_generator", ] [[package]] name = "pest_generator" version = "2.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "798e0220d1111ae63d66cb66a5dcb3fc2d986d520b98e49e1852bfdb11d7c5e7" dependencies = [ "pest", "pest_meta", "proc-macro2 1.0.87", "quote 1.0.37", "syn 1.0.107", ] [[package]] name = "pest_meta" version = "2.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "984298b75898e30a843e278a9f2452c31e349a073a0ce6fd950a12a74464e065" dependencies = [ "once_cell", "pest", "sha1", ] [[package]] name = "petgraph" version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7" dependencies = [ "fixedbitset 0.2.0", "indexmap 1.9.3", ] [[package]] name = "petgraph" version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" dependencies = [ "fixedbitset 0.4.2", "indexmap 2.7.0", ] [[package]] name = "pharos" version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e9567389417feee6ce15dd6527a8a1ecac205ef62c2932bcf3d9f6fc5b78b414" dependencies = [ "futures", "rustc_version", ] [[package]] name = "phf" version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "928c6535de93548188ef63bb7c4036bd415cd8f36ad25af44b9789b2ee72a48c" dependencies = [ "phf_macros", "phf_shared 0.11.1", ] [[package]] name = "phf_generator" version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b1181c94580fa345f50f19d738aaa39c0ed30a600d95cb2d3e23f94266f14fbf" dependencies = [ "phf_shared 0.11.1", "rand 0.8.5", ] [[package]] name = "phf_macros" version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "92aacdc5f16768709a569e913f7451034034178b05bdc8acda226659a3dccc66" dependencies = [ "phf_generator", "phf_shared 0.11.1", "proc-macro2 1.0.87", "quote 1.0.37", "syn 1.0.107", ] [[package]] name = "phf_shared" version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" dependencies = [ "siphasher", ] [[package]] name = "phf_shared" version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e1fb5f6f826b772a8d4c0394209441e7d37cbbb967ae9c7e0e8134365c9ee676" dependencies = [ "siphasher", ] [[package]] name = "pin-project" version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3" dependencies = [ "pin-project-internal", ] [[package]] name = "pin-project-internal" version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" dependencies = [ "proc-macro2 1.0.87", "quote 1.0.37", "syn 2.0.87", ] [[package]] name = "pin-project-lite" version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff" [[package]] name = "pin-utils" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "pkcs1" version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eff33bdbdfc54cc98a2eca766ebdec3e1b8fb7387523d5c9c9a2891da856f719" dependencies = [ "der 0.6.1", "pkcs8 0.9.0", "spki 0.6.0", "zeroize", ] [[package]] name = "pkcs1" version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" dependencies = [ "der 0.7.9", "pkcs8 0.10.2", "spki 0.7.3", ] [[package]] name = "pkcs8" version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba" dependencies = [ "der 0.6.1", "spki 0.6.0", ] [[package]] name = "pkcs8" version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" dependencies = [ "der 0.7.9", "spki 0.7.3", ] [[package]] name = "pkg-config" version = "0.3.26" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160" [[package]] name = "plotters" version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2538b639e642295546c50fcd545198c9d64ee2a38620a628724a3b266d5fbf97" dependencies = [ "num-traits", "plotters-backend", "plotters-svg", "wasm-bindgen", "web-sys", ] [[package]] name = "plotters-backend" version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "193228616381fecdc1224c62e96946dfbc73ff4384fba576e052ff8c1bea8142" [[package]] name = "plotters-svg" version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f9a81d2759aae1dae668f783c308bc5c8ebd191ff4184aaa1b37f65a6ae5a56f" dependencies = [ "plotters-backend", ] [[package]] name = "poly1305" version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf" dependencies = [ "cpufeatures", "opaque-debug", "universal-hash", ] [[package]] name = "polyval" version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7ef234e08c11dfcb2e56f79fd70f6f2eb7f025c0ce2333e82f4f0518ecad30c6" dependencies = [ "cfg-if", "cpufeatures", "opaque-debug", "universal-hash", ] [[package]] name = "portable-atomic" version = "0.3.19" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "26f6a7b87c2e435a3241addceeeff740ff8b7e76b74c13bf9acb17fa454ea00b" [[package]] name = "postgres-protocol" version = "0.6.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "acda0ebdebc28befa84bee35e651e4c5f09073d668c7aed4cf7e23c3cda84b23" dependencies = [ "base64 0.22.1", "byteorder", "bytes", "fallible-iterator", "hmac 0.12.1", "md-5 0.10.6", "memchr", "rand 0.8.5", "sha2 0.10.8", "stringprep", ] [[package]] name = "postgres-types" version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f66ea23a2d0e5734297357705193335e0a957696f34bed2f2faefacb2fec336f" dependencies = [ "bytes", "fallible-iterator", "postgres-protocol", ] [[package]] name = "powerfmt" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" [[package]] name = "pprof" version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ebbe2f8898beba44815fdc9e5a4ae9c929e21c5dc29b0c774a15555f7f58d6d0" dependencies = [ "aligned-vec", "backtrace", "cfg-if", "findshlibs", "libc", "log", "nix 0.26.4", "once_cell", "parking_lot 0.12.3", "smallvec", "symbolic-demangle", "tempfile", "thiserror 1.0.69", ] [[package]] name = "ppv-lite86" version = "0.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" [[package]] name = "precomputed-hash" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" [[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.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "72f883590242d3c6fc5bf50299011695fa6590c2c70eac95ee1bdb9a733ad1a2" [[package]] name = "predicates-tree" version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "54ff541861505aabf6ea722d2131ee980b8276e10a1297b94e896dd8b621850d" dependencies = [ "predicates-core", "termtree", ] [[package]] name = "pretty_assertions" version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755" dependencies = [ "ctor", "diff", "output_vt100", "yansi 0.5.1", ] [[package]] name = "prettyplease" version = "0.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8d3928fb5db768cb86f891ff014f0144589297e3c6a1aba6ed7cecfdace270c7" dependencies = [ "proc-macro2 1.0.87", "syn 2.0.87", ] [[package]] name = "prettytable-rs" version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eea25e07510aa6ab6547308ebe3c036016d162b8da920dbb079e3ba8acf3d95a" dependencies = [ "csv", "encode_unicode 1.0.0", "is-terminal", "lazy_static", "term", "unicode-width", ] [[package]] name = "primeorder" version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7613fdcc0831c10060fa69833ea8fa2caa94b6456f51e25356a885b530a2e3d0" dependencies = [ "elliptic-curve 0.13.8", ] [[package]] name = "primitive-types" version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "05e4722c697a58a99d5d06a08c30821d7c082a4632198de1eaa5a6c22ef42373" dependencies = [ "fixed-hash 0.7.0", "impl-codec 0.5.1", "impl-serde 0.3.2", "uint", ] [[package]] name = "primitive-types" version = "0.12.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0b34d9fd68ae0b74a41b21c03c2f62847aa0ffea044eee893b4c140b37e244e2" dependencies = [ "fixed-hash 0.8.0", "impl-codec 0.6.0", "impl-rlp", "impl-serde 0.4.0", "scale-info", "uint", ] [[package]] name = "proc-macro-crate" version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a" dependencies = [ "thiserror 1.0.69", "toml 0.5.11", ] [[package]] name = "proc-macro-crate" version = "3.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b" dependencies = [ "toml_edit 0.22.22", ] [[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 1.0.87", "quote 1.0.37", "syn 1.0.107", "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 1.0.87", "quote 1.0.37", "version_check", ] [[package]] name = "proc-macro-hack" version = "0.5.20+deprecated" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" [[package]] name = "proc-macro2" version = "0.4.30" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" dependencies = [ "unicode-xid 0.1.0", ] [[package]] name = "proc-macro2" version = "1.0.87" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b3e4daa0dcf6feba26f985457cdf104d4b4256fc5a09547140f3631bb076b19a" dependencies = [ "unicode-ident", ] [[package]] name = "proc-macro2-diagnostics" version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8" dependencies = [ "proc-macro2 1.0.87", "quote 1.0.37", "syn 2.0.87", "version_check", "yansi 1.0.1", ] [[package]] name = "prometheus" version = "0.13.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c" dependencies = [ "cfg-if", "fnv", "lazy_static", "memchr", "parking_lot 0.12.3", "protobuf", "thiserror 1.0.69", ] [[package]] name = "prometheus-closure-metric" version = "0.1.0" dependencies = [ "anyhow", "prometheus", "protobuf", ] [[package]] name = "prometheus-http-query" version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0fcebfa99f03ae51220778316b37d24981e36322c82c24848f48c5bd0f64cbdb" dependencies = [ "enum-as-inner", "mime", "reqwest 0.12.9", "serde", "time", "url", ] [[package]] name = "prometheus-parse" version = "0.2.3" source = "git+https://github.com/asonnino/prometheus-parser.git?rev=75334db#75334dbe2d286edf6d4424abba92a74643333096" dependencies = [ "chrono", "itertools 0.10.5", "lazy_static", "regex", ] [[package]] name = "proptest" version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "14cae93065090804185d3b75f0bf93b8eeda30c7a9b4a33d3bdb3988d6229e50" dependencies = [ "bit-set 0.8.0", "bit-vec 0.8.0", "bitflags 2.6.0", "lazy_static", "num-traits", "rand 0.8.5", "rand_chacha 0.3.1", "rand_xorshift", "regex-syntax 0.8.2", "rusty-fork", "tempfile", "unarray", ] [[package]] name = "proptest-derive" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "90b46295382dc76166cb7cf2bb4a97952464e4b7ed5a43e6cd34e1fec3349ddc" dependencies = [ "proc-macro2 0.4.30", "quote 0.6.13", "syn 0.15.44", ] [[package]] name = "proptest-derive" version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4ee1c9ac207483d5e7db4940700de86a9aae46ef90c48b57f99fe7edb8345e49" dependencies = [ "proc-macro2 1.0.87", "quote 1.0.37", "syn 2.0.87", ] [[package]] name = "prost" version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "146c289cda302b98a28d40c8b3b90498d6e526dd24ac2ecea73e4e491685b94a" dependencies = [ "bytes", "prost-derive 0.12.3", ] [[package]] name = "prost" version = "0.13.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7b0487d90e047de87f984913713b85c601c05609aad5b0df4b4573fbf69aa13f" dependencies = [ "bytes", "prost-derive 0.13.3", ] [[package]] name = "prost-build" version = "0.13.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c1318b19085f08681016926435853bbf7858f9c082d0999b80550ff5d9abe15" dependencies = [ "bytes", "heck 0.5.0", "itertools 0.13.0", "log", "multimap", "once_cell", "petgraph 0.6.5", "prettyplease", "prost 0.13.3", "prost-types 0.13.3", "pulldown-cmark 0.12.2", "pulldown-cmark-to-cmark", "regex", "syn 2.0.87", "tempfile", ] [[package]] name = "prost-derive" version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "efb6c9a1dd1def8e2124d17e83a20af56f1570d6c2d2bd9e266ccb768df3840e" dependencies = [ "anyhow", "itertools 0.11.0", "proc-macro2 1.0.87", "quote 1.0.37", "syn 2.0.87", ] [[package]] name = "prost-derive" version = "0.13.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e9552f850d5f0964a4e4d0bf306459ac29323ddfbae05e35a7c0d35cb0803cc5" dependencies = [ "anyhow", "itertools 0.13.0", "proc-macro2 1.0.87", "quote 1.0.37", "syn 2.0.87", ] [[package]] name = "prost-reflect" version = "0.14.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "20ae544fca2892fd4b7e9ff26cba1090cedf1d4d95c2aded1af15d2f93f270b8" dependencies = [ "logos", "miette", "once_cell", "prost 0.13.3", "prost-types 0.13.3", ] [[package]] name = "prost-types" version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "193898f59edcf43c26227dcd4c8427f00d99d61e95dcde58dabd49fa291d470e" dependencies = [ "prost 0.12.3", ] [[package]] name = "prost-types" version = "0.13.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4759aa0d3a6232fb8dbdb97b61de2c20047c68aca932c7ed76da9d788508d670" dependencies = [ "prost 0.13.3", ] [[package]] name = "protobuf" version = "2.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94" dependencies = [ "bytes", ] [[package]] name = "protox" version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "873f359bdecdfe6e353752f97cb9ee69368df55b16363ed2216da85e03232a58" dependencies = [ "bytes", "miette", "prost 0.13.3", "prost-reflect", "prost-types 0.13.3", "protox-parse", "thiserror 1.0.69", ] [[package]] name = "protox-parse" version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a3a462d115462c080ae000c29a47f0b3985737e5d3a995fcdbcaa5c782068dde" dependencies = [ "logos", "miette", "prost-types 0.13.3", "thiserror 1.0.69", ] [[package]] name = "psm" version = "0.1.21" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874" dependencies = [ "cc", ] [[package]] name = "public-suffix" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ca346b8ff0739660876c8d96a6f9de5cd9b4cd87500bb0ce92485318c674afe" [[package]] name = "pulldown-cmark" version = "0.9.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b" dependencies = [ "bitflags 2.6.0", "memchr", "unicase", ] [[package]] name = "pulldown-cmark" version = "0.12.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14" dependencies = [ "bitflags 2.6.0", "memchr", "unicase", ] [[package]] name = "pulldown-cmark-to-cmark" version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "41b27c0d365d60ff3e085007911d73419e5664de48155d558ebfa84d117a5109" dependencies = [ "pulldown-cmark 0.12.2", ] [[package]] name = "quanta" version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a17e662a7a8291a865152364c20c7abc5e60486ab2001e8ec10b24862de0b9ab" dependencies = [ "crossbeam-utils", "libc", "mach2", "once_cell", "raw-cpuid", "wasi 0.11.0+wasi-snapshot-preview1", "web-sys", "winapi", ] [[package]] name = "query-shell" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "300d1c86e9638eceb24568649d5ad0f31b949ff11ff1ffbacbe3e382a4dfee25" dependencies = [ "sysinfo", "thiserror 1.0.69", ] [[package]] name = "quick-error" version = "1.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" [[package]] name = "quick-js" version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "19cb4cefcb00f4ab9b332664d06005a74f582ac16aa959c6ad5912957bd83e5f" dependencies = [ "libquickjs-sys", "once_cell", ] [[package]] name = "quick-xml" version = "0.36.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "96a05e2e8efddfa51a84ca47cec303fac86c8541b686d37cac5efc0e094417bc" dependencies = [ "memchr", "serde", ] [[package]] name = "quinn" version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e4ceeeeabace7857413798eb1ffa1e9c905a9946a57d81fb69b4b71c4d8eb3ad" dependencies = [ "bytes", "futures-io", "pin-project-lite", "quinn-proto", "quinn-udp", "rustc-hash 1.1.0", "rustls 0.23.20", "thiserror 1.0.69", "tokio", "tracing", ] [[package]] name = "quinn-proto" version = "0.11.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fadfaed2cd7f389d0161bb73eeb07b7b78f8691047a6f3e73caaeae55310a4a6" dependencies = [ "bytes", "rand 0.8.5", "ring 0.17.8", "rustc-hash 2.0.0", "rustls 0.23.20", "slab", "thiserror 1.0.69", "tinyvec", "tracing", ] [[package]] name = "quinn-udp" version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8bffec3605b73c6f1754535084a85229fa8a30f86014e6c81aeec4abb68b0285" dependencies = [ "libc", "once_cell", "socket2 0.5.6", "windows-sys 0.52.0", ] [[package]] name = "quote" version = "0.6.13" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" dependencies = [ "proc-macro2 0.4.30", ] [[package]] name = "quote" version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" dependencies = [ "proc-macro2 1.0.87", ] [[package]] name = "radium" version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb" [[package]] name = "radium" version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" [[package]] name = "radix_trie" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd" dependencies = [ "endian-type", "nibble_vec", ] [[package]] name = "rand" version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" dependencies = [ "getrandom 0.1.16", "libc", "rand_chacha 0.2.2", "rand_core 0.5.1", "rand_hc", ] [[package]] name = "rand" version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" dependencies = [ "libc", "rand_chacha 0.3.1", "rand_core 0.6.4", ] [[package]] name = "rand_chacha" version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" dependencies = [ "ppv-lite86", "rand_core 0.5.1", ] [[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 0.6.4", ] [[package]] name = "rand_core" version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" dependencies = [ "getrandom 0.1.16", ] [[package]] name = "rand_core" version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" dependencies = [ "getrandom 0.2.15", ] [[package]] name = "rand_hc" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" dependencies = [ "rand_core 0.5.1", ] [[package]] name = "rand_xorshift" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f" dependencies = [ "rand_core 0.6.4", ] [[package]] name = "rand_xoshiro" version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa" dependencies = [ "rand_core 0.6.4", ] [[package]] name = "raw-cpuid" version = "10.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a6823ea29436221176fe662da99998ad3b4db2c7f31e7b6f5fe43adccd6320bb" dependencies = [ "bitflags 1.3.2", ] [[package]] name = "rayon" version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" dependencies = [ "either", "rayon-core", ] [[package]] name = "rayon-core" version = "1.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" dependencies = [ "crossbeam-deque", "crossbeam-utils", ] [[package]] name = "rcgen" version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "54077e1872c46788540de1ea3d7f4ccb1983d12f9aa909b234468676c1a36779" dependencies = [ "pem 3.0.4", "ring 0.17.8", "rustls-pki-types", "time", "yasna", ] [[package]] name = "readonly" version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d78725e4e53781014168628ef49b2dc2fc6ae8d01a08769a5064685d34ee116c" dependencies = [ "proc-macro2 1.0.87", "quote 1.0.37", "syn 1.0.107", ] [[package]] name = "real_tokio" version = "1.43.0" source = "git+https://github.com/MystenLabs/tokio-msim-fork.git?rev=7329bff6ee996d8df6cf810a9c2e59631ad5a2fb#7329bff6ee996d8df6cf810a9c2e59631ad5a2fb" dependencies = [ "backtrace", "bytes", "libc", "mio 1.0.3", "parking_lot 0.12.3", "pin-project-lite", "signal-hook-registry", "socket2 0.5.6", "tokio-macros 2.5.0 (git+https://github.com/MystenLabs/tokio-msim-fork.git?rev=7329bff6ee996d8df6cf810a9c2e59631ad5a2fb)", "windows-sys 0.52.0", ] [[package]] name = "redox_syscall" version = "0.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" dependencies = [ "bitflags 1.3.2", ] [[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 = "redox_syscall" version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" dependencies = [ "bitflags 1.3.2", ] [[package]] name = "redox_users" version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" dependencies = [ "getrandom 0.2.15", "redox_syscall 0.2.16", "thiserror 1.0.69", ] [[package]] name = "ref-cast" version = "1.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ccf0a6f84d5f1d581da8b41b47ec8600871962f2a528115b542b362d4b744931" dependencies = [ "ref-cast-impl", ] [[package]] name = "ref-cast-impl" version = "1.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bcc303e793d3734489387d205e9b186fac9c6cfacedd98cbb2e8a5943595f3e6" dependencies = [ "proc-macro2 1.0.87", "quote 1.0.37", "syn 2.0.87", ] [[package]] name = "regex" version = "1.10.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619" dependencies = [ "aho-corasick", "memchr", "regex-automata 0.4.7", "regex-syntax 0.8.2", ] [[package]] name = "regex-automata" version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" dependencies = [ "regex-syntax 0.6.28", ] [[package]] name = "regex-automata" version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df" dependencies = [ "aho-corasick", "memchr", "regex-syntax 0.8.2", ] [[package]] name = "regex-syntax" version = "0.6.28" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848" [[package]] name = "regex-syntax" version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78" [[package]] name = "regex-syntax" version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "reqwest" version = "0.11.20" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1" dependencies = [ "base64 0.21.7", "bytes", "encoding_rs", "futures-core", "futures-util", "h2 0.3.26", "http 0.2.9", "http-body 0.4.5", "hyper 0.14.26", "hyper-rustls 0.24.0", "ipnet", "js-sys", "log", "mime", "once_cell", "percent-encoding", "pin-project-lite", "rustls 0.21.12", "rustls-pemfile 1.0.2", "serde", "serde_json", "serde_urlencoded", "tokio", "tokio-rustls 0.24.1", "tower-service", "url", "wasm-bindgen", "wasm-bindgen-futures", "web-sys", "webpki-roots 0.25.2", "winreg", ] [[package]] name = "reqwest" version = "0.12.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a77c62af46e79de0a562e1a9849205ffcb7fc1238876e9bd743357570e04046f" dependencies = [ "async-compression", "base64 0.22.1", "bytes", "futures-channel", "futures-core", "futures-util", "h2 0.4.5", "http 1.1.0", "http-body 1.0.1", "http-body-util", "hyper 1.5.2", "hyper-rustls 0.27.2", "hyper-util", "ipnet", "js-sys", "log", "mime", "once_cell", "percent-encoding", "pin-project-lite", "quinn", "rustls 0.23.20", "rustls-native-certs 0.8.1", "rustls-pemfile 2.1.2", "rustls-pki-types", "serde", "serde_json", "serde_urlencoded", "sync_wrapper 1.0.1", "tokio", "tokio-rustls 0.26.0", "tokio-util 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)", "tower-service", "url", "wasm-bindgen", "wasm-bindgen-futures", "wasm-streams", "web-sys", "webpki-roots 0.26.3", "windows-registry", ] [[package]] name = "reqwest-middleware" version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39346a33ddfe6be00cbc17a34ce996818b97b230b87229f10114693becca1268" dependencies = [ "anyhow", "async-trait", "http 1.1.0", "reqwest 0.12.9", "serde", "thiserror 1.0.69", "tower-service", ] [[package]] name = "reqwest-retry" version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "40f342894422862af74c50e1e9601cf0931accc9c6981e5eb413c46603b616b5" dependencies = [ "anyhow", "async-trait", "chrono", "futures", "getrandom 0.2.15", "http 1.1.0", "hyper 1.5.2", "parking_lot 0.11.2", "reqwest 0.12.9", "reqwest-middleware", "retry-policies", "tokio", "tracing", "wasm-timer", ] [[package]] name = "retain_mut" version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4389f1d5789befaf6029ebd9f7dac4af7f7e3d61b69d4f30e2ac02b57e7712b0" [[package]] name = "retry-policies" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "493b4243e32d6eedd29f9a398896e35c6943a123b55eec97dcaee98310d25810" dependencies = [ "anyhow", "chrono", "rand 0.8.5", ] [[package]] name = "rfc6979" version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb" dependencies = [ "crypto-bigint 0.4.9", "hmac 0.12.1", "zeroize", ] [[package]] name = "rfc6979" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" dependencies = [ "hmac 0.12.1", "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 0.5.2", "untrusted 0.7.1", "web-sys", "winapi", ] [[package]] name = "ring" version = "0.17.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" dependencies = [ "cc", "cfg-if", "getrandom 0.2.15", "libc", "spin 0.9.8", "untrusted 0.9.0", "windows-sys 0.52.0", ] [[package]] name = "ripemd" version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bd124222d17ad93a644ed9d011a40f4fb64aa54275c08cc216524a9ea82fb09f" dependencies = [ "digest 0.10.7", ] [[package]] name = "rlp" version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec" dependencies = [ "bytes", "rlp-derive", "rustc-hex", ] [[package]] name = "rlp-derive" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a" dependencies = [ "proc-macro2 1.0.87", "quote 1.0.37", "syn 1.0.107", ] [[package]] name = "roaring" version = "0.10.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "41589aba99537475bf697f2118357cad1c31590c5a1b9f6d9fc4ad6d07503661" dependencies = [ "bytemuck", "byteorder", ] [[package]] name = "rocksdb" version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bb6f170a4041d50a0ce04b0d2e14916d6ca863ea2e422689a5b694395d299ffe" dependencies = [ "libc", "librocksdb-sys", ] [[package]] name = "ron" version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "300a51053b1cb55c80b7a9fde4120726ddf25ca241a1cbb926626f62fb136bff" dependencies = [ "base64 0.13.1", "bitflags 1.3.2", "serde", ] [[package]] name = "route-recognizer" version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "afab94fb28594581f62d981211a9a4d53cc8130bbcbbb89a0440d9b8e81a7746" [[package]] name = "rsa" version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "55a77d189da1fee555ad95b7e50e7457d91c0e089ec68ca69ad2989413bbdab4" dependencies = [ "byteorder", "digest 0.10.7", "num-bigint-dig", "num-integer", "num-iter", "num-traits", "pkcs1 0.4.1", "pkcs8 0.9.0", "rand_core 0.6.4", "sha2 0.10.8", "signature 2.2.0", "subtle", "zeroize", ] [[package]] name = "rsa" version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "72f1471dbb4be5de45050e8ef7040625298ccb9efe941419ac2697088715925f" dependencies = [ "byteorder", "const-oid", "digest 0.10.7", "num-bigint-dig", "num-integer", "num-iter", "num-traits", "pkcs1 0.7.5", "pkcs8 0.10.2", "rand_core 0.6.4", "signature 2.2.0", "subtle", "zeroize", ] [[package]] name = "rstest" version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b07f2d176c472198ec1e6551dc7da28f1c089652f66a7b722676c2238ebc0edf" dependencies = [ "futures", "futures-timer", "rstest_macros", "rustc_version", ] [[package]] name = "rstest_macros" version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7229b505ae0706e64f37ffc54a9c163e11022a6636d58fe1f3f52018257ff9f7" dependencies = [ "cfg-if", "proc-macro2 1.0.87", "quote 1.0.37", "rustc_version", "syn 1.0.107", "unicode-ident", ] [[package]] name = "rusoto_core" version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1db30db44ea73551326269adcf7a2169428a054f14faf9e1768f2163494f2fa2" dependencies = [ "async-trait", "base64 0.13.1", "bytes", "crc32fast", "futures", "http 0.2.9", "hyper 0.14.26", "hyper-rustls 0.23.2", "lazy_static", "log", "rusoto_credential", "rusoto_signature", "rustc_version", "serde", "serde_json", "tokio", "xml-rs", ] [[package]] name = "rusoto_credential" version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ee0a6c13db5aad6047b6a44ef023dbbc21a056b6dab5be3b79ce4283d5c02d05" dependencies = [ "async-trait", "chrono", "dirs-next", "futures", "hyper 0.14.26", "serde", "serde_json", "shlex", "tokio", "zeroize", ] [[package]] name = "rusoto_kms" version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3e1fc19cfcfd9f6b2f96e36d5b0dddda9004d2cbfc2d17543e3b9f10cc38fce8" dependencies = [ "async-trait", "bytes", "futures", "rusoto_core", "serde", "serde_json", ] [[package]] name = "rusoto_signature" version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a5ae95491c8b4847931e291b151127eccd6ff8ca13f33603eb3d0035ecb05272" dependencies = [ "base64 0.13.1", "bytes", "chrono", "digest 0.9.0", "futures", "hex", "hmac 0.11.0", "http 0.2.9", "hyper 0.14.26", "log", "md-5 0.9.1", "percent-encoding", "pin-project-lite", "rusoto_credential", "rustc_version", "serde", "sha2 0.9.9", "tokio", ] [[package]] name = "russh" version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ae0efcc0f4cd6c062c07e572ce4b806e3967fa029fcbfcc0aa98fb5910a37925" dependencies = [ "aes", "aes-gcm", "async-trait", "bitflags 2.6.0", "byteorder", "chacha20", "ctr", "curve25519-dalek", "digest 0.10.7", "flate2", "futures", "generic-array", "hex-literal 0.4.1", "hmac 0.12.1", "log", "num-bigint 0.4.4", "once_cell", "poly1305", "rand 0.8.5", "russh-cryptovec", "russh-keys", "sha1", "sha2 0.10.8", "subtle", "thiserror 1.0.69", "tokio", "tokio-util 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "russh-cryptovec" version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c3fdf036c2216b554053d19d4af45c1722d13b00ac494ea19825daf4beac034e" dependencies = [ "libc", "winapi", ] [[package]] name = "russh-keys" version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "557ab9190022dff78116ebed5e391abbd3f424b06cd643dfe262346ab91ed8c9" dependencies = [ "aes", "async-trait", "bcrypt-pbkdf", "bit-vec 0.6.3", "block-padding 0.3.2", "byteorder", "cbc", "ctr", "data-encoding", "dirs 5.0.1", "ed25519-dalek", "futures", "hmac 0.12.1", "inout", "log", "md5", "num-bigint 0.4.4", "num-integer", "pbkdf2 0.11.0", "rand 0.7.3", "rand_core 0.6.4", "russh-cryptovec", "serde", "sha2 0.10.8", "thiserror 1.0.69", "tokio", "tokio-stream", "yasna", ] [[package]] name = "rust_decimal" version = "1.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "33c321ee4e17d2b7abe12b5d20c1231db708dd36185c8a21e9de5fed6da4dbe9" dependencies = [ "arrayvec 0.7.2", "num-traits", ] [[package]] name = "rustc-demangle" version = "0.1.21" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342" [[package]] name = "rustc-hash" version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" [[package]] name = "rustc-hash" version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152" [[package]] name = "rustc-hex" version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6" [[package]] name = "rustc_version" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" dependencies = [ "semver 1.0.23", ] [[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.36.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4feacf7db682c6c329c4ede12649cd36ecab0f3be5b7d74e6a20304725db4549" dependencies = [ "bitflags 1.3.2", "errno 0.2.8", "io-lifetimes", "libc", "linux-raw-sys 0.1.4", "windows-sys 0.42.0", ] [[package]] name = "rustix" version = "0.37.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2aae838e49b3d63e9274e1c01833cc8139d3fec468c3b84688c628f44b1ae11d" dependencies = [ "bitflags 1.3.2", "errno 0.3.8", "io-lifetimes", "libc", "linux-raw-sys 0.3.1", "windows-sys 0.45.0", ] [[package]] name = "rustix" version = "0.38.28" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "72e572a5e8ca657d7366229cdde4bd14c4eb5499a9573d4d366fe1b599daa316" dependencies = [ "bitflags 2.6.0", "errno 0.3.8", "libc", "linux-raw-sys 0.4.12", "windows-sys 0.52.0", ] [[package]] name = "rustls" version = "0.20.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99" dependencies = [ "log", "ring 0.16.20", "sct", "webpki", ] [[package]] name = "rustls" version = "0.21.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e" dependencies = [ "log", "ring 0.17.8", "rustls-webpki 0.101.7", "sct", ] [[package]] name = "rustls" version = "0.23.20" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5065c3f250cbd332cd894be57c40fa52387247659b14a2d6041d121547903b1b" dependencies = [ "log", "once_cell", "ring 0.17.8", "rustls-pki-types", "rustls-webpki 0.102.8", "subtle", "zeroize", ] [[package]] name = "rustls-native-certs" version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50" dependencies = [ "openssl-probe", "rustls-pemfile 1.0.2", "schannel", "security-framework 2.11.0", ] [[package]] name = "rustls-native-certs" version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a88d6d420651b496bdd98684116959239430022a115c1240e6c3993be0b15fba" dependencies = [ "openssl-probe", "rustls-pemfile 2.1.2", "rustls-pki-types", "schannel", "security-framework 2.11.0", ] [[package]] name = "rustls-native-certs" version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3" dependencies = [ "openssl-probe", "rustls-pki-types", "schannel", "security-framework 3.2.0", ] [[package]] name = "rustls-pemfile" version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b" dependencies = [ "base64 0.21.7", ] [[package]] name = "rustls-pemfile" version = "2.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d" dependencies = [ "base64 0.22.1", "rustls-pki-types", ] [[package]] name = "rustls-pki-types" version = "1.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d2bf47e6ff922db3825eb750c4e2ff784c6ff8fb9e13046ef6a1d1c5401b0b37" [[package]] name = "rustls-platform-verifier" version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "afbb878bdfdf63a336a5e63561b1835e7a8c91524f51621db870169eac84b490" dependencies = [ "core-foundation 0.9.4", "core-foundation-sys", "jni", "log", "once_cell", "rustls 0.23.20", "rustls-native-certs 0.7.1", "rustls-platform-verifier-android", "rustls-webpki 0.102.8", "security-framework 2.11.0", "security-framework-sys", "webpki-roots 0.26.3", "winapi", ] [[package]] name = "rustls-platform-verifier-android" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f" [[package]] name = "rustls-webpki" version = "0.101.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" dependencies = [ "ring 0.17.8", "untrusted 0.9.0", ] [[package]] name = "rustls-webpki" version = "0.102.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" dependencies = [ "ring 0.17.8", "rustls-pki-types", "untrusted 0.9.0", ] [[package]] name = "rustversion" version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5583e89e108996506031660fe09baa5011b9dd0341b89029313006d1fb508d70" [[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 = "rustyline" version = "9.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "db7826789c0e25614b03e5a54a0717a86f9ff6e6e5247f92b369472869320039" dependencies = [ "bitflags 1.3.2", "cfg-if", "clipboard-win", "dirs-next", "fd-lock", "libc", "log", "memchr", "nix 0.23.2", "radix_trie", "scopeguard", "smallvec", "unicode-segmentation", "unicode-width", "utf8parse", "winapi", ] [[package]] name = "rustyline-derive" version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "107c3d5d7f370ac09efa62a78375f94d94b8a33c61d8c278b96683fb4dbf2d8d" dependencies = [ "proc-macro2 1.0.87", "quote 1.0.37", "syn 1.0.107", ] [[package]] name = "ryu" version = "1.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" [[package]] name = "salsa20" version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213" dependencies = [ "cipher", ] [[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 = "scale-info" version = "2.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f7d66a1128282b7ef025a8ead62a4a9fcf017382ec53b8ffbf4d7bf77bd3c60" dependencies = [ "cfg-if", "derive_more 0.99.17", "parity-scale-codec 3.6.5", "scale-info-derive", ] [[package]] name = "scale-info-derive" version = "2.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "abf2c68b89cafb3b8d918dd07b42be0da66ff202cf1155c5739a4e0c1ea0dc19" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2 1.0.87", "quote 1.0.37", "syn 1.0.107", ] [[package]] name = "schannel" version = "0.1.21" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3" dependencies = [ "windows-sys 0.42.0", ] [[package]] name = "schemars" version = "0.8.21" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92" dependencies = [ "dyn-clone", "either", "schemars_derive", "serde", "serde_json", ] [[package]] name = "schemars_derive" version = "0.8.21" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e" dependencies = [ "proc-macro2 1.0.87", "quote 1.0.37", "serde_derive_internals", "syn 2.0.87", ] [[package]] name = "scoped-futures" version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b1473e24c637950c9bd38763220bea91ec3e095a89f672bbd7a10d03e77ba467" dependencies = [ "cfg-if", "pin-utils", ] [[package]] name = "scopeguard" version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" [[package]] name = "scratch" version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2" [[package]] name = "scrypt" version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9f9e24d2b632954ded8ab2ef9fea0a0c769ea56ea98bddbafbad22caeeadf45d" dependencies = [ "hmac 0.12.1", "pbkdf2 0.11.0", "salsa20", "sha2 0.10.8", ] [[package]] name = "sct" version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4" dependencies = [ "ring 0.16.20", "untrusted 0.7.1", ] [[package]] name = "seahash" version = "4.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b" [[package]] name = "sec1" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928" dependencies = [ "base16ct 0.1.1", "der 0.6.1", "generic-array", "subtle", "zeroize", ] [[package]] name = "sec1" version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "48518a2b5775ba8ca5b46596aae011caa431e6ce7e4a67ead66d92f08884220e" dependencies = [ "base16ct 0.2.0", "der 0.7.9", "generic-array", "pkcs8 0.10.2", "serdect", "subtle", "zeroize", ] [[package]] name = "secp256k1" version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "25996b82292a7a57ed3508f052cfff8640d38d32018784acd714758b43da9c8f" dependencies = [ "bitcoin_hashes", "rand 0.8.5", "secp256k1-sys", ] [[package]] name = "secp256k1-sys" version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "70a129b9e9efbfb223753b9163c4ab3b13cff7fd9c7f010fbac25ab4099fa07e" dependencies = [ "cc", ] [[package]] name = "secrecy" version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a" dependencies = [ "zeroize", ] [[package]] name = "security-framework" version = "2.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0" dependencies = [ "bitflags 2.6.0", "core-foundation 0.9.4", "core-foundation-sys", "libc", "num-bigint 0.4.4", "security-framework-sys", ] [[package]] name = "security-framework" version = "3.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316" dependencies = [ "bitflags 2.6.0", "core-foundation 0.10.0", "core-foundation-sys", "libc", "security-framework-sys", ] [[package]] name = "security-framework-sys" version = "2.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32" dependencies = [ "core-foundation-sys", "libc", ] [[package]] name = "semver" version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6" dependencies = [ "semver-parser", ] [[package]] name = "semver" version = "1.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" dependencies = [ "serde", ] [[package]] name = "semver-parser" version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7" dependencies = [ "pest", ] [[package]] name = "send_wrapper" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f638d531eccd6e23b980caf34876660d38e265409d8e99b397ab71eb3612fad0" [[package]] name = "send_wrapper" version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73" [[package]] name = "seq-macro" version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4" [[package]] name = "serde" version = "1.0.217" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70" dependencies = [ "serde_derive", ] [[package]] name = "serde-env" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d13536c0c431652192b75c7d5afa83dedae98f91d7e687ff30a009e9d15284fb" dependencies = [ "anyhow", "serde", ] [[package]] name = "serde-name" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3b5b14ebbcc4e4f2b3642fa99c388649da58d1dc3308c7d109f39f565d1710f0" dependencies = [ "serde", "thiserror 1.0.69", ] [[package]] name = "serde-reflection" version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e5bef77b40d103fda6c10d29c21f5c78c980e8570e1a290a648a9ff5011f96e1" dependencies = [ "erased-discriminant", "once_cell", "serde", "thiserror 1.0.69", "typeid", ] [[package]] name = "serde-value" version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c" dependencies = [ "ordered-float", "serde", ] [[package]] name = "serde_bytes" version = "0.11.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "416bda436f9aab92e02c8e10d49a15ddd339cea90b6e340fe51ed97abb548294" dependencies = [ "serde", ] [[package]] name = "serde_derive" version = "1.0.217" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0" dependencies = [ "proc-macro2 1.0.87", "quote 1.0.37", "syn 2.0.87", ] [[package]] name = "serde_derive_internals" version = "0.29.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711" dependencies = [ "proc-macro2 1.0.87", "quote 1.0.37", "syn 2.0.87", ] [[package]] name = "serde_json" version = "1.0.135" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9" dependencies = [ "indexmap 2.7.0", "itoa", "memchr", "ryu", "serde", ] [[package]] name = "serde_path_to_error" version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "26b04f22b563c91331a10074bda3dd5492e3cc39d56bd557e91c0af42b6c7341" dependencies = [ "serde", ] [[package]] name = "serde_qs" version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6" dependencies = [ "percent-encoding", "serde", "thiserror 1.0.69", ] [[package]] name = "serde_repr" version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9a5ec9fa74a20ebbe5d9ac23dac1fc96ba0ecfe9f50f2843b52e537b10fbcb4e" dependencies = [ "proc-macro2 1.0.87", "quote 1.0.37", "syn 1.0.107", ] [[package]] name = "serde_spanned" version = "0.6.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d" dependencies = [ "serde", ] [[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_with" version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "25bf4a5a814902cd1014dbccfa4d4560fb8432c779471e96e035602519f82eef" dependencies = [ "base64 0.13.1", "chrono", "hex", "indexmap 1.9.3", "serde", "serde_json", "serde_with_macros 2.1.0", "time", ] [[package]] name = "serde_with" version = "3.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "69cecfa94848272156ea67b2b1a53f20fc7bc638c4a46d2f8abde08f05f4b857" dependencies = [ "base64 0.22.1", "chrono", "hex", "indexmap 1.9.3", "indexmap 2.7.0", "serde", "serde_derive", "serde_json", "serde_with_macros 3.9.0", "time", ] [[package]] name = "serde_with_macros" version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e3452b4c0f6c1e357f73fdb87cd1efabaa12acf328c7a528e252893baeb3f4aa" dependencies = [ "darling 0.14.2", "proc-macro2 1.0.87", "quote 1.0.37", "syn 1.0.107", ] [[package]] name = "serde_with_macros" version = "3.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a8fee4991ef4f274617a51ad4af30519438dacb2f56ac773b08a1922ff743350" dependencies = [ "darling 0.20.3", "proc-macro2 1.0.87", "quote 1.0.37", "syn 2.0.87", ] [[package]] name = "serde_yaml" version = "0.8.26" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b" dependencies = [ "indexmap 1.9.3", "ryu", "serde", "yaml-rust", ] [[package]] name = "serde_yaml" version = "0.9.21" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d9d684e3ec7de3bf5466b32bd75303ac16f0736426e5a4e0d6e489559ce1249c" dependencies = [ "indexmap 1.9.3", "itoa", "ryu", "serde", "unsafe-libyaml", ] [[package]] name = "serdect" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a84f14a19e9a014bb9f4512488d9829a68e04ecabffb0f9904cd1ace94598177" dependencies = [ "base16ct 0.2.0", "serde", ] [[package]] name = "sha-1" version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c" dependencies = [ "cfg-if", "cpufeatures", "digest 0.10.7", ] [[package]] name = "sha1" version = "0.10.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3" dependencies = [ "cfg-if", "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", "cpufeatures", "digest 0.9.0", "opaque-debug", ] [[package]] name = "sha2" version = "0.10.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" dependencies = [ "cfg-if", "cpufeatures", "digest 0.10.7", ] [[package]] name = "sha3" version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809" dependencies = [ "block-buffer 0.9.0", "digest 0.9.0", "keccak", "opaque-debug", ] [[package]] name = "sha3" version = "0.10.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bdf0c33fae925bdc080598b84bc15c55e7b9a4a43b3c704da051f977469691c9" 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 = "shared-crypto" version = "0.0.0" dependencies = [ "bcs", "eyre", "fastcrypto", "serde", "serde_repr", ] [[package]] name = "shell-words" version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde" [[package]] name = "shellexpand" version = "3.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b" dependencies = [ "dirs 5.0.1", ] [[package]] name = "shlex" version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "signal-hook" version = "0.3.14" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d" dependencies = [ "libc", "signal-hook-registry", ] [[package]] name = "signal-hook-mio" version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af" dependencies = [ "libc", "mio 0.8.11", "signal-hook", ] [[package]] name = "signal-hook-registry" version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0" dependencies = [ "libc", ] [[package]] name = "signature" version = "1.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" dependencies = [ "digest 0.10.7", "rand_core 0.6.4", ] [[package]] name = "signature" version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" dependencies = [ "digest 0.10.7", "rand_core 0.6.4", ] [[package]] name = "similar" version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32fea41aca09ee824cc9724996433064c89f7777e60762749a4170a14abbfa21" [[package]] name = "simple-server-timing-header" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "16e78919e05c9b8e123d435a4ad104b488ad1585631830e413830985c214086e" [[package]] name = "simple_asn1" version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085" dependencies = [ "num-bigint 0.4.4", "num-traits", "thiserror 1.0.69", "time", ] [[package]] name = "simple_moving_average" version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3a4b144ad185430cd033299e2c93e465d5a7e65fbb858593dc57181fa13cd310" dependencies = [ "num-traits", ] [[package]] name = "simulacrum" version = "0.1.0" dependencies = [ "anyhow", "async-trait", "bcs", "fastcrypto", "futures", "move-binary-format", "move-bytecode-utils", "move-core-types", "once_cell", "prometheus", "rand 0.8.5", "serde", "shared-crypto", "sui-config", "sui-execution", "sui-framework", "sui-genesis-builder", "sui-keys", "sui-protocol-config", "sui-storage", "sui-swarm-config", "sui-transaction-checks", "sui-types", "tracing", ] [[package]] name = "siphasher" version = "0.3.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de" [[package]] name = "sized-chunks" version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "16d69225bde7a69b235da73377861095455d298f2b970996eec25ddbb42b3d1e" dependencies = [ "bitmaps", "typenum", ] [[package]] name = "skeptic" version = "0.13.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "16d23b015676c90a0f01c197bfdc786c20342c73a0afdda9025adb0bc42940a8" dependencies = [ "bytecount", "cargo_metadata 0.14.2", "error-chain", "glob", "pulldown-cmark 0.9.6", "tempfile", "walkdir", ] [[package]] name = "slab" version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef" dependencies = [ "autocfg", ] [[package]] name = "slip10_ed25519" version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4be0ff28bf14f9610a342169084e87a4f435ad798ec528dc7579a3678fa9dc9a" dependencies = [ "hmac-sha512", ] [[package]] name = "smallvec" version = "1.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" [[package]] name = "smawk" version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c" [[package]] name = "snafu" version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cb0656e7e3ffb70f6c39b3c2a86332bb74aa3c679da781642590f3c1118c5045" dependencies = [ "doc-comment", "snafu-derive", ] [[package]] name = "snafu-derive" version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "475b3bbe5245c26f2d8a6f62d67c1f30eb9fffeccee721c45d162c3ebbdf81b2" dependencies = [ "heck 0.4.1", "proc-macro2 1.0.87", "quote 1.0.37", "syn 1.0.107", ] [[package]] name = "snap" version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831" [[package]] name = "snowflake-api" version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1c7f29746a86845a74953b3728029b378c9bac2fb15c2defd54a8177cabcc452" dependencies = [ "arrow", "async-trait", "base64 0.22.1", "bytes", "futures", "glob", "log", "object_store", "regex", "reqwest 0.12.9", "reqwest-middleware", "reqwest-retry", "serde", "serde_json", "snowflake-jwt", "thiserror 1.0.69", "tokio", "url", "uuid 1.2.2", ] [[package]] name = "snowflake-jwt" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "13a6dfdd7c433e0f4bb96d777c88d900c5abe3dc4d2f26d2340fd6c7caadcc6c" dependencies = [ "base64 0.21.7", "jsonwebtoken", "rsa 0.9.1", "serde", "sha2 0.10.8", "thiserror 1.0.69", "time", ] [[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.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871" dependencies = [ "libc", "windows-sys 0.52.0", ] [[package]] name = "soketto" version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2e859df029d160cb88608f5d7df7fb4753fd20fdfb4de5644f3d8b8440841721" dependencies = [ "base64 0.22.1", "bytes", "futures", "http 1.1.0", "httparse", "log", "rand 0.8.5", "sha1", ] [[package]] name = "solang-parser" version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c425ce1c59f4b154717592f0bdf4715c3a1d55058883622d3157e1f0908a5b26" dependencies = [ "itertools 0.11.0", "lalrpop", "lalrpop-util", "phf", "thiserror 1.0.69", "unicode-xid 0.2.4", ] [[package]] name = "spin" version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" [[package]] name = "spin" version = "0.9.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" [[package]] name = "spinners" version = "4.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a0ef947f358b9c238923f764c72a4a9d42f2d637c46e059dbd319d6e7cfb4f82" dependencies = [ "lazy_static", "maplit", "strum 0.24.1", ] [[package]] name = "spki" version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b" dependencies = [ "base64ct", "der 0.6.1", ] [[package]] name = "spki" version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" dependencies = [ "base64ct", "der 0.7.9", ] [[package]] name = "stable_deref_trait" version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "stacker" version = "0.1.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce" dependencies = [ "cc", "cfg-if", "libc", "psm", "winapi", ] [[package]] name = "static_assertions" version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "static_assertions_next" version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d7beae5182595e9a8b683fa98c4317f956c9a2dec3b9716990d20023cc60c766" [[package]] name = "str-buf" version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9e08d8363704e6c71fc928674353e6b7c23dcea9d82d7012c8faf2a3a025f8d0" [[package]] name = "string_cache" version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b" dependencies = [ "new_debug_unreachable", "once_cell", "parking_lot 0.12.3", "phf_shared 0.10.0", "precomputed-hash", ] [[package]] name = "stringprep" version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1" dependencies = [ "unicode-bidi", "unicode-normalization", "unicode-properties", ] [[package]] name = "strip-ansi-escapes" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "011cbb39cf7c1f62871aea3cc46e5817b0937b49e9447370c93cacbe93a766d8" dependencies = [ "vte", ] [[package]] name = "strsim" version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" [[package]] name = "strsim" version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "structmeta" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2e1575d8d40908d70f6fd05537266b90ae71b15dbbe7a8b7dffa2b759306d329" dependencies = [ "proc-macro2 1.0.87", "quote 1.0.37", "structmeta-derive", "syn 2.0.87", ] [[package]] name = "structmeta-derive" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "152a0b65a590ff6c3da95cabe2353ee04e6167c896b28e3b14478c2636c922fc" dependencies = [ "proc-macro2 1.0.87", "quote 1.0.37", "syn 2.0.87", ] [[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" version = "0.26.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" dependencies = [ "strum_macros 0.26.4", ] [[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 1.0.87", "quote 1.0.37", "rustversion", "syn 1.0.107", ] [[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 1.0.87", "quote 1.0.37", "rustversion", "syn 2.0.87", ] [[package]] name = "strum_macros" version = "0.26.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" dependencies = [ "heck 0.5.0", "proc-macro2 1.0.87", "quote 1.0.37", "rustversion", "syn 2.0.87", ] [[package]] name = "subprocess" version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c2e86926081dda636c546d8c5e641661049d7562a68f5488be4a1f7f66f6086" dependencies = [ "libc", "winapi", ] [[package]] name = "subtle" version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" [[package]] name = "subtle-ng" version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "734676eb262c623cec13c3155096e08d1f8f29adce39ba17948b18dad1e54142" [[package]] name = "sui" version = "1.43.1" dependencies = [ "anemo", "anyhow", "assert_cmd", "async-recursion", "async-trait", "axum 0.7.5", "bcs", "bin-version", "bip32", "camino", "clap", "codespan-reporting", "colored", "csv", "datatest-stable", "expect-test", "fastcrypto", "fastcrypto-zkp", "fs_extra", "futures", "http 1.1.0", "im", "inquire", "insta", "insta-cmd", "jemalloc-ctl", "json_to_table", "miette", "move-analyzer", "move-binary-format", "move-bytecode-source-map", "move-bytecode-verifier-meter", "move-command-line-common", "move-compiler", "move-core-types", "move-ir-types", "move-package", "move-vm-config", "move-vm-profiler", "msim", "num-bigint 0.4.4", "prometheus", "rand 0.8.5", "regex", "reqwest 0.12.9", "rusoto_core", "rusoto_kms", "rustyline", "rustyline-derive", "serde", "serde_json", "serde_yaml 0.8.26", "shared-crypto", "shell-words", "shlex", "signature 1.6.4", "sui-bridge", "sui-cluster-test", "sui-config", "sui-execution", "sui-faucet", "sui-framework-snapshot", "sui-genesis-builder", "sui-graphql-rpc", "sui-indexer", "sui-json", "sui-json-rpc-types", "sui-keys", "sui-macros", "sui-move", "sui-move-build", "sui-package-management", "sui-protocol-config", "sui-replay", "sui-sdk", "sui-simulator", "sui-source-validation", "sui-swarm", "sui-swarm-config", "sui-test-transaction-builder", "sui-transaction-builder 0.0.0", "sui-types", "tabled", "tap", "telemetry-subscribers", "tempfile", "test-cluster", "thiserror 1.0.69", "tokio", "toml 0.7.4", "tower 0.4.13", "tower-http 0.5.2", "tracing", "unescape", "url", "uuid 1.2.2", ] [[package]] name = "sui-adapter-latest" version = "0.1.0" dependencies = [ "anyhow", "bcs", "leb128", "move-binary-format", "move-bytecode-utils", "move-bytecode-verifier", "move-bytecode-verifier-meter", "move-core-types", "move-package", "move-trace-format", "move-vm-config", "move-vm-profiler", "move-vm-runtime", "move-vm-types", "mysten-metrics", "parking_lot 0.12.3", "serde", "sui-macros", "sui-move-natives-latest", "sui-protocol-config", "sui-types", "sui-verifier-latest", "tracing", ] [[package]] name = "sui-adapter-transactional-tests" version = "0.1.0" dependencies = [ "datatest-stable", "sui-transactional-test-runner", ] [[package]] name = "sui-adapter-v0" version = "0.1.0" dependencies = [ "anyhow", "bcs", "leb128", "move-binary-format", "move-bytecode-utils", "move-bytecode-verifier-meter", "move-bytecode-verifier-v0", "move-core-types", "move-package", "move-vm-config", "move-vm-profiler", "move-vm-runtime-v0", "move-vm-types", "once_cell", "parking_lot 0.12.3", "serde", "sui-macros", "sui-move-natives-v0", "sui-protocol-config", "sui-types", "sui-verifier-v0", "tracing", ] [[package]] name = "sui-adapter-v1" version = "0.1.0" dependencies = [ "anyhow", "bcs", "leb128", "move-binary-format", "move-bytecode-utils", "move-bytecode-verifier-meter", "move-bytecode-verifier-v1", "move-core-types", "move-package", "move-vm-config", "move-vm-profiler", "move-vm-runtime-v1", "move-vm-types", "parking_lot 0.12.3", "serde", "sui-macros", "sui-move-natives-v1", "sui-protocol-config", "sui-types", "sui-verifier-v1", "tracing", ] [[package]] name = "sui-adapter-v2" version = "0.1.0" dependencies = [ "anyhow", "bcs", "leb128", "move-binary-format", "move-bytecode-utils", "move-bytecode-verifier-meter", "move-bytecode-verifier-v2", "move-core-types", "move-package", "move-vm-config", "move-vm-profiler", "move-vm-runtime-v2", "move-vm-types", "parking_lot 0.12.3", "serde", "sui-macros", "sui-move-natives-v2", "sui-protocol-config", "sui-types", "sui-verifier-v2", "tracing", ] [[package]] name = "sui-analytics-indexer" version = "1.43.1" dependencies = [ "anyhow", "arrow", "arrow-array", "async-trait", "axum 0.7.5", "bcs", "byteorder", "bytes", "chrono", "clap", "csv", "eyre", "fastcrypto", "gcp-bigquery-client", "move-binary-format", "move-bytecode-utils", "move-core-types", "mysten-metrics", "num_enum 0.6.1", "object_store", "parquet", "prometheus", "serde", "serde_json", "simulacrum", "snowflake-api", "strum 0.24.1", "strum_macros 0.24.3", "sui-analytics-indexer-derive", "sui-config", "sui-data-ingestion-core", "sui-indexer", "sui-json-rpc-types", "sui-package-resolver", "sui-rpc-api", "sui-storage", "sui-types", "tap", "telemetry-subscribers", "tempfile", "thiserror 1.0.69", "tokio", "tokio-stream", "tracing", "typed-store", "url", ] [[package]] name = "sui-analytics-indexer-derive" version = "1.43.1" dependencies = [ "proc-macro2 1.0.87", "quote 1.0.37", "syn 1.0.107", ] [[package]] name = "sui-archival" version = "1.43.1" dependencies = [ "anyhow", "byteorder", "bytes", "ed25519-consensus", "fastcrypto", "futures", "indicatif", "more-asserts", "move-binary-format", "move-core-types", "move-package", "num_enum 0.6.1", "object_store", "prometheus", "rand 0.8.5", "serde", "serde_json", "sui-config", "sui-macros", "sui-simulator", "sui-storage", "sui-swarm-config", "sui-types", "telemetry-subscribers", "tempfile", "tokio", "tracing", ] [[package]] name = "sui-authority-aggregation" version = "0.1.0" dependencies = [ "futures", "mysten-metrics", "sui-types", "tokio", "tracing", ] [[package]] name = "sui-aws-orchestrator" version = "0.0.1" dependencies = [ "async-trait", "aws-config", "aws-sdk-ec2", "aws-smithy-http", "aws-smithy-runtime-api", "clap", "color-eyre", "crossterm", "eyre", "futures", "mysten-metrics", "prettytable-rs", "prometheus-parse", "reqwest 0.12.9", "russh", "russh-keys", "serde", "serde_json", "sui-config", "sui-swarm-config", "sui-types", "tempfile", "thiserror 1.0.69", "tokio", ] [[package]] name = "sui-benchmark" version = "0.0.0" dependencies = [ "anyhow", "async-trait", "bcs", "clap", "comfy-table", "duration-str", "fastcrypto-zkp", "futures", "hdrhistogram", "indicatif", "itertools 0.13.0", "move-core-types", "mysten-metrics", "prometheus", "rand 0.8.5", "regex", "roaring", "serde", "serde_json", "strum 0.24.1", "strum_macros 0.24.3", "sui-config", "sui-core", "sui-framework", "sui-framework-snapshot", "sui-json-rpc-types", "sui-keys", "sui-macros", "sui-network", "sui-protocol-config", "sui-sdk", "sui-simulator", "sui-storage", "sui-surfer", "sui-swarm-config", "sui-test-transaction-builder", "sui-types", "sysinfo", "telemetry-subscribers", "test-cluster", "tokio", "tokio-util 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)", "tracing", "typed-store", ] [[package]] name = "sui-bridge" version = "1.43.1" dependencies = [ "anyhow", "arc-swap", "async-trait", "axum 0.7.5", "backoff", "bcs", "bin-version", "clap", "enum_dispatch", "ethers", "eyre", "fastcrypto", "futures", "hex-literal 0.3.4", "lru 0.10.0", "maplit", "move-core-types", "mysten-common", "mysten-metrics", "num_enum 0.6.1", "once_cell", "prometheus", "rand 0.8.5", "reqwest 0.12.9", "serde", "serde_json", "serde_with 3.9.0", "shared-crypto", "strum_macros 0.24.3", "sui-authority-aggregation", "sui-config", "sui-json-rpc-api", "sui-json-rpc-types", "sui-keys", "sui-sdk", "sui-test-transaction-builder", "sui-types", "tap", "telemetry-subscribers", "tempfile", "test-cluster", "tokio", "tracing", "typed-store", "url", ] [[package]] name = "sui-bridge-cli" version = "1.43.1" dependencies = [ "anyhow", "clap", "ethers", "fastcrypto", "futures", "move-core-types", "reqwest 0.12.9", "serde", "serde_json", "serde_with 3.9.0", "shared-crypto", "sui-bridge", "sui-config", "sui-json-rpc-types", "sui-keys", "sui-sdk", "sui-types", "telemetry-subscribers", "tokio", "tracing", ] [[package]] name = "sui-bridge-indexer" version = "0.1.0" dependencies = [ "anyhow", "async-trait", "backoff", "bcs", "bin-version", "clap", "diesel", "diesel-async", "diesel_migrations", "ethers", "futures", "hex-literal 0.3.4", "mysten-metrics", "prometheus", "rayon", "serde", "serde_json", "serde_yaml 0.8.26", "strum_macros 0.24.3", "sui-bridge", "sui-config", "sui-data-ingestion-core", "sui-indexer", "sui-indexer-builder", "sui-json-rpc-types", "sui-pg-db", "sui-sdk", "sui-test-transaction-builder", "sui-types", "tap", "telemetry-subscribers", "tempfile", "test-cluster", "tokio", "tracing", ] [[package]] name = "sui-cluster-test" version = "1.43.1" dependencies = [ "anyhow", "async-trait", "clap", "derive_more 1.0.0", "fastcrypto", "futures", "jsonrpsee", "move-core-types", "prometheus", "regex", "reqwest 0.12.9", "serde_json", "shared-crypto", "sui-config", "sui-core", "sui-faucet", "sui-graphql-rpc", "sui-indexer", "sui-json", "sui-json-rpc-types", "sui-keys", "sui-move-build", "sui-pg-db", "sui-sdk", "sui-swarm", "sui-swarm-config", "sui-test-transaction-builder", "sui-types", "telemetry-subscribers", "tempfile", "test-cluster", "tokio", "tokio-util 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)", "tracing", "uuid 1.2.2", ] [[package]] name = "sui-config" version = "0.0.0" dependencies = [ "anemo", "anyhow", "bcs", "clap", "consensus-config", "csv", "dirs 4.0.0", "fastcrypto", "insta", "move-vm-config", "mysten-common", "object_store", "once_cell", "prometheus", "rand 0.8.5", "reqwest 0.12.9", "serde", "serde_with 3.9.0", "serde_yaml 0.8.26", "sui-keys", "sui-protocol-config", "sui-rpc-api", "sui-types", "tempfile", "tracing", ] [[package]] name = "sui-core" version = "0.1.0" dependencies = [ "anemo", "anyhow", "arc-swap", "async-trait", "axum 0.7.5", "bcs", "bincode", "bytes", "clap", "consensus-config", "consensus-core", "count-min-sketch", "criterion", "dashmap", "diffy", "either", "enum_dispatch", "expect-test", "eyre", "fastcrypto", "fastcrypto-tbls", "fastcrypto-zkp", "fs_extra", "futures", "im", "itertools 0.13.0", "lru 0.10.0", "mockall", "moka", "more-asserts", "move-binary-format", "move-bytecode-utils", "move-core-types", "move-package", "move-symbol-pool", "mysten-common", "mysten-metrics", "mysten-network", "nonempty 0.9.0", "num-bigint 0.4.4", "num_cpus", "object_store", "once_cell", "parking_lot 0.12.3", "pprof", "pretty_assertions", "prometheus", "rand 0.8.5", "rayon", "reqwest 0.12.9", "roaring", "rstest", "scopeguard", "serde", "serde-reflection", "serde_json", "serde_with 3.9.0", "serde_yaml 0.8.26", "shared-crypto", "simple_moving_average", "static_assertions", "sui-archival", "sui-authority-aggregation", "sui-config", "sui-execution", "sui-framework", "sui-genesis-builder", "sui-json-rpc-types", "sui-macros", "sui-move", "sui-move-build", "sui-network", "sui-protocol-config", "sui-simulator", "sui-storage", "sui-swarm-config", "sui-test-transaction-builder", "sui-tls", "sui-transaction-checks", "sui-types", "tap", "telemetry-subscribers", "tempfile", "test-fuzz", "thiserror 1.0.69", "tokio", "tokio-stream", "tracing", "twox-hash", "typed-store", ] [[package]] name = "sui-cost" version = "0.1.0" dependencies = [ "anyhow", "bcs", "insta", "move-cli", "move-disassembler", "serde", "strum 0.24.1", "strum_macros 0.24.3", "sui-config", "sui-json-rpc-types", "sui-move-build", "sui-swarm-config", "sui-test-transaction-builder", "sui-types", "test-cluster", "tokio", ] [[package]] name = "sui-data-ingestion" version = "1.43.1" dependencies = [ "anyhow", "async-trait", "aws-config", "aws-sdk-dynamodb", "backoff", "base64-url", "bcs", "byteorder", "bytes", "futures", "mysten-metrics", "notify", "object_store", "prometheus", "rand 0.8.5", "serde", "serde_json", "serde_yaml 0.8.26", "sui-archival", "sui-data-ingestion-core", "sui-kvstore", "sui-storage", "sui-types", "telemetry-subscribers", "tempfile", "tokio", "tracing", "url", ] [[package]] name = "sui-data-ingestion-core" version = "0.1.0" dependencies = [ "anyhow", "async-trait", "backoff", "bcs", "futures", "mysten-metrics", "notify", "object_store", "prometheus", "rand 0.8.5", "serde", "serde_json", "sui-protocol-config", "sui-rpc-api", "sui-storage", "sui-types", "tap", "telemetry-subscribers", "tempfile", "tokio", "tokio-stream", "tracing", "url", ] [[package]] name = "sui-deepbook-indexer" version = "0.1.0" dependencies = [ "anyhow", "async-trait", "axum 0.7.5", "backoff", "bcs", "bigdecimal", "bin-version", "clap", "diesel", "diesel-async", "futures", "hex-literal 0.3.4", "mysten-metrics", "prometheus", "serde", "serde_json", "serde_yaml 0.8.26", "sui-config", "sui-data-ingestion-core", "sui-indexer-builder", "sui-json-rpc-types", "sui-sdk", "sui-types", "tap", "telemetry-subscribers", "tempfile", "tokio", "tower-http 0.5.2", "tracing", ] [[package]] name = "sui-default-config" version = "1.43.1" dependencies = [ "quote 1.0.37", "syn 1.0.107", ] [[package]] name = "sui-e2e-tests" version = "1.43.1" dependencies = [ "anyhow", "assert_cmd", "async-trait", "bcs", "clap", "coset", "expect-test", "fastcrypto", "fastcrypto-zkp", "fs_extra", "futures", "indexmap 2.7.0", "insta", "jsonrpsee", "move-binary-format", "move-core-types", "move-package", "mysten-metrics", "p256", "passkey-authenticator", "passkey-client", "passkey-types", "prometheus", "prost 0.13.3", "prost-types 0.13.3", "rand 0.8.5", "reqwest 0.12.9", "serde", "serde_json", "shared-crypto", "sui", "sui-config", "sui-core", "sui-framework", "sui-json-rpc", "sui-json-rpc-api", "sui-json-rpc-types", "sui-keys", "sui-macros", "sui-move-build", "sui-network", "sui-node", "sui-protocol-config", "sui-rpc-api", "sui-sdk", "sui-sdk-types", "sui-simulator", "sui-storage", "sui-swarm", "sui-swarm-config", "sui-test-transaction-builder", "sui-tool", "sui-transaction-builder 0.1.0", "sui-types", "telemetry-subscribers", "tempfile", "test-cluster", "tokio", "tokio-stream", "tonic 0.12.3", "tracing", "url", ] [[package]] name = "sui-edge-proxy" version = "0.1.0" dependencies = [ "anyhow", "axum 0.7.5", "axum-extra", "axum-server", "bin-version", "bytes", "clap", "futures", "mysten-metrics", "prometheus", "rand 0.8.5", "reqwest 0.12.9", "serde", "serde_json", "serde_with 3.9.0", "serde_yaml 0.8.26", "telemetry-subscribers", "tokio", "tracing", "url", ] [[package]] name = "sui-enum-compat-util" version = "0.1.0" dependencies = [ "serde_yaml 0.8.26", ] [[package]] name = "sui-execution" version = "0.1.0" dependencies = [ "cargo_metadata 0.15.4", "move-abstract-interpreter", "move-abstract-interpreter-v2", "move-binary-format", "move-bytecode-verifier", "move-bytecode-verifier-meter", "move-bytecode-verifier-v0", "move-bytecode-verifier-v1", "move-bytecode-verifier-v2", "move-trace-format", "move-vm-config", "move-vm-runtime", "move-vm-runtime-v0", "move-vm-runtime-v1", "move-vm-runtime-v2", "petgraph 0.5.1", "sui-adapter-latest", "sui-adapter-v0", "sui-adapter-v1", "sui-adapter-v2", "sui-move-natives-latest", "sui-move-natives-v0", "sui-move-natives-v1", "sui-move-natives-v2", "sui-protocol-config", "sui-types", "sui-verifier-latest", "sui-verifier-v0", "sui-verifier-v1", "sui-verifier-v2", ] [[package]] name = "sui-execution-cut" version = "0.1.0" dependencies = [ "anyhow", "clap", "expect-test", "tempfile", "thiserror 1.0.69", "toml 0.7.4", "toml_edit 0.19.10", ] [[package]] name = "sui-faucet" version = "1.43.1" dependencies = [ "anyhow", "async-recursion", "async-trait", "axum 0.7.5", "bin-version", "clap", "dashmap", "eyre", "futures", "http 1.1.0", "mysten-metrics", "mysten-network", "once_cell", "parking_lot 0.12.3", "prometheus", "reqwest 0.12.9", "scopeguard", "serde", "serde_json", "shared-crypto", "sui-config", "sui-json-rpc-types", "sui-keys", "sui-sdk", "sui-types", "tap", "telemetry-subscribers", "tempfile", "test-cluster", "thiserror 1.0.69", "tokio", "tonic 0.12.3", "tower 0.4.13", "tower-http 0.5.2", "tower_governor", "tracing", "ttl_cache", "typed-store", "uuid 1.2.2", "wiremock", ] [[package]] name = "sui-field-count" version = "1.43.1" dependencies = [ "sui-field-count-derive", ] [[package]] name = "sui-field-count-derive" version = "1.43.1" dependencies = [ "quote 1.0.37", "syn 1.0.107", ] [[package]] name = "sui-framework" version = "0.1.0" dependencies = [ "anyhow", "bcs", "move-binary-format", "move-compiler", "move-core-types", "move-package", "once_cell", "regex", "serde", "sui-config", "sui-move-build", "sui-types", "tempfile", "tracing", ] [[package]] name = "sui-framework-snapshot" version = "1.43.1" dependencies = [ "anyhow", "bcs", "bin-version", "move-package", "serde", "serde_json", "sui-framework", "sui-move-build", "sui-protocol-config", "sui-types", "tokio", ] [[package]] name = "sui-framework-tests" version = "0.1.0" dependencies = [ "datatest-stable", "move-bytecode-verifier", "move-bytecode-verifier-meter", "move-cli", "move-package", "move-unit-test", "prometheus", "sui-adapter-latest", "sui-config", "sui-framework", "sui-move", "sui-move-build", "sui-protocol-config", "sui-types", "sui-verifier-latest", ] [[package]] name = "sui-genesis-builder" version = "0.0.0" dependencies = [ "anyhow", "bcs", "camino", "fastcrypto", "insta", "move-binary-format", "move-core-types", "prometheus", "rand 0.8.5", "serde", "serde_with 3.9.0", "serde_yaml 0.8.26", "shared-crypto", "sui-config", "sui-execution", "sui-framework", "sui-framework-snapshot", "sui-protocol-config", "sui-simulator", "sui-types", "tempfile", "tracing", ] [[package]] name = "sui-graphql-e2e-tests" version = "0.1.0" dependencies = [ "anyhow", "async-trait", "datatest-stable", "msim", "serde_json", "sui-graphql-rpc", "sui-transactional-test-runner", "telemetry-subscribers", "tokio", ] [[package]] name = "sui-graphql-rpc" version = "1.43.1" dependencies = [ "anyhow", "async-graphql", "async-graphql-axum", "async-graphql-value", "async-trait", "axum 0.7.5", "axum-extra", "bcs", "bin-version", "chrono", "clap", "const-str", "diesel", "diesel-async", "downcast", "either", "expect-test", "fastcrypto", "fastcrypto-zkp", "futures", "hex", "http 1.1.0", "hyper 1.5.2", "im", "insta", "itertools 0.13.0", "lru 0.10.0", "move-binary-format", "move-bytecode-utils", "move-core-types", "move-disassembler", "move-ir-types", "mysten-metrics", "mysten-network", "once_cell", "prometheus", "rand 0.8.5", "regex", "reqwest 0.12.9", "serde", "serde_json", "serde_with 3.9.0", "serde_yaml 0.8.26", "shared-crypto", "similar", "simulacrum", "sui-default-config", "sui-framework", "sui-graphql-rpc-client", "sui-graphql-rpc-headers", "sui-indexer", "sui-json-rpc", "sui-json-rpc-types", "sui-move-build", "sui-package-resolver", "sui-pg-db", "sui-protocol-config", "sui-rpc-api", "sui-sdk", "sui-swarm-config", "sui-test-transaction-builder", "sui-types", "tap", "telemetry-subscribers", "tempfile", "test-cluster", "thiserror 1.0.69", "tokio", "tokio-util 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)", "toml 0.7.4", "tower 0.4.13", "tower-http 0.5.2", "tracing", "uuid 1.2.2", ] [[package]] name = "sui-graphql-rpc-client" version = "0.1.0" dependencies = [ "async-graphql", "axum 0.7.5", "hyper 1.5.2", "reqwest 0.12.9", "serde_json", "sui-graphql-rpc-headers", "thiserror 1.0.69", ] [[package]] name = "sui-graphql-rpc-headers" version = "0.1.0" dependencies = [ "axum 0.7.5", ] [[package]] name = "sui-http" version = "0.0.0" dependencies = [ "axum 0.7.5", "bytes", "http 1.1.0", "http-body 1.0.1", "http-body-util", "hyper 1.5.2", "hyper-util", "pin-project-lite", "reqwest 0.12.9", "socket2 0.5.6", "tokio", "tokio-rustls 0.26.0", "tokio-util 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)", "tower 0.4.13", "tracing", ] [[package]] name = "sui-indexer" version = "1.43.1" dependencies = [ "anyhow", "async-trait", "axum 0.7.5", "backoff", "bb8", "bcs", "bytes", "cached", "chrono", "clap", "criterion", "csv", "dashmap", "diesel", "diesel-async", "diesel_migrations", "fastcrypto", "futures", "hex", "indicatif", "itertools 0.13.0", "jsonrpsee", "move-binary-format", "move-bytecode-utils", "move-core-types", "mysten-metrics", "ntest", "object_store", "prometheus", "rand 0.8.5", "rayon", "regex", "serde", "serde_json", "serde_with 3.9.0", "simulacrum", "strum 0.24.1", "strum_macros 0.24.3", "sui-archival", "sui-config", "sui-core", "sui-data-ingestion-core", "sui-json", "sui-json-rpc", "sui-json-rpc-api", "sui-json-rpc-types", "sui-keys", "sui-move-build", "sui-open-rpc", "sui-package-resolver", "sui-pg-db", "sui-protocol-config", "sui-rpc-api", "sui-sdk", "sui-snapshot", "sui-storage", "sui-swarm-config", "sui-synthetic-ingestion", "sui-test-transaction-builder", "sui-transaction-builder 0.0.0", "sui-types", "tap", "telemetry-subscribers", "tempfile", "test-cluster", "thiserror 1.0.69", "tokio", "tokio-stream", "tokio-util 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)", "toml 0.7.4", "tracing", "url", ] [[package]] name = "sui-indexer-alt" version = "1.43.1" dependencies = [ "anyhow", "async-trait", "bcs", "clap", "dashmap", "diesel", "diesel-async", "diesel_migrations", "futures", "hex", "itertools 0.13.0", "prometheus", "rand 0.8.5", "serde", "sui-default-config", "sui-field-count", "sui-indexer-alt-framework", "sui-indexer-alt-metrics", "sui-indexer-alt-schema", "sui-pg-db", "sui-protocol-config", "sui-synthetic-ingestion", "sui-types", "telemetry-subscribers", "tempfile", "tokio", "tokio-util 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)", "toml 0.7.4", "tracing", "wiremock", ] [[package]] name = "sui-indexer-alt-e2e-tests" version = "0.1.0" dependencies = [ "anyhow", "async-trait", "datatest-stable", "diesel", "diesel-async", "msim", "prometheus", "reqwest 0.12.9", "serde_json", "sui-indexer-alt", "sui-indexer-alt-framework", "sui-indexer-alt-jsonrpc", "sui-pg-db", "sui-transactional-test-runner", "telemetry-subscribers", "tokio", "tokio-util 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)", "url", ] [[package]] name = "sui-indexer-alt-framework" version = "1.43.1" dependencies = [ "anyhow", "async-trait", "axum 0.7.5", "backoff", "bb8", "chrono", "clap", "diesel", "diesel-async", "diesel_migrations", "futures", "prometheus", "rand 0.8.5", "reqwest 0.12.9", "serde", "sui-field-count", "sui-indexer-alt-metrics", "sui-pg-db", "sui-storage", "sui-types", "telemetry-subscribers", "tempfile", "thiserror 1.0.69", "tokio", "tokio-stream", "tokio-util 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)", "tracing", "url", "wiremock", ] [[package]] name = "sui-indexer-alt-jsonrpc" version = "1.43.1" dependencies = [ "anyhow", "async-graphql", "async-trait", "axum 0.7.5", "bcs", "clap", "diesel", "diesel-async", "fastcrypto", "futures", "jsonrpsee", "move-core-types", "pin-project-lite", "prometheus", "reqwest 0.12.9", "schemars", "serde", "serde_json", "serde_with 3.9.0", "sui-default-config", "sui-indexer-alt-metrics", "sui-indexer-alt-schema", "sui-json", "sui-json-rpc-types", "sui-open-rpc", "sui-open-rpc-macros", "sui-package-resolver", "sui-pg-db", "sui-types", "telemetry-subscribers", "thiserror 1.0.69", "tokio", "tokio-util 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)", "toml 0.7.4", "tower-layer", "tracing", "url", ] [[package]] name = "sui-indexer-alt-metrics" version = "1.43.1" dependencies = [ "anyhow", "axum 0.7.5", "clap", "prometheus", "sui-pg-db", "tokio", "tokio-util 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)", "tracing", ] [[package]] name = "sui-indexer-alt-restorer" version = "0.1.0" dependencies = [ "anyhow", "async-trait", "clap", "diesel", "diesel-async", "futures", "indicatif", "object_store", "prometheus", "sui-archival", "sui-config", "sui-core", "sui-field-count", "sui-indexer-alt-framework", "sui-indexer-alt-schema", "sui-pg-db", "sui-snapshot", "sui-storage", "sui-types", "telemetry-subscribers", "tokio", "tracing", ] [[package]] name = "sui-indexer-alt-schema" version = "1.43.1" dependencies = [ "anyhow", "bcs", "diesel", "diesel_migrations", "serde", "sui-field-count", "sui-protocol-config", "sui-types", ] [[package]] name = "sui-indexer-builder" version = "0.1.0" dependencies = [ "anyhow", "async-trait", "futures", "mysten-metrics", "prometheus", "sui-data-ingestion-core", "sui-indexer-builder", "sui-sdk", "sui-types", "tap", "telemetry-subscribers", "tokio", "tracing", ] [[package]] name = "sui-json" version = "0.0.0" dependencies = [ "anyhow", "bcs", "fastcrypto", "move-binary-format", "move-bytecode-utils", "move-core-types", "schemars", "serde", "serde_json", "sui-framework", "sui-move-build", "sui-types", "test-fuzz", ] [[package]] name = "sui-json-rpc" version = "0.0.0" dependencies = [ "anyhow", "arc-swap", "async-trait", "axum 0.7.5", "backoff", "base64 0.21.7", "bcs", "cached", "chrono", "expect-test", "eyre", "fastcrypto", "fastcrypto-zkp", "futures", "http-body 0.4.5", "hyper 1.5.2", "im", "indexmap 2.7.0", "itertools 0.13.0", "jsonrpsee", "mockall", "move-binary-format", "move-bytecode-utils", "move-core-types", "move-package", "mysten-metrics", "mysten-service", "once_cell", "prometheus", "serde", "serde_json", "shared-crypto", "signature 1.6.4", "sui-config", "sui-core", "sui-json", "sui-json-rpc-api", "sui-json-rpc-types", "sui-macros", "sui-open-rpc", "sui-open-rpc-macros", "sui-protocol-config", "sui-storage", "sui-transaction-builder 0.0.0", "sui-types", "tap", "telemetry-subscribers", "thiserror 1.0.69", "tokio", "tokio-util 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)", "tower 0.4.13", "tower-http 0.5.2", "tracing", "typed-store-error", ] [[package]] name = "sui-json-rpc-api" version = "0.0.0" dependencies = [ "anyhow", "fastcrypto", "jsonrpsee", "mysten-metrics", "once_cell", "prometheus", "sui-json", "sui-json-rpc-types", "sui-open-rpc", "sui-open-rpc-macros", "sui-types", "tap", "tracing", ] [[package]] name = "sui-json-rpc-tests" version = "0.0.0" dependencies = [ "anyhow", "async-trait", "bcs", "hyper 1.5.2", "jsonrpsee", "move-core-types", "move-package", "prometheus", "rand 0.8.5", "reqwest 0.12.9", "shared-crypto", "sui-config", "sui-core", "sui-json", "sui-json-rpc", "sui-json-rpc-api", "sui-json-rpc-types", "sui-keys", "sui-macros", "sui-move-build", "sui-open-rpc", "sui-open-rpc-macros", "sui-protocol-config", "sui-sdk", "sui-simulator", "sui-swarm-config", "sui-test-transaction-builder", "sui-types", "telemetry-subscribers", "test-cluster", "tokio", "tracing", ] [[package]] name = "sui-json-rpc-types" version = "0.0.0" dependencies = [ "anyhow", "bcs", "colored", "enum_dispatch", "fastcrypto", "itertools 0.13.0", "json_to_table", "move-binary-format", "move-bytecode-utils", "move-core-types", "move-disassembler", "move-ir-types", "mysten-metrics", "schemars", "serde", "serde_json", "serde_with 3.9.0", "sui-enum-compat-util", "sui-json", "sui-macros", "sui-package-resolver", "sui-protocol-config", "sui-types", "tabled", "tracing", ] [[package]] name = "sui-keys" version = "0.0.0" dependencies = [ "anyhow", "bip32", "fastcrypto", "rand 0.8.5", "regex", "serde", "serde_json", "shared-crypto", "signature 1.6.4", "slip10_ed25519", "sui-types", "tempfile", "tiny-bip39", ] [[package]] name = "sui-kvstore" version = "1.43.1" dependencies = [ "anyhow", "async-trait", "base64 0.21.7", "bcs", "gcp_auth", "http 1.1.0", "prometheus", "prost 0.13.3", "prost-types 0.13.3", "serde", "sui-data-ingestion-core", "sui-types", "telemetry-subscribers", "tempfile", "tokio", "tonic 0.12.3", "tracing", ] [[package]] name = "sui-light-client" version = "1.43.1" dependencies = [ "anyhow", "async-trait", "bcs", "bytes", "clap", "env_logger", "log", "move-binary-format", "move-core-types", "object_store", "reqwest 0.12.9", "serde", "serde_json", "serde_yaml 0.8.26", "sui-config", "sui-json-rpc-types", "sui-package-resolver", "sui-rpc-api", "sui-sdk", "sui-types", "tokio", "url", ] [[package]] name = "sui-macros" version = "0.7.0" dependencies = [ "futures", "once_cell", "sui-proc-macros", "tracing", ] [[package]] name = "sui-metric-checker" version = "1.43.1" dependencies = [ "anyhow", "backoff", "base64 0.21.7", "chrono", "clap", "humantime", "once_cell", "prometheus-http-query", "reqwest 0.12.9", "serde", "serde_yaml 0.9.21", "strum_macros 0.24.3", "telemetry-subscribers", "tokio", "tracing", ] [[package]] name = "sui-move" version = "1.43.1" dependencies = [ "anyhow", "assert_cmd", "better_any", "bin-version", "clap", "colored", "datatest-stable", "fs_extra", "futures", "insta", "insta-cmd", "jemalloc-ctl", "jsonrpsee", "move-binary-format", "move-bytecode-source-map", "move-cli", "move-compiler", "move-disassembler", "move-ir-types", "move-package", "move-unit-test", "move-vm-runtime", "mysten-metrics", "once_cell", "prometheus", "rand 0.8.5", "serde_json", "serde_yaml 0.8.26", "sui-core", "sui-macros", "sui-move-build", "sui-move-natives-latest", "sui-node", "sui-protocol-config", "sui-simulator", "sui-types", "telemetry-subscribers", "tempfile", "tokio", "tracing", "walkdir", ] [[package]] name = "sui-move-build" version = "1.43.1" dependencies = [ "anyhow", "datatest-stable", "fastcrypto", "move-binary-format", "move-bytecode-utils", "move-bytecode-verifier", "move-command-line-common", "move-compiler", "move-core-types", "move-ir-types", "move-package", "move-symbol-pool", "serde-reflection", "sui-package-management", "sui-protocol-config", "sui-types", "sui-verifier-latest", "tempfile", ] [[package]] name = "sui-move-lsp" version = "1.43.1" dependencies = [ "bin-version", "clap", "move-analyzer", "tokio", ] [[package]] name = "sui-move-natives-latest" version = "0.1.0" dependencies = [ "bcs", "better_any", "fastcrypto", "fastcrypto-vdf", "fastcrypto-zkp", "indexmap 2.7.0", "move-binary-format", "move-core-types", "move-stdlib-natives", "move-vm-runtime", "move-vm-types", "rand 0.8.5", "smallvec", "sui-protocol-config", "sui-types", "tracing", ] [[package]] name = "sui-move-natives-v0" version = "0.1.0" dependencies = [ "bcs", "better_any", "fastcrypto", "fastcrypto-zkp", "linked-hash-map", "move-binary-format", "move-core-types", "move-stdlib-natives-v0", "move-vm-runtime-v0", "move-vm-types", "smallvec", "sui-protocol-config", "sui-types", "tracing", ] [[package]] name = "sui-move-natives-v1" version = "0.1.0" dependencies = [ "bcs", "better_any", "fastcrypto", "fastcrypto-zkp", "linked-hash-map", "move-binary-format", "move-core-types", "move-stdlib-natives-v1", "move-vm-runtime-v1", "move-vm-types", "smallvec", "sui-protocol-config", "sui-types", "tracing", ] [[package]] name = "sui-move-natives-v2" version = "0.1.0" dependencies = [ "bcs", "better_any", "fastcrypto", "fastcrypto-zkp", "indexmap 2.7.0", "move-binary-format", "move-core-types", "move-stdlib-natives-v2", "move-vm-runtime-v2", "move-vm-types", "smallvec", "sui-protocol-config", "sui-types", "tracing", ] [[package]] name = "sui-mvr-graphql-e2e-tests" version = "0.1.0" dependencies = [ "anyhow", "async-trait", "datatest-stable", "msim", "serde_json", "sui-mvr-graphql-rpc", "sui-transactional-test-runner", "telemetry-subscribers", "tokio", ] [[package]] name = "sui-mvr-graphql-rpc" version = "1.43.1" dependencies = [ "anyhow", "async-graphql", "async-graphql-axum", "async-graphql-value", "async-trait", "axum 0.7.5", "axum-extra", "bcs", "bin-version", "chrono", "clap", "const-str", "diesel", "diesel-async", "downcast", "either", "expect-test", "fastcrypto", "fastcrypto-zkp", "futures", "hex", "http 1.1.0", "hyper 1.5.2", "im", "insta", "itertools 0.13.0", "lru 0.10.0", "move-binary-format", "move-bytecode-utils", "move-core-types", "move-disassembler", "move-ir-types", "mysten-metrics", "mysten-network", "once_cell", "prometheus", "rand 0.8.5", "regex", "reqwest 0.12.9", "serde", "serde_json", "serde_with 3.9.0", "serde_yaml 0.8.26", "shared-crypto", "similar", "simulacrum", "sui-default-config", "sui-framework", "sui-graphql-rpc-client", "sui-graphql-rpc-headers", "sui-indexer", "sui-json-rpc", "sui-json-rpc-types", "sui-move-build", "sui-package-resolver", "sui-pg-db", "sui-protocol-config", "sui-rpc-api", "sui-sdk", "sui-swarm-config", "sui-test-transaction-builder", "sui-types", "tap", "telemetry-subscribers", "tempfile", "test-cluster", "thiserror 1.0.69", "tokio", "tokio-util 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)", "toml 0.7.4", "tower 0.4.13", "tower-http 0.5.2", "tracing", "uuid 1.2.2", ] [[package]] name = "sui-network" version = "0.0.0" dependencies = [ "anemo", "anemo-build", "anemo-tower", "anyhow", "arc-swap", "bcs", "bytes", "dashmap", "ed25519-consensus", "fastcrypto", "fastcrypto-tbls", "futures", "governor", "mysten-common", "mysten-metrics", "mysten-network", "prometheus", "rand 0.8.5", "serde", "shared-crypto", "sui-archival", "sui-config", "sui-macros", "sui-storage", "sui-swarm-config", "sui-types", "tap", "telemetry-subscribers", "tempfile", "tokio", "tonic 0.12.3", "tonic-build", "tower 0.4.13", "tracing", ] [[package]] name = "sui-node" version = "1.43.1" dependencies = [ "anemo", "anemo-tower", "anyhow", "arc-swap", "axum 0.7.5", "base64 0.21.7", "bcs", "bin-version", "clap", "consensus-core", "fastcrypto", "fastcrypto-zkp", "futures", "humantime", "move-vm-profiler", "mysten-common", "mysten-metrics", "mysten-network", "mysten-service", "parking_lot 0.12.3", "prometheus", "reqwest 0.12.9", "serde", "sui-archival", "sui-config", "sui-core", "sui-http", "sui-json-rpc", "sui-json-rpc-api", "sui-macros", "sui-network", "sui-protocol-config", "sui-rpc-api", "sui-simulator", "sui-snapshot", "sui-storage", "sui-telemetry", "sui-tls", "sui-types", "tap", "telemetry-subscribers", "tokio", "tower 0.4.13", "tracing", "typed-store", "url", ] [[package]] name = "sui-open-rpc" version = "1.43.1" dependencies = [ "anyhow", "bcs", "clap", "fastcrypto", "move-core-types", "pretty_assertions", "rand 0.8.5", "schemars", "serde", "serde_json", "sui-json", "sui-json-rpc", "sui-json-rpc-api", "sui-json-rpc-types", "sui-protocol-config", "sui-types", "tokio", "versions", ] [[package]] name = "sui-open-rpc-macros" version = "0.1.0" dependencies = [ "derive-syn-parse", "itertools 0.13.0", "proc-macro2 1.0.87", "quote 1.0.37", "syn 1.0.107", "unescape", ] [[package]] name = "sui-oracle" version = "1.43.1" dependencies = [ "anyhow", "bcs", "chrono", "clap", "dirs 4.0.0", "jsonpath_lib", "mysten-metrics", "once_cell", "prometheus", "rand 0.8.5", "reqwest 0.12.9", "serde", "serde_json", "shared-crypto", "sui-config", "sui-json-rpc-types", "sui-keys", "sui-move-build", "sui-sdk", "sui-types", "tap", "telemetry-subscribers", "tokio", "tracing", ] [[package]] name = "sui-package-dump" version = "1.43.1" dependencies = [ "anyhow", "bcs", "cynic", "cynic-codegen", "fastcrypto", "move-core-types", "reqwest 0.12.9", "serde", "serde_json", "sui-types", "tracing", ] [[package]] name = "sui-package-management" version = "1.43.1" dependencies = [ "anyhow", "move-core-types", "move-package", "move-symbol-pool", "sui-json-rpc-types", "sui-sdk", "sui-types", "thiserror 1.0.69", "tracing", ] [[package]] name = "sui-package-resolver" version = "0.1.0" dependencies = [ "async-trait", "bcs", "eyre", "hyper 1.5.2", "insta", "lru 0.10.0", "move-binary-format", "move-command-line-common", "move-compiler", "move-core-types", "serde", "serde_json", "sui-move-build", "sui-rpc-api", "sui-types", "thiserror 1.0.69", "tokio", "tower 0.4.13", ] [[package]] name = "sui-pg-db" version = "1.43.1" dependencies = [ "anyhow", "bb8", "clap", "diesel", "diesel-async", "diesel_migrations", "telemetry-subscribers", "tempfile", "tokio", "tracing", "url", ] [[package]] name = "sui-proc-macros" version = "0.7.0" dependencies = [ "msim-macros", "proc-macro2 1.0.87", "quote 1.0.37", "sui-enum-compat-util", "syn 2.0.87", ] [[package]] name = "sui-protocol-config" version = "0.1.0" dependencies = [ "clap", "insta", "move-vm-config", "schemars", "serde", "serde-env", "serde_with 3.9.0", "sui-protocol-config-macros", "tracing", ] [[package]] name = "sui-protocol-config-macros" version = "0.1.0" dependencies = [ "proc-macro2 1.0.87", "quote 1.0.37", "syn 1.0.107", ] [[package]] name = "sui-proxy" version = "0.0.2" dependencies = [ "anyhow", "axum 0.7.5", "axum-extra", "axum-server", "bin-version", "bytes", "clap", "const-str", "fastcrypto", "futures", "hex", "hyper 1.5.2", "ipnetwork", "itertools 0.13.0", "mime", "multiaddr", "mysten-metrics", "once_cell", "prometheus", "prost 0.13.3", "prost-build", "protobuf", "rand 0.8.5", "reqwest 0.12.9", "rustls 0.23.20", "rustls-pemfile 2.1.2", "serde", "serde_json", "serde_with 3.9.0", "serde_yaml 0.8.26", "snap", "sui-tls", "sui-types", "telemetry-subscribers", "tokio", "tower 0.4.13", "tower-http 0.5.2", "tracing", "url", ] [[package]] name = "sui-replay" version = "0.1.0" dependencies = [ "anyhow", "async-recursion", "async-trait", "bcs", "clap", "futures", "http 1.1.0", "jsonrpsee", "lru 0.10.0", "move-binary-format", "move-bytecode-utils", "move-core-types", "move-vm-config", "parking_lot 0.12.3", "prometheus", "rand 0.8.5", "regex", "serde", "serde_json", "serde_with 3.9.0", "serde_yaml 0.8.26", "shared-crypto", "shellexpand", "similar", "sui-config", "sui-core", "sui-execution", "sui-framework", "sui-json-rpc", "sui-json-rpc-api", "sui-json-rpc-types", "sui-protocol-config", "sui-sdk", "sui-storage", "sui-transaction-checks", "sui-types", "tabled", "tempfile", "thiserror 1.0.69", "tokio", "tokio-util 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)", "tracing", ] [[package]] name = "sui-rosetta" version = "1.43.1" dependencies = [ "anyhow", "async-trait", "axum 0.7.5", "axum-extra", "bcs", "clap", "eyre", "fastcrypto", "futures", "hyper 1.5.2", "lru 0.10.0", "move-cli", "move-core-types", "mysten-metrics", "once_cell", "quick-js", "rand 0.8.5", "reqwest 0.12.9", "serde", "serde_json", "shared-crypto", "signature 1.6.4", "strum 0.24.1", "strum_macros 0.24.3", "sui-config", "sui-json-rpc-types", "sui-keys", "sui-move-build", "sui-node", "sui-sdk", "sui-swarm-config", "sui-types", "telemetry-subscribers", "tempfile", "test-cluster", "thiserror 1.0.69", "tokio", "tracing", "typed-store", ] [[package]] name = "sui-rpc-api" version = "0.1.0" dependencies = [ "anyhow", "async-stream", "async-trait", "axum 0.7.5", "base64 0.21.7", "bcs", "bytes", "diffy", "fastcrypto", "http 1.1.0", "itertools 0.13.0", "mime", "move-binary-format", "move-core-types", "mysten-network", "paste", "prometheus", "proptest", "prost 0.13.3", "prost-types 0.13.3", "protox", "rand 0.8.5", "roaring", "serde", "serde_json", "serde_with 3.9.0", "sui-protocol-config", "sui-sdk-types", "sui-transaction-builder 0.1.0", "sui-types", "tap", "test-strategy", "thiserror 1.0.69", "tokio", "tokio-stream", "tonic 0.12.3", "tonic-build", "tonic-health", "tonic-reflection", "tower 0.4.13", "tracing", "url", "walkdir", ] [[package]] name = "sui-rpc-loadgen" version = "1.43.1" dependencies = [ "anyhow", "async-trait", "clap", "dashmap", "dirs 4.0.0", "futures", "itertools 0.13.0", "serde", "serde_json", "shared-crypto", "shellexpand", "strum 0.24.1", "strum_macros 0.24.3", "sui-json-rpc", "sui-json-rpc-types", "sui-keys", "sui-sdk", "sui-types", "telemetry-subscribers", "test-cluster", "tokio", "tonic 0.12.3", "tracing", ] [[package]] name = "sui-sdk" version = "1.43.1" dependencies = [ "anyhow", "async-recursion", "async-trait", "base64 0.21.7", "bcs", "clap", "colored", "dirs 4.0.0", "fastcrypto", "futures", "futures-core", "jsonrpsee", "move-core-types", "rand 0.8.5", "reqwest 0.12.9", "serde", "serde_json", "serde_with 3.9.0", "shared-crypto", "sui-config", "sui-json", "sui-json-rpc-api", "sui-json-rpc-types", "sui-keys", "sui-transaction-builder 0.0.0", "sui-types", "tempfile", "thiserror 1.0.69", "tokio", "tracing", ] [[package]] name = "sui-sdk-types" version = "0.0.1" source = "git+https://github.com/MystenLabs/sui-rust-sdk.git?rev=cb174b66714ea643e4b78bbfadb3f9c17e635460#cb174b66714ea643e4b78bbfadb3f9c17e635460" dependencies = [ "base64ct", "bcs", "blake2", "bnum", "bs58 0.5.1", "hex", "proptest", "roaring", "serde", "serde_derive", "serde_json", "serde_with 3.9.0", "test-strategy", "winnow 0.6.20", ] [[package]] name = "sui-security-watchdog" version = "1.43.1" dependencies = [ "anyhow", "arrow-array", "async-trait", "chrono", "clap", "env_logger", "lexical-util", "mysten-metrics", "prometheus", "reqwest 0.12.9", "serde", "serde_json", "snowflake-api", "telemetry-subscribers", "tokio", "tokio-cron-scheduler", "tracing", "uuid 1.2.2", ] [[package]] name = "sui-simulator" version = "0.7.0" dependencies = [ "anemo", "anemo-tower", "bcs", "fastcrypto", "lru 0.10.0", "move-package", "msim", "mysten-network", "rand 0.8.5", "serde", "sui-framework", "sui-move-build", "sui-types", "telemetry-subscribers", "tempfile", "tower 0.4.13", "tracing", ] [[package]] name = "sui-single-node-benchmark" version = "1.43.1" dependencies = [ "async-trait", "bcs", "clap", "fs_extra", "futures", "move-binary-format", "move-bytecode-utils", "move-core-types", "move-package", "move-symbol-pool", "once_cell", "prometheus", "serde", "serde_json", "strum 0.24.1", "strum_macros 0.24.3", "sui-config", "sui-core", "sui-macros", "sui-move-build", "sui-protocol-config", "sui-simulator", "sui-storage", "sui-test-transaction-builder", "sui-transaction-checks", "sui-types", "telemetry-subscribers", "tokio", "tracing", ] [[package]] name = "sui-snapshot" version = "0.1.0" dependencies = [ "anyhow", "bcs", "byteorder", "bytes", "fastcrypto", "futures", "indicatif", "integer-encoding", "num_enum 0.6.1", "object_store", "prometheus", "serde", "serde_json", "sui-config", "sui-core", "sui-indexer-alt-framework", "sui-protocol-config", "sui-storage", "sui-types", "tempfile", "tokio", "tokio-stream", "tracing", ] [[package]] name = "sui-source-validation" version = "1.43.1" dependencies = [ "anyhow", "colored", "expect-test", "flate2", "futures", "move-binary-format", "move-bytecode-source-map", "move-command-line-common", "move-compiler", "move-core-types", "move-package", "move-symbol-pool", "rand 0.8.5", "sui-json-rpc-types", "sui-move-build", "sui-package-management", "sui-sdk", "sui-test-transaction-builder", "sui-types", "tar", "tempfile", "test-cluster", "thiserror 1.0.69", "tokio", "tracing", "ureq", ] [[package]] name = "sui-source-validation-service" version = "0.1.0" dependencies = [ "anyhow", "axum 0.7.5", "bin-version", "clap", "expect-test", "fs_extra", "hyper 1.5.2", "jsonrpsee", "move-compiler", "move-core-types", "move-package", "move-symbol-pool", "mysten-metrics", "prometheus", "reqwest 0.12.9", "serde", "sui", "sui-json-rpc-types", "sui-move", "sui-move-build", "sui-sdk", "sui-source-validation", "telemetry-subscribers", "tempfile", "test-cluster", "tokio", "toml 0.7.4", "tower 0.4.13", "tower-http 0.5.2", "tracing", "url", ] [[package]] name = "sui-storage" version = "0.1.0" dependencies = [ "anyhow", "async-trait", "axum 0.7.5", "backoff", "base64-url", "bcs", "byteorder", "bytes", "chrono", "clap", "criterion", "eyre", "fastcrypto", "futures", "hyper 1.5.2", "hyper-rustls 0.27.2", "indicatif", "integer-encoding", "itertools 0.13.0", "lru 0.10.0", "moka", "move-binary-format", "move-bytecode-utils", "move-core-types", "mysten-metrics", "num_cpus", "num_enum 0.6.1", "object_store", "once_cell", "parking_lot 0.12.3", "percent-encoding", "pretty_assertions", "prometheus", "reqwest 0.12.9", "serde", "serde_json", "sui-config", "sui-json-rpc-types", "sui-macros", "sui-protocol-config", "sui-simulator", "sui-test-transaction-builder", "sui-types", "tap", "telemetry-subscribers", "tempfile", "tokio", "tracing", "typed-store", "url", "zstd 0.12.3+zstd.1.5.2", ] [[package]] name = "sui-surfer" version = "1.43.1" dependencies = [ "async-trait", "bcs", "clap", "futures", "indexmap 2.7.0", "move-binary-format", "move-core-types", "move-package", "prometheus", "rand 0.8.5", "sui-core", "sui-json-rpc-types", "sui-macros", "sui-move-build", "sui-protocol-config", "sui-simulator", "sui-swarm-config", "sui-types", "telemetry-subscribers", "test-cluster", "tokio", "tracing", ] [[package]] name = "sui-swarm" version = "0.0.0" dependencies = [ "anyhow", "futures", "mysten-metrics", "mysten-network", "prometheus", "rand 0.8.5", "sui-config", "sui-macros", "sui-node", "sui-protocol-config", "sui-simulator", "sui-swarm-config", "sui-tls", "sui-types", "tap", "telemetry-subscribers", "tempfile", "tokio", "tonic-health", "tracing", ] [[package]] name = "sui-swarm-config" version = "0.0.0" dependencies = [ "anemo", "anyhow", "bcs", "fastcrypto", "insta", "move-bytecode-utils", "prometheus", "rand 0.8.5", "serde", "serde_with 3.9.0", "serde_yaml 0.8.26", "shared-crypto", "sui-config", "sui-execution", "sui-genesis-builder", "sui-macros", "sui-protocol-config", "sui-rpc-api", "sui-simulator", "sui-types", "tempfile", "tracing", ] [[package]] name = "sui-synthetic-ingestion" version = "0.0.0" dependencies = [ "anyhow", "async-trait", "clap", "simulacrum", "sui-storage", "sui-test-transaction-builder", "sui-types", "telemetry-subscribers", "tempfile", "tokio", "tracing", ] [[package]] name = "sui-telemetry" version = "0.1.0" dependencies = [ "reqwest 0.12.9", "serde", "sui-core", "tracing", ] [[package]] name = "sui-test-transaction-builder" version = "0.1.0" dependencies = [ "bcs", "move-core-types", "shared-crypto", "sui-genesis-builder", "sui-move-build", "sui-sdk", "sui-types", ] [[package]] name = "sui-test-validator" version = "1.43.1" [[package]] name = "sui-tls" version = "0.0.0" dependencies = [ "anyhow", "arc-swap", "axum 0.7.5", "axum-server", "ed25519 1.5.3", "fastcrypto", "pkcs8 0.9.0", "rand 0.8.5", "rcgen", "reqwest 0.12.9", "rustls 0.23.20", "rustls-webpki 0.102.8", "tokio", "tokio-rustls 0.26.0", "tower-layer", "x509-parser", ] [[package]] name = "sui-tool" version = "1.43.1" dependencies = [ "anemo", "anemo-cli", "anyhow", "bcs", "bin-version", "clap", "colored", "comfy-table", "eyre", "fastcrypto", "futures", "hex", "indicatif", "itertools 0.13.0", "move-core-types", "num_cpus", "object_store", "prometheus", "ron", "serde", "serde_json", "strum 0.24.1", "strum_macros 0.24.3", "sui-archival", "sui-config", "sui-core", "sui-network", "sui-package-dump", "sui-protocol-config", "sui-replay", "sui-sdk", "sui-snapshot", "sui-storage", "sui-tls", "sui-types", "telemetry-subscribers", "tempfile", "tokio", "tracing", "typed-store", ] [[package]] name = "sui-transaction-builder" version = "0.0.0" dependencies = [ "anyhow", "async-trait", "bcs", "futures", "move-binary-format", "move-core-types", "sui-json", "sui-json-rpc-types", "sui-protocol-config", "sui-types", ] [[package]] name = "sui-transaction-builder" version = "0.1.0" source = "git+https://github.com/MystenLabs/sui-rust-sdk.git?rev=cb174b66714ea643e4b78bbfadb3f9c17e635460#cb174b66714ea643e4b78bbfadb3f9c17e635460" dependencies = [ "base64ct", "bcs", "serde", "serde_json", "serde_with 3.9.0", "sui-sdk-types", "thiserror 2.0.9", ] [[package]] name = "sui-transaction-checks" version = "0.1.0" dependencies = [ "fastcrypto-zkp", "once_cell", "sui-config", "sui-execution", "sui-macros", "sui-protocol-config", "sui-types", "tracing", ] [[package]] name = "sui-transactional-test-runner" version = "0.1.0" dependencies = [ "anyhow", "async-trait", "bcs", "bimap", "clap", "criterion", "eyre", "fastcrypto", "futures", "http 1.1.0", "move-binary-format", "move-bytecode-utils", "move-command-line-common", "move-compiler", "move-core-types", "move-stdlib", "move-symbol-pool", "move-transactional-test-runner", "move-vm-runtime", "msim", "once_cell", "rand 0.8.5", "regex", "serde", "serde_json", "simulacrum", "sui-config", "sui-core", "sui-framework", "sui-framework-snapshot", "sui-graphql-rpc", "sui-json-rpc", "sui-json-rpc-api", "sui-json-rpc-types", "sui-protocol-config", "sui-rpc-api", "sui-storage", "sui-swarm-config", "sui-types", "telemetry-subscribers", "tempfile", "tokio", "tracing", "typed-store", ] [[package]] name = "sui-types" version = "0.1.0" dependencies = [ "anemo", "anyhow", "async-trait", "bcs", "better_any", "bincode", "byteorder", "chrono", "ciborium", "consensus-config", "coset", "criterion", "derive_more 1.0.0", "enum_dispatch", "expect-test", "eyre", "fastcrypto", "fastcrypto-tbls", "fastcrypto-zkp", "im", "indexmap 2.7.0", "itertools 0.13.0", "lru 0.10.0", "move-binary-format", "move-bytecode-utils", "move-command-line-common", "move-core-types", "move-vm-profiler", "move-vm-test-utils", "move-vm-types", "mysten-metrics", "mysten-network", "nonempty 0.9.0", "num-bigint 0.4.4", "num-traits", "num_enum 0.6.1", "once_cell", "p256", "p384", "parking_lot 0.12.3", "passkey-authenticator", "passkey-client", "passkey-types", "prometheus", "proptest", "proptest-derive 0.5.1", "rand 0.8.5", "roaring", "rustls-pemfile 2.1.2", "schemars", "serde", "serde-name", "serde_json", "serde_with 3.9.0", "serde_yaml 0.8.26", "shared-crypto", "signature 1.6.4", "static_assertions", "strum 0.24.1", "strum_macros 0.24.3", "sui-enum-compat-util", "sui-macros", "sui-protocol-config", "sui-sdk-types", "tap", "thiserror 1.0.69", "tokio", "tonic 0.12.3", "tracing", "typed-store-error", "url", "x509-parser", ] [[package]] name = "sui-upgrade-compatibility-transactional-tests" version = "0.1.0" dependencies = [ "anyhow", "datatest-stable", "insta", "move-binary-format", "move-command-line-common", "move-compiler", "move-package", "sui-move-build", ] [[package]] name = "sui-verifier-latest" version = "0.1.0" dependencies = [ "move-abstract-interpreter", "move-abstract-stack", "move-binary-format", "move-bytecode-utils", "move-bytecode-verifier", "move-bytecode-verifier-meter", "move-core-types", "move-vm-config", "sui-protocol-config", "sui-types", ] [[package]] name = "sui-verifier-transactional-tests" version = "0.1.0" dependencies = [ "datatest-stable", "sui-transactional-test-runner", ] [[package]] name = "sui-verifier-v0" version = "0.1.0" dependencies = [ "move-abstract-stack", "move-binary-format", "move-bytecode-utils", "move-bytecode-verifier-meter", "move-bytecode-verifier-v0", "move-core-types", "move-vm-config", "sui-protocol-config", "sui-types", ] [[package]] name = "sui-verifier-v1" version = "0.1.0" dependencies = [ "move-abstract-stack", "move-binary-format", "move-bytecode-utils", "move-bytecode-verifier-meter", "move-bytecode-verifier-v1", "move-core-types", "move-vm-config", "sui-types", ] [[package]] name = "sui-verifier-v2" version = "0.1.0" dependencies = [ "move-abstract-stack", "move-binary-format", "move-bytecode-utils", "move-bytecode-verifier-meter", "move-bytecode-verifier-v2", "move-core-types", "move-vm-config", "sui-protocol-config", "sui-types", ] [[package]] name = "suins-indexer" version = "1.43.1" dependencies = [ "anyhow", "async-trait", "backoff", "base64-url", "bcs", "bytes", "diesel", "diesel-async", "dotenvy", "futures", "futures-util", "move-core-types", "mysten-metrics", "mysten-service", "notify", "object_store", "prometheus", "rand 0.8.5", "rustls 0.23.20", "serde", "serde_json", "serde_yaml 0.8.26", "sui-data-ingestion-core", "sui-json-rpc", "sui-storage", "sui-types", "telemetry-subscribers", "tempfile", "tokio", "tokio-postgres", "tokio-postgres-rustls", "tracing", "url", "webpki-roots 0.26.3", ] [[package]] name = "suiop-cli" version = "1.43.1" dependencies = [ "anyhow", "axum 0.7.5", "base64 0.21.7", "chrono", "clap", "colored", "crossterm", "dirs 4.0.0", "docker-api", "field_names", "futures", "futures-timer", "include_dir", "inquire", "itertools 0.13.0", "k8s-openapi", "kube", "once_cell", "open", "prettytable-rs", "query-shell", "rand 0.8.5", "regex", "reqwest 0.12.9", "semver 1.0.23", "serde", "serde_json", "serde_yaml 0.8.26", "sha2 0.10.8", "spinners", "strsim 0.11.1", "strum 0.24.1", "tabled", "tempfile", "thiserror 1.0.69", "tokio", "toml_edit 0.19.10", "tracing", "tracing-subscriber", ] [[package]] name = "supports-color" version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9829b314621dfc575df4e409e79f9d6a66a3bd707ab73f23cb4aa3a854ac854f" dependencies = [ "is_ci", ] [[package]] name = "supports-hyperlinks" version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2c0a1e5168041f5f3ff68ff7d95dcb9c8749df29f6e7e89ada40dd4c9de404ee" [[package]] name = "supports-unicode" version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b7401a30af6cb5818bb64852270bb722533397edcfc7344954a38f420819ece2" [[package]] name = "svm-rs" version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "11297baafe5fa0c99d5722458eac6a5e25c01eb1b8e5cd137f54079093daa7a4" dependencies = [ "dirs 5.0.1", "fs2", "hex", "once_cell", "reqwest 0.11.20", "semver 1.0.23", "serde", "serde_json", "sha2 0.10.8", "thiserror 1.0.69", "url", "zip", ] [[package]] name = "symbolic-common" version = "12.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "26212dc7aeb75abb4cc84320a50dd482977089402f7b4043b454d6d79d8536e7" dependencies = [ "debugid", "memmap2", "stable_deref_trait", "uuid 1.2.2", ] [[package]] name = "symbolic-demangle" version = "12.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "76f1b0155f588568b2df0d693b30aeedb59360b647b85fc3c23942e81e8cc97a" dependencies = [ "cpp_demangle", "rustc-demangle", "symbolic-common", ] [[package]] name = "syn" version = "0.15.44" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" dependencies = [ "proc-macro2 0.4.30", "quote 0.6.13", "unicode-xid 0.1.0", ] [[package]] name = "syn" version = "1.0.107" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5" dependencies = [ "proc-macro2 1.0.87", "quote 1.0.37", "unicode-ident", ] [[package]] name = "syn" version = "2.0.87" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "25aa4ce346d03a6dcd68dd8b4010bcb74e54e62c90c573f394c46eae99aba32d" dependencies = [ "proc-macro2 1.0.87", "quote 1.0.37", "unicode-ident", ] [[package]] name = "sync_wrapper" version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" [[package]] name = "sync_wrapper" version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394" dependencies = [ "futures-core", ] [[package]] name = "synstructure" version = "0.12.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" dependencies = [ "proc-macro2 1.0.87", "quote 1.0.37", "syn 1.0.107", "unicode-xid 0.2.4", ] [[package]] name = "synstructure" version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" dependencies = [ "proc-macro2 1.0.87", "quote 1.0.37", "syn 2.0.87", ] [[package]] name = "sysinfo" version = "0.27.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "975fe381e0ecba475d4acff52466906d95b153a40324956552e027b2a9eaa89e" dependencies = [ "cfg-if", "core-foundation-sys", "libc", "ntapi", "once_cell", "rayon", "winapi", ] [[package]] name = "tabled" version = "0.12.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0ce69a5028cd9576063ec1f48edb2c75339fd835e6094ef3e05b3a079bf594a6" dependencies = [ "papergrid", "tabled_derive", "unicode-width", ] [[package]] name = "tabled_derive" version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "99f688a08b54f4f02f0a3c382aefdb7884d3d69609f785bd253dc033243e3fe4" dependencies = [ "heck 0.4.1", "proc-macro-error", "proc-macro2 1.0.87", "quote 1.0.37", "syn 1.0.107", ] [[package]] name = "tabular" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d9a2882c514780a1973df90de9d68adcd8871bacc9a6331c3f28e6d2ff91a3d1" dependencies = [ "strip-ansi-escapes", "unicode-width", ] [[package]] name = "tagptr" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" [[package]] name = "tap" version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[package]] name = "tar" version = "0.4.40" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb" dependencies = [ "filetime", "libc", "xattr", ] [[package]] name = "target-lexicon" version = "0.12.16" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" [[package]] name = "target-spec" version = "3.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "419ccf3482090c626619fa2574290aaa00b696f9ab73af08fbf48260565431bf" dependencies = [ "cfg-expr", "guppy-workspace-hack", "serde", "target-lexicon", "unicode-ident", ] [[package]] name = "telemetry-subscribers" version = "0.2.0" dependencies = [ "atomic_float", "bytes", "bytes-varint", "camino", "clap", "console-subscriber", "crossterm", "futures", "once_cell", "opentelemetry 0.27.1", "opentelemetry-otlp", "opentelemetry-proto", "opentelemetry_sdk", "prometheus", "prost 0.13.3", "tokio", "tonic 0.12.3", "tracing", "tracing-appender", "tracing-opentelemetry", "tracing-subscriber", ] [[package]] name = "tempfile" version = "3.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef" dependencies = [ "cfg-if", "fastrand 2.0.0", "redox_syscall 0.3.5", "rustix 0.38.28", "windows-sys 0.48.0", ] [[package]] name = "term" version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f" dependencies = [ "dirs-next", "rustversion", "winapi", ] [[package]] name = "termcolor" version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755" 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.28", "windows-sys 0.48.0", ] [[package]] name = "termtree" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "95059e91184749cb66be6dc994f67f182b6d897cb3df74a5bf66b5e709295fd8" [[package]] name = "test-cluster" version = "0.1.0" dependencies = [ "anyhow", "bcs", "fastcrypto", "fastcrypto-zkp", "futures", "jsonrpsee", "move-binary-format", "prometheus", "rand 0.8.5", "sui-config", "sui-core", "sui-framework", "sui-indexer", "sui-json-rpc", "sui-json-rpc-api", "sui-json-rpc-types", "sui-keys", "sui-macros", "sui-node", "sui-pg-db", "sui-protocol-config", "sui-sdk", "sui-simulator", "sui-swarm", "sui-swarm-config", "sui-test-transaction-builder", "sui-types", "tempfile", "tokio", "tokio-util 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)", "tracing", ] [[package]] name = "test-fuzz" version = "3.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cd4a3a7f00909d5a1d1f83b86b65d91e4c94f80b0c2d0ae37e2ef44da7b7a0a0" dependencies = [ "serde", "test-fuzz-internal", "test-fuzz-macro", "test-fuzz-runtime", ] [[package]] name = "test-fuzz-internal" version = "3.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a9186daca5c58cb307d09731e0ba06b13fd6c036c90672b9bfc31cecf76cf689" dependencies = [ "cargo_metadata 0.15.4", "proc-macro2 1.0.87", "quote 1.0.37", "serde", "strum_macros 0.24.3", ] [[package]] name = "test-fuzz-macro" version = "3.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "57d187b450bfb5b7939f82f9747dc1ebb15a7a9c4a93cd304a41aece7149608b" dependencies = [ "darling 0.14.2", "if_chain", "lazy_static", "proc-macro2 1.0.87", "quote 1.0.37", "subprocess", "syn 1.0.107", "test-fuzz-internal", "toolchain_find", "unzip-n", ] [[package]] name = "test-fuzz-runtime" version = "3.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1a0d69068569b9b7311095823fe0e49eedfd05ad4277eb64fc334cf1a5bc5116" dependencies = [ "bincode", "hex", "num-traits", "serde", "sha-1", "test-fuzz-internal", ] [[package]] name = "test-strategy" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2bf41af45e3f54cc184831d629d41d5b2bda8297e29c81add7ae4f362ed5e01b" dependencies = [ "proc-macro2 1.0.87", "quote 1.0.37", "structmeta", "syn 2.0.87", ] [[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.69" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" dependencies = [ "thiserror-impl 1.0.69", ] [[package]] name = "thiserror" version = "2.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc" dependencies = [ "thiserror-impl 2.0.9", ] [[package]] name = "thiserror-impl" version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" dependencies = [ "proc-macro2 1.0.87", "quote 1.0.37", "syn 2.0.87", ] [[package]] name = "thiserror-impl" version = "2.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4" dependencies = [ "proc-macro2 1.0.87", "quote 1.0.37", "syn 2.0.87", ] [[package]] name = "thread_local" version = "1.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180" dependencies = [ "once_cell", ] [[package]] name = "threadpool" version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" dependencies = [ "num_cpus", ] [[package]] name = "thrift" version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7e54bc85fc7faa8bc175c4bab5b92ba8d9a3ce893d0e9f42cc455c8ab16a9e09" dependencies = [ "byteorder", "integer-encoding", "ordered-float", ] [[package]] name = "time" version = "0.3.36" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" dependencies = [ "deranged", "itoa", "libc", "num-conv", "num_threads", "powerfmt", "serde", "time-core", "time-macros", ] [[package]] name = "time-core" version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" [[package]] name = "time-macros" version = "0.2.18" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" dependencies = [ "num-conv", "time-core", ] [[package]] name = "tiny-bip39" version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "62cc94d358b5a1e84a5cb9109f559aa3c4d634d2b1b4de3d0fa4adc7c78e2861" dependencies = [ "anyhow", "hmac 0.12.1", "once_cell", "pbkdf2 0.11.0", "rand 0.8.5", "rustc-hash 1.1.0", "sha2 0.10.8", "thiserror 1.0.69", "unicode-normalization", "wasm-bindgen", "zeroize", ] [[package]] name = "tiny-keccak" version = "2.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237" dependencies = [ "crunchy", ] [[package]] name = "tinystr" version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" dependencies = [ "displaydoc", "zerovec", ] [[package]] name = "tinytemplate" version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" dependencies = [ "serde", "serde_json", ] [[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.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" version = "1.43.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e" dependencies = [ "backtrace", "bytes", "libc", "mio 1.0.3", "parking_lot 0.12.3", "pin-project-lite", "signal-hook-registry", "socket2 0.5.6", "tokio-macros 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "tracing", "windows-sys 0.52.0", ] [[package]] name = "tokio-cron-scheduler" version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d1215c91d6f74868e18a65bda99853e012cfb2a0e42f3438382e318277da76a0" dependencies = [ "chrono", "cron", "num-derive", "num-traits", "tokio", "tracing", "uuid 1.2.2", ] [[package]] name = "tokio-io-timeout" version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf" dependencies = [ "pin-project-lite", "tokio", ] [[package]] name = "tokio-macros" version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" dependencies = [ "proc-macro2 1.0.87", "quote 1.0.37", "syn 2.0.87", ] [[package]] name = "tokio-macros" version = "2.5.0" source = "git+https://github.com/MystenLabs/tokio-msim-fork.git?rev=7329bff6ee996d8df6cf810a9c2e59631ad5a2fb#7329bff6ee996d8df6cf810a9c2e59631ad5a2fb" dependencies = [ "proc-macro2 1.0.87", "quote 1.0.37", "syn 2.0.87", ] [[package]] name = "tokio-postgres" version = "0.7.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3b5d3742945bc7d7f210693b0c58ae542c6fd47b17adbbda0885f3dcb34a6bdb" dependencies = [ "async-trait", "byteorder", "bytes", "fallible-iterator", "futures-channel", "futures-util", "log", "parking_lot 0.12.3", "percent-encoding", "phf", "pin-project-lite", "postgres-protocol", "postgres-types", "rand 0.8.5", "socket2 0.5.6", "tokio", "tokio-util 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)", "whoami", ] [[package]] name = "tokio-postgres-rustls" version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "04fb792ccd6bbcd4bba408eb8a292f70fc4a3589e5d793626f45190e6454b6ab" dependencies = [ "ring 0.17.8", "rustls 0.23.20", "tokio", "tokio-postgres", "tokio-rustls 0.26.0", "x509-certificate", ] [[package]] name = "tokio-rustls" version = "0.23.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59" dependencies = [ "rustls 0.20.9", "tokio", "webpki", ] [[package]] name = "tokio-rustls" version = "0.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" dependencies = [ "rustls 0.21.12", "tokio", ] [[package]] name = "tokio-rustls" version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" dependencies = [ "rustls 0.23.20", "rustls-pki-types", "tokio", ] [[package]] name = "tokio-stream" version = "0.1.17" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" dependencies = [ "futures-core", "pin-project-lite", "tokio", "tokio-util 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "tokio-tungstenite" version = "0.20.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c" dependencies = [ "futures-util", "log", "rustls 0.21.12", "tokio", "tokio-rustls 0.24.1", "tungstenite 0.20.1", "webpki-roots 0.25.2", ] [[package]] name = "tokio-tungstenite" version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38" dependencies = [ "futures-util", "log", "tokio", "tungstenite 0.21.0", ] [[package]] name = "tokio-util" version = "0.7.13" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078" dependencies = [ "bytes", "futures-core", "futures-io", "futures-sink", "futures-util", "hashbrown 0.14.1", "pin-project-lite", "tokio", ] [[package]] name = "tokio-util" version = "0.7.13" source = "git+https://github.com/MystenLabs/tokio-msim-fork.git?rev=7329bff6ee996d8df6cf810a9c2e59631ad5a2fb#7329bff6ee996d8df6cf810a9c2e59631ad5a2fb" dependencies = [ "bytes", "futures-core", "futures-io", "futures-sink", "futures-util", "hashbrown 0.14.1", "pin-project-lite", "real_tokio", "slab", ] [[package]] name = "toml" version = "0.5.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" dependencies = [ "indexmap 1.9.3", "serde", ] [[package]] name = "toml" version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d6135d499e69981f9ff0ef2167955a5333c35e36f6937d382974566b3d5b94ec" dependencies = [ "indexmap 1.9.3", "serde", "serde_spanned", "toml_datetime 0.6.8", "toml_edit 0.19.10", ] [[package]] name = "toml" version = "0.8.16" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "81967dd0dd2c1ab0bc3468bd7caecc32b8a4aa47d0c8c695d8c2b2108168d62c" dependencies = [ "serde", "serde_spanned", "toml_datetime 0.6.8", "toml_edit 0.22.22", ] [[package]] name = "toml_datetime" version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4553f467ac8e3d374bc9a177a26801e5d0f9b211aa1673fb137a403afd1c9cf5" [[package]] name = "toml_datetime" version = "0.6.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41" dependencies = [ "serde", ] [[package]] name = "toml_edit" version = "0.14.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5376256e44f2443f8896ac012507c19a012df0fe8758b55246ae51a2279db51f" dependencies = [ "combine", "indexmap 1.9.3", "itertools 0.10.5", "serde", ] [[package]] name = "toml_edit" version = "0.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a34cc558345efd7e88b9eda9626df2138b80bb46a7606f695e751c892bc7dac6" dependencies = [ "indexmap 1.9.3", "itertools 0.10.5", "nom8", "toml_datetime 0.5.1", ] [[package]] name = "toml_edit" version = "0.19.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2380d56e8670370eee6566b0bfd4265f65b3f432e8c6d85623f728d4fa31f739" dependencies = [ "indexmap 1.9.3", "serde", "serde_spanned", "toml_datetime 0.6.8", "winnow 0.4.6", ] [[package]] name = "toml_edit" version = "0.22.22" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5" dependencies = [ "indexmap 2.7.0", "serde", "serde_spanned", "toml_datetime 0.6.8", "winnow 0.6.20", ] [[package]] name = "tonic" version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5469afaf78a11265c343a88969045c1568aa8ecc6c787dbf756e92e70f199861" dependencies = [ "async-stream", "async-trait", "axum 0.6.20", "base64 0.21.7", "bytes", "h2 0.3.26", "http 0.2.9", "http-body 0.4.5", "hyper 0.14.26", "hyper-timeout 0.4.1", "percent-encoding", "pin-project", "prost 0.12.3", "tokio", "tokio-stream", "tower 0.4.13", "tower-layer", "tower-service", "tracing", ] [[package]] name = "tonic" version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "877c5b330756d856ffcc4553ab34a5684481ade925ecc54bcd1bf02b1d0d4d52" dependencies = [ "async-stream", "async-trait", "axum 0.7.5", "base64 0.22.1", "bytes", "h2 0.4.5", "http 1.1.0", "http-body 1.0.1", "http-body-util", "hyper 1.5.2", "hyper-timeout 0.5.1", "hyper-util", "percent-encoding", "pin-project", "prost 0.13.3", "rustls-native-certs 0.8.1", "rustls-pemfile 2.1.2", "socket2 0.5.6", "tokio", "tokio-rustls 0.26.0", "tokio-stream", "tower 0.4.13", "tower-layer", "tower-service", "tracing", "webpki-roots 0.26.3", "zstd 0.13.2", ] [[package]] name = "tonic-build" version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9557ce109ea773b399c9b9e5dca39294110b74f1f342cb347a80d1fce8c26a11" dependencies = [ "prettyplease", "proc-macro2 1.0.87", "prost-build", "prost-types 0.13.3", "quote 1.0.37", "syn 2.0.87", ] [[package]] name = "tonic-health" version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e1e10e6a96ee08b6ce443487d4368442d328d0e746f3681f81127f7dc41b4955" dependencies = [ "async-stream", "prost 0.13.3", "tokio", "tokio-stream", "tonic 0.12.3", ] [[package]] name = "tonic-reflection" version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "878d81f52e7fcfd80026b7fdb6a9b578b3c3653ba987f87f0dce4b64043cba27" dependencies = [ "prost 0.13.3", "prost-types 0.13.3", "tokio", "tokio-stream", "tonic 0.12.3", ] [[package]] name = "tonic-rustls" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "803689f99cfc6de9c3b27aa86bf98553754c72c53b715913f1c14dcd3c030f77" dependencies = [ "async-stream", "bytes", "h2 0.4.5", "http 1.1.0", "http-body 1.0.1", "http-body-util", "hyper 1.5.2", "hyper-timeout 0.5.1", "hyper-util", "pin-project", "socket2 0.5.6", "tokio", "tokio-rustls 0.26.0", "tokio-stream", "tonic 0.12.3", "tower 0.5.1", "tower-layer", "tower-service", "tracing", ] [[package]] name = "toolchain_find" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5e85654a10e7a07a47c6f19d93818f3f343e22927f2fa280c84f7c8042743413" dependencies = [ "home", "lazy_static", "regex", "semver 0.11.0", "walkdir", ] [[package]] name = "tower" version = "0.4.13" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" dependencies = [ "futures-core", "futures-util", "hdrhistogram", "indexmap 1.9.3", "pin-project", "pin-project-lite", "rand 0.8.5", "slab", "tokio", "tokio-util 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)", "tower-layer", "tower-service", "tracing", ] [[package]] name = "tower" version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2873938d487c3cfb9aed7546dc9f2711d867c9f90c46b889989a2cb84eba6b4f" dependencies = [ "futures-core", "futures-util", "indexmap 2.7.0", "pin-project-lite", "slab", "sync_wrapper 0.1.2", "tokio", "tokio-util 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)", "tower-layer", "tower-service", "tracing", ] [[package]] name = "tower-http" version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" dependencies = [ "async-compression", "base64 0.21.7", "bitflags 2.6.0", "bytes", "futures-core", "futures-util", "http 1.1.0", "http-body 1.0.1", "http-body-util", "http-range-header", "httpdate", "iri-string", "mime", "mime_guess", "percent-encoding", "pin-project-lite", "tokio", "tokio-util 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)", "tower 0.4.13", "tower-layer", "tower-service", "tracing", "uuid 1.2.2", ] [[package]] name = "tower-http" version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "403fa3b783d4b626a8ad51d766ab03cb6d2dbfc46b1c5d4448395e6628dc9697" dependencies = [ "base64 0.22.1", "bitflags 2.6.0", "bytes", "http 1.1.0", "http-body 1.0.1", "mime", "pin-project-lite", "tower-layer", "tower-service", "tracing", ] [[package]] name = "tower-layer" version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" [[package]] name = "tower-service" version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" [[package]] name = "tower_governor" version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "aea939ea6cfa7c4880f3e7422616624f97a567c16df67b53b11f0d03917a8e46" dependencies = [ "axum 0.7.5", "forwarded-header-value", "governor", "http 1.1.0", "pin-project", "thiserror 1.0.69", "tower 0.5.1", "tracing", ] [[package]] name = "tracing" version = "0.1.40" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" dependencies = [ "log", "pin-project-lite", "tracing-attributes", "tracing-core", ] [[package]] name = "tracing-appender" version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "09d48f71a791638519505cefafe162606f706c25592e4bde4d97600c0195312e" dependencies = [ "crossbeam-channel", "time", "tracing-subscriber", ] [[package]] name = "tracing-attributes" version = "0.1.27" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" dependencies = [ "proc-macro2 1.0.87", "quote 1.0.37", "syn 2.0.87", ] [[package]] name = "tracing-core" version = "0.1.32" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" dependencies = [ "once_cell", "valuable", ] [[package]] name = "tracing-error" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e" dependencies = [ "tracing", "tracing-subscriber", ] [[package]] name = "tracing-futures" version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2" dependencies = [ "futures", "futures-task", "pin-project", "tracing", ] [[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-log" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" dependencies = [ "log", "once_cell", "tracing-core", ] [[package]] name = "tracing-opentelemetry" version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97a971f6058498b5c0f1affa23e7ea202057a7301dbff68e968b2d578bcbd053" dependencies = [ "js-sys", "once_cell", "opentelemetry 0.27.1", "opentelemetry_sdk", "smallvec", "tracing", "tracing-core", "tracing-log 0.2.0", "tracing-subscriber", "web-time", ] [[package]] name = "tracing-serde" version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1" dependencies = [ "serde", "tracing-core", ] [[package]] name = "tracing-subscriber" version = "0.3.17" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77" dependencies = [ "matchers", "nu-ansi-term", "once_cell", "regex", "serde", "serde_json", "sharded-slab", "smallvec", "thread_local", "time", "tracing", "tracing-core", "tracing-log 0.1.3", "tracing-serde", ] [[package]] name = "trait-set" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b79e2e9c9ab44c6d7c20d5976961b47e8f49ac199154daa514b77cd1ab536625" dependencies = [ "proc-macro2 1.0.87", "quote 1.0.37", "syn 1.0.107", ] [[package]] name = "transaction-fuzzer" version = "0.1.0" dependencies = [ "move-core-types", "once_cell", "proptest", "proptest-derive 0.5.1", "rand 0.8.5", "sui-core", "sui-move-build", "sui-protocol-config", "sui-types", "tokio", "tracing", ] [[package]] name = "treeline" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a7f741b240f1a48843f9b8e0444fb55fb2a4ff67293b50a9179dfd5ea67f8d41" [[package]] name = "triomphe" version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "859eb650cfee7434994602c3a68b25d77ad9e68c8a6cd491616ef86661382eb3" [[package]] name = "try-lock" version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" [[package]] name = "ttl_cache" version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4189890526f0168710b6ee65ceaedf1460c48a14318ceec933cb26baa492096a" dependencies = [ "linked-hash-map", ] [[package]] name = "tui" version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ccdd26cbd674007e649a272da4475fb666d3aa0ad0531da7136db6fab0e5bad1" dependencies = [ "bitflags 1.3.2", "cassowary", "crossterm", "unicode-segmentation", "unicode-width", ] [[package]] name = "tungstenite" version = "0.20.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9" dependencies = [ "byteorder", "bytes", "data-encoding", "http 0.2.9", "httparse", "log", "rand 0.8.5", "rustls 0.21.12", "sha1", "thiserror 1.0.69", "url", "utf-8", ] [[package]] name = "tungstenite" version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1" dependencies = [ "byteorder", "bytes", "data-encoding", "http 1.1.0", "httparse", "log", "rand 0.8.5", "sha1", "thiserror 1.0.69", "url", "utf-8", ] [[package]] name = "twox-hash" version = "1.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ "cfg-if", "rand 0.8.5", "static_assertions", ] [[package]] name = "typed-store" version = "0.4.0" dependencies = [ "async-trait", "bcs", "bincode", "collectable", "eyre", "fdlimit", "hdrhistogram", "itertools 0.13.0", "msim", "once_cell", "ouroboros 0.17.2", "proc-macro2 1.0.87", "prometheus", "quote 1.0.37", "rand 0.8.5", "rocksdb", "rstest", "serde", "sui-macros", "syn 1.0.107", "tap", "tempfile", "thiserror 1.0.69", "tokio", "tracing", "typed-store-derive", "typed-store-error", "typed-store-workspace-hack", "uint", ] [[package]] name = "typed-store-derive" version = "0.3.0" dependencies = [ "itertools 0.13.0", "proc-macro2 1.0.87", "quote 1.0.37", "syn 1.0.107", ] [[package]] name = "typed-store-error" version = "0.4.0" dependencies = [ "serde", "thiserror 1.0.69", ] [[package]] name = "typed-store-workspace-hack" version = "0.0.0" dependencies = [ "cc", "lazy_static", "libc", "memchr", "nom", "proc-macro2 1.0.87", "quote 1.0.37", "regex", "regex-syntax 0.7.2", "syn 2.0.87", "zstd-sys", ] [[package]] name = "typeid" version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e" [[package]] name = "typenum" version = "1.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" [[package]] name = "typeshare" version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "04f17399b76c2e743d58eac0635d7686e9c00f48cd4776f00695d9882a7d3187" dependencies = [ "chrono", "serde", "serde_json", "typeshare-annotation", ] [[package]] name = "typeshare-annotation" version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a615d6c2764852a2e88a4f16e9ce1ea49bb776b5872956309e170d63a042a34f" dependencies = [ "quote 1.0.37", "syn 2.0.87", ] [[package]] name = "ucd-trie" version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81" [[package]] name = "uint" version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "76f64bba2c53b04fcab63c01a7d7427eadc821e3bc48c34dc9ba29c501164b52" dependencies = [ "byteorder", "crunchy", "hex", "static_assertions", ] [[package]] name = "unarray" version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94" [[package]] name = "unescape" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ccb97dac3243214f8d8507998906ca3e2e0b900bf9bf4870477f125b82e68f6e" [[package]] name = "unicase" version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" dependencies = [ "version_check", ] [[package]] name = "unicode-bidi" version = "0.3.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" [[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-properties" version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "52ea75f83c0137a9b98608359a5f1af8144876eb67bcb1ce837368e906a9f524" [[package]] name = "unicode-segmentation" version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a" [[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.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" [[package]] name = "unicode-xid" version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" [[package]] name = "universal-hash" version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea" dependencies = [ "crypto-common", "subtle", ] [[package]] name = "unsafe-libyaml" version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" [[package]] name = "unsigned-varint" version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836" [[package]] name = "untrusted" version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" [[package]] name = "untrusted" version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" [[package]] name = "unzip-n" version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2e7e85a0596447f0f2ac090e16bc4c516c6fe91771fb0c0ccf7fa3dae896b9c" dependencies = [ "proc-macro2 1.0.87", "quote 1.0.37", "syn 1.0.107", ] [[package]] name = "ureq" version = "2.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f8cdd25c339e200129fe4de81451814e5228c9b771d57378817d6117cc2b3f97" dependencies = [ "base64 0.21.7", "flate2", "log", "once_cell", "rustls 0.21.12", "rustls-webpki 0.101.7", "url", "webpki-roots 0.25.2", ] [[package]] name = "url" version = "2.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" dependencies = [ "form_urlencoded", "idna 1.0.3", "percent-encoding", "serde", ] [[package]] name = "urlencoding" version = "2.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e8db7427f936968176eaa7cdf81b7f98b980b18495ec28f1b5791ac3bfe3eea9" [[package]] name = "utf-8" version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" [[package]] name = "utf16_iter" version = "1.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" [[package]] name = "utf8_iter" version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" [[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" dependencies = [ "getrandom 0.2.15", "serde", ] [[package]] name = "uuid" version = "1.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "422ee0de9031b5b948b97a8fc04e3aa35230001a722ddd27943e0be31564ce4c" dependencies = [ "getrandom 0.2.15", "rand 0.8.5", ] [[package]] name = "valuable" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" [[package]] name = "variant_count" version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "aae2faf80ac463422992abf4de234731279c058aaf33171ca70277c98406b124" dependencies = [ "quote 1.0.37", "syn 1.0.107", ] [[package]] name = "vcpkg" version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" [[package]] name = "version_check" version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "versions" version = "4.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ee97e1d97bd593fb513912a07691b742361b3dd64ad56f2c694ea2dbfe0665d3" dependencies = [ "itertools 0.10.5", "nom", ] [[package]] name = "vfs" version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2e4fe92cfc1bad19c19925d5eee4b30584dbbdee4ff10183b261acccbef74e2d" [[package]] name = "vsimd" version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64" [[package]] name = "vte" version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6cbce692ab4ca2f1f3047fcf732430249c0e971bfdd2b234cf2c47ad93af5983" dependencies = [ "arrayvec 0.5.2", "utf8parse", "vte_generate_state_changes", ] [[package]] name = "vte_generate_state_changes" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff" dependencies = [ "proc-macro2 1.0.87", "quote 1.0.37", ] [[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.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" dependencies = [ "same-file", "winapi-util", ] [[package]] name = "want" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" dependencies = [ "log", "try-lock", ] [[package]] name = "wasi" version = "0.9.0+wasi-snapshot-preview1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" [[package]] name = "wasi" version = "0.11.0+wasi-snapshot-preview1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wasite" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b" [[package]] name = "wasm-bindgen" version = "0.2.93" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5" dependencies = [ "cfg-if", "once_cell", "wasm-bindgen-macro", ] [[package]] name = "wasm-bindgen-backend" version = "0.2.93" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b" dependencies = [ "bumpalo", "log", "once_cell", "proc-macro2 1.0.87", "quote 1.0.37", "syn 2.0.87", "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", "js-sys", "wasm-bindgen", "web-sys", ] [[package]] name = "wasm-bindgen-macro" version = "0.2.93" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf" dependencies = [ "quote 1.0.37", "wasm-bindgen-macro-support", ] [[package]] name = "wasm-bindgen-macro-support" version = "0.2.93" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836" dependencies = [ "proc-macro2 1.0.87", "quote 1.0.37", "syn 2.0.87", "wasm-bindgen-backend", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-shared" version = "0.2.93" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484" [[package]] name = "wasm-streams" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b65dc4c90b63b118468cf747d8bf3566c1913ef60be765b5730ead9e0a3ba129" dependencies = [ "futures-util", "js-sys", "wasm-bindgen", "wasm-bindgen-futures", "web-sys", ] [[package]] name = "wasm-timer" version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f" dependencies = [ "futures", "js-sys", "parking_lot 0.11.2", "pin-utils", "wasm-bindgen", "wasm-bindgen-futures", "web-sys", ] [[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 = "web-time" version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" dependencies = [ "js-sys", "wasm-bindgen", ] [[package]] name = "webpki" version = "0.22.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53" dependencies = [ "ring 0.17.8", "untrusted 0.9.0", ] [[package]] name = "webpki-roots" version = "0.25.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc" [[package]] name = "webpki-roots" version = "0.26.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bd7c23921eeb1713a4e851530e9b9756e4fb0e89978582942612524cf09f01cd" dependencies = [ "rustls-pki-types", ] [[package]] name = "whoami" version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0fec781d48b41f8163426ed18e8fc2864c12937df9ce54c88ede7bd47270893e" dependencies = [ "redox_syscall 0.4.1", "wasite", "web-sys", ] [[package]] name = "widestring" version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983" [[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.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 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-registry" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0" dependencies = [ "windows-result", "windows-strings", "windows-targets 0.52.6", ] [[package]] name = "windows-result" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e" dependencies = [ "windows-targets 0.52.6", ] [[package]] name = "windows-strings" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10" dependencies = [ "windows-result", "windows-targets 0.52.6", ] [[package]] name = "windows-sys" version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 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-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.0", ] [[package]] name = "windows-sys" version = "0.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" dependencies = [ "windows-targets 0.52.6", ] [[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.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" dependencies = [ "windows_aarch64_gnullvm 0.48.0", "windows_aarch64_msvc 0.48.0", "windows_i686_gnu 0.48.0", "windows_i686_msvc 0.48.0", "windows_x86_64_gnu 0.48.0", "windows_x86_64_gnullvm 0.48.0", "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" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" [[package]] name = "windows_aarch64_gnullvm" 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" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" [[package]] name = "windows_aarch64_msvc" 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" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" [[package]] name = "windows_i686_gnu" 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" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" [[package]] name = "windows_i686_msvc" 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" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" [[package]] name = "windows_x86_64_gnu" 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" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" [[package]] name = "windows_x86_64_gnullvm" 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" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" [[package]] name = "windows_x86_64_msvc" 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" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "61de7bac303dc551fe038e2b3cef0f571087a47571ea6e79a87692ac99b99699" dependencies = [ "memchr", ] [[package]] name = "winnow" version = "0.6.20" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b" dependencies = [ "memchr", ] [[package]] name = "winreg" version = "0.50.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" dependencies = [ "cfg-if", "windows-sys 0.48.0", ] [[package]] name = "wiremock" version = "0.5.22" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "13a3a53eaf34f390dd30d7b1b078287dd05df2aa2e21a589ccb80f5c7253c2e9" dependencies = [ "assert-json-diff", "async-trait", "base64 0.21.7", "deadpool", "futures", "futures-timer", "http-types", "hyper 0.14.26", "log", "once_cell", "regex", "serde", "serde_json", "tokio", ] [[package]] name = "write16" version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" [[package]] name = "writeable" version = "0.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" [[package]] name = "ws_stream_wasm" version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7999f5f4217fe3818726b66257a4475f71e74ffd190776ad053fa159e50737f5" dependencies = [ "async_io_stream", "futures", "js-sys", "log", "pharos", "rustc_version", "send_wrapper 0.6.0", "thiserror 1.0.69", "wasm-bindgen", "wasm-bindgen-futures", "web-sys", ] [[package]] name = "wyz" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214" [[package]] name = "wyz" version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" dependencies = [ "tap", ] [[package]] name = "x" version = "1.43.1" dependencies = [ "anyhow", "camino", "clap", "nexlint", "nexlint-lints", ] [[package]] name = "x509-certificate" version = "0.23.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "66534846dec7a11d7c50a74b7cdb208b9a581cad890b7866430d438455847c85" dependencies = [ "bcder", "bytes", "chrono", "der 0.7.9", "hex", "pem 3.0.4", "ring 0.17.8", "signature 2.2.0", "spki 0.7.3", "thiserror 1.0.69", "zeroize", ] [[package]] name = "x509-parser" version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e0ecbeb7b67ce215e40e3cc7f2ff902f94a223acf44995934763467e7b1febc8" dependencies = [ "asn1-rs", "base64 0.13.1", "data-encoding", "der-parser", "lazy_static", "nom", "oid-registry", "ring 0.16.20", "rusticata-macros", "thiserror 1.0.69", "time", ] [[package]] name = "xattr" version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "914566e6413e7fa959cc394fb30e563ba80f3541fbd40816d4c05a0fc3f2a0f1" dependencies = [ "libc", "linux-raw-sys 0.4.12", "rustix 0.38.28", ] [[package]] name = "xml-rs" version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "699d0104bcdd7e7af6d093d6c6e2d0c479b8a129ee0d1023b31d2e0c71bfdda2" [[package]] name = "xmlparser" version = "0.13.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4d25c75bf9ea12c4040a97f829154768bbbce366287e2dc044af160cd79a13fd" [[package]] name = "yaml-rust" version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" dependencies = [ "linked-hash-map", ] [[package]] name = "yansi" version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec" [[package]] name = "yansi" version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" [[package]] name = "yasna" version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd" dependencies = [ "bit-vec 0.6.3", "num-bigint 0.4.4", "time", ] [[package]] name = "yoke" version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40" dependencies = [ "serde", "stable_deref_trait", "yoke-derive", "zerofrom", ] [[package]] name = "yoke-derive" version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154" dependencies = [ "proc-macro2 1.0.87", "quote 1.0.37", "syn 2.0.87", "synstructure 0.13.1", ] [[package]] name = "yup-oauth2" version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4ed5f19242090128c5809f6535cc7b8d4e2c32433f6c6005800bbc20a644a7f0" dependencies = [ "anyhow", "async-trait", "base64 0.22.1", "futures", "http 1.1.0", "http-body-util", "hyper 1.5.2", "hyper-rustls 0.27.2", "hyper-util", "log", "percent-encoding", "rustls 0.23.20", "rustls-pemfile 2.1.2", "seahash", "serde", "serde_json", "time", "tokio", "url", ] [[package]] name = "zerocopy" version = "0.7.35" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" dependencies = [ "zerocopy-derive", ] [[package]] name = "zerocopy-derive" version = "0.7.35" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" dependencies = [ "proc-macro2 1.0.87", "quote 1.0.37", "syn 2.0.87", ] [[package]] name = "zerofrom" version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e" dependencies = [ "zerofrom-derive", ] [[package]] name = "zerofrom-derive" version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808" dependencies = [ "proc-macro2 1.0.87", "quote 1.0.37", "syn 2.0.87", "synstructure 0.13.1", ] [[package]] name = "zeroize" version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d" dependencies = [ "zeroize_derive", ] [[package]] name = "zeroize_derive" version = "1.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "44bf07cb3e50ea2003396695d58bf46bc9887a1f362260446fad6bc4e79bd36c" dependencies = [ "proc-macro2 1.0.87", "quote 1.0.37", "syn 1.0.107", "synstructure 0.12.6", ] [[package]] name = "zerovec" version = "0.10.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" dependencies = [ "yoke", "zerofrom", "zerovec-derive", ] [[package]] name = "zerovec-derive" version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" dependencies = [ "proc-macro2 1.0.87", "quote 1.0.37", "syn 2.0.87", ] [[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 0.1.5", "crc32fast", "crossbeam-utils", "flate2", "hmac 0.12.1", "pbkdf2 0.11.0", "sha1", "time", "zstd 0.11.2+zstd.1.5.2", ] [[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 5.0.2+zstd.1.5.2", ] [[package]] name = "zstd" version = "0.12.3+zstd.1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "76eea132fb024e0e13fd9c2f5d5d595d8a967aa72382ac2f9d39fcc95afd0806" dependencies = [ "zstd-safe 6.0.5+zstd.1.5.4", ] [[package]] name = "zstd" version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9" dependencies = [ "zstd-safe 7.2.1", ] [[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-safe" version = "6.0.5+zstd.1.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d56d9e60b4b1758206c238a10165fbcae3ca37b01744e394c463463f6529d23b" dependencies = [ "libc", "zstd-sys", ] [[package]] name = "zstd-safe" version = "7.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "54a3ab4db68cea366acc5c897c7b4d4d1b8994a9cd6e6f841f8964566a419059" dependencies = [ "zstd-sys", ] [[package]] name = "zstd-sys" version = "2.0.11+zstd.1.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "75652c55c0b6f3e6f12eb786fe1bc960396bf05a1eb3bf1f3691c3610ac2e6d4" dependencies = [ "cc", "pkg-config", ]