You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6289 lines
152 KiB
6289 lines
152 KiB
# This file is automatically @generated by Cargo. |
|
# It is not intended for manual editing. |
|
version = 4 |
|
|
|
[[package]] |
|
name = "addr2line" |
|
version = "0.24.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" |
|
dependencies = [ |
|
"gimli", |
|
] |
|
|
|
[[package]] |
|
name = "adler2" |
|
version = "2.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" |
|
|
|
[[package]] |
|
name = "agave-feature-set" |
|
version = "2.2.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "973a83d0d66d1f04647d1146a07736864f0742300b56bf2a5aadf5ce7b22fe47" |
|
dependencies = [ |
|
"ahash", |
|
"solana-epoch-schedule", |
|
"solana-feature-set-interface", |
|
"solana-hash", |
|
"solana-pubkey", |
|
"solana-sha256-hasher", |
|
] |
|
|
|
[[package]] |
|
name = "ahash" |
|
version = "0.8.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" |
|
dependencies = [ |
|
"cfg-if", |
|
"getrandom 0.3.3", |
|
"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 = "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 = "anyhow" |
|
version = "1.0.98" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" |
|
|
|
[[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-ec" |
|
version = "0.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "defd9a439d56ac24968cca0571f598a61bc8c55f71d50a89cda591cb750670ba" |
|
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.6", |
|
"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", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[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.6", |
|
"num-traits", |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "ark-poly" |
|
version = "0.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d320bfc44ee185d899ccbadfa8bc31aab923ce1558716e1997a1e74057fe86bf" |
|
dependencies = [ |
|
"ark-ff", |
|
"ark-serialize", |
|
"ark-std", |
|
"derivative", |
|
"hashbrown 0.13.2", |
|
] |
|
|
|
[[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.6", |
|
] |
|
|
|
[[package]] |
|
name = "ark-serialize-derive" |
|
version = "0.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ae3281bc6d0fd7e549af32b52511e1302185bd688fd3359fa36423346ff682ea" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[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 = "arraydeque" |
|
version = "0.5.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236" |
|
|
|
[[package]] |
|
name = "arrayref" |
|
version = "0.3.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" |
|
|
|
[[package]] |
|
name = "arrayvec" |
|
version = "0.7.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" |
|
|
|
[[package]] |
|
name = "asn1-rs" |
|
version = "0.5.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7f6fd5ddaf0351dff5b8da21b2fb4ff8e08ddd02857f0bf69c47639106c0fff0" |
|
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", |
|
"quote", |
|
"syn 1.0.109", |
|
"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", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[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 2.5.3", |
|
"futures-core", |
|
] |
|
|
|
[[package]] |
|
name = "async-compression" |
|
version = "0.4.23" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b37fc50485c4f3f736a4fb14199f6d5f5ba008d7f28fe710306c92780f004c07" |
|
dependencies = [ |
|
"brotli", |
|
"flate2", |
|
"futures-core", |
|
"memchr", |
|
"pin-project-lite", |
|
"tokio", |
|
] |
|
|
|
[[package]] |
|
name = "async-lock" |
|
version = "3.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18" |
|
dependencies = [ |
|
"event-listener 5.4.0", |
|
"event-listener-strategy", |
|
"pin-project-lite", |
|
] |
|
|
|
[[package]] |
|
name = "async-trait" |
|
version = "0.1.88" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.101", |
|
] |
|
|
|
[[package]] |
|
name = "atty" |
|
version = "0.2.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" |
|
dependencies = [ |
|
"hermit-abi 0.1.19", |
|
"libc", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "autocfg" |
|
version = "1.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" |
|
|
|
[[package]] |
|
name = "backtrace" |
|
version = "0.3.75" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002" |
|
dependencies = [ |
|
"addr2line", |
|
"cfg-if", |
|
"libc", |
|
"miniz_oxide", |
|
"object", |
|
"rustc-demangle", |
|
"windows-targets 0.52.6", |
|
] |
|
|
|
[[package]] |
|
name = "base64" |
|
version = "0.12.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff" |
|
|
|
[[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 = "bincode" |
|
version = "1.3.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "bitflags" |
|
version = "1.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
|
|
|
[[package]] |
|
name = "bitflags" |
|
version = "2.9.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "blake3" |
|
version = "1.8.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3888aaa89e4b2a40fca9848e400f6a658a5a3978de7be858e209cafa8be9a4a0" |
|
dependencies = [ |
|
"arrayref", |
|
"arrayvec", |
|
"cc", |
|
"cfg-if", |
|
"constant_time_eq", |
|
"digest 0.10.7", |
|
] |
|
|
|
[[package]] |
|
name = "block-buffer" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" |
|
dependencies = [ |
|
"generic-array", |
|
] |
|
|
|
[[package]] |
|
name = "block-buffer" |
|
version = "0.10.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
|
dependencies = [ |
|
"generic-array", |
|
] |
|
|
|
[[package]] |
|
name = "borsh" |
|
version = "0.10.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "115e54d64eb62cdebad391c19efc9dce4981c690c85a33a12199d99bb9546fee" |
|
dependencies = [ |
|
"borsh-derive 0.10.4", |
|
"hashbrown 0.13.2", |
|
] |
|
|
|
[[package]] |
|
name = "borsh" |
|
version = "1.5.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce" |
|
dependencies = [ |
|
"borsh-derive 1.5.7", |
|
"cfg_aliases", |
|
] |
|
|
|
[[package]] |
|
name = "borsh-derive" |
|
version = "0.10.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "831213f80d9423998dd696e2c5345aba6be7a0bd8cd19e31c5243e13df1cef89" |
|
dependencies = [ |
|
"borsh-derive-internal", |
|
"borsh-schema-derive-internal", |
|
"proc-macro-crate 0.1.5", |
|
"proc-macro2", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "borsh-derive" |
|
version = "1.5.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3" |
|
dependencies = [ |
|
"once_cell", |
|
"proc-macro-crate 3.3.0", |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.101", |
|
] |
|
|
|
[[package]] |
|
name = "borsh-derive-internal" |
|
version = "0.10.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "65d6ba50644c98714aa2a70d13d7df3cd75cd2b523a2b452bf010443800976b3" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "borsh-schema-derive-internal" |
|
version = "0.10.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "276691d96f063427be83e6692b86148e488ebba9f48f77788724ca027ba3b6d4" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "brotli" |
|
version = "8.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9991eea70ea4f293524138648e41ee89b0b2b12ddef3b255effa43c8056e0e0d" |
|
dependencies = [ |
|
"alloc-no-stdlib", |
|
"alloc-stdlib", |
|
"brotli-decompressor", |
|
] |
|
|
|
[[package]] |
|
name = "brotli-decompressor" |
|
version = "5.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03" |
|
dependencies = [ |
|
"alloc-no-stdlib", |
|
"alloc-stdlib", |
|
] |
|
|
|
[[package]] |
|
name = "bs58" |
|
version = "0.5.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4" |
|
dependencies = [ |
|
"tinyvec", |
|
] |
|
|
|
[[package]] |
|
name = "bumpalo" |
|
version = "3.17.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf" |
|
|
|
[[package]] |
|
name = "bv" |
|
version = "0.11.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8834bb1d8ee5dc048ee3124f2c7c1afcc6bc9aed03f11e9dfd8c69470a5db340" |
|
dependencies = [ |
|
"feature-probe", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "bytemuck" |
|
version = "1.23.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9134a6ef01ce4b366b50689c94f82c14bc72bc5d0386829828a2e2752ef7958c" |
|
dependencies = [ |
|
"bytemuck_derive", |
|
] |
|
|
|
[[package]] |
|
name = "bytemuck_derive" |
|
version = "1.9.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7ecc273b49b3205b83d648f0690daa588925572cc5063745bfe547fe7ec8e1a1" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.101", |
|
] |
|
|
|
[[package]] |
|
name = "byteorder" |
|
version = "1.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
|
|
|
[[package]] |
|
name = "bytes" |
|
version = "1.10.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" |
|
|
|
[[package]] |
|
name = "caps" |
|
version = "0.5.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "190baaad529bcfbde9e1a19022c42781bdb6ff9de25721abdb8fd98c0807730b" |
|
dependencies = [ |
|
"libc", |
|
"thiserror 1.0.69", |
|
] |
|
|
|
[[package]] |
|
name = "cc" |
|
version = "1.2.23" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5f4ac86a9e5bc1e2b3449ab9d7d3a6a405e3d1bb28d7b9be8614f55846ae3766" |
|
dependencies = [ |
|
"jobserver", |
|
"libc", |
|
"shlex", |
|
] |
|
|
|
[[package]] |
|
name = "cesu8" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" |
|
|
|
[[package]] |
|
name = "cfg-if" |
|
version = "1.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
|
|
|
[[package]] |
|
name = "cfg_aliases" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" |
|
|
|
[[package]] |
|
name = "cfg_eval" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "45565fc9416b9896014f5732ac776f810ee53a66730c17e4020c3ec064a8f88f" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.101", |
|
] |
|
|
|
[[package]] |
|
name = "chrono" |
|
version = "0.4.41" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d" |
|
dependencies = [ |
|
"num-traits", |
|
] |
|
|
|
[[package]] |
|
name = "combine" |
|
version = "4.6.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" |
|
dependencies = [ |
|
"bytes", |
|
"memchr", |
|
] |
|
|
|
[[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 = "config" |
|
version = "0.15.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "595aae20e65c3be792d05818e8c63025294ac3cb7e200f11459063a352a6ef80" |
|
dependencies = [ |
|
"async-trait", |
|
"convert_case", |
|
"json5", |
|
"pathdiff", |
|
"ron", |
|
"rust-ini", |
|
"serde", |
|
"serde_json", |
|
"toml 0.8.22", |
|
"winnow", |
|
"yaml-rust2", |
|
] |
|
|
|
[[package]] |
|
name = "console" |
|
version = "0.15.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8" |
|
dependencies = [ |
|
"encode_unicode", |
|
"libc", |
|
"once_cell", |
|
"unicode-width", |
|
"windows-sys 0.59.0", |
|
] |
|
|
|
[[package]] |
|
name = "console_error_panic_hook" |
|
version = "0.1.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc" |
|
dependencies = [ |
|
"cfg-if", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "console_log" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e89f72f65e8501878b8a004d5a1afb780987e2ce2b4532c562e367a72c57499f" |
|
dependencies = [ |
|
"log", |
|
"web-sys", |
|
] |
|
|
|
[[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.16", |
|
"once_cell", |
|
"tiny-keccak", |
|
] |
|
|
|
[[package]] |
|
name = "constant_time_eq" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6" |
|
|
|
[[package]] |
|
name = "convert_case" |
|
version = "0.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca" |
|
dependencies = [ |
|
"unicode-segmentation", |
|
] |
|
|
|
[[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 = "cpufeatures" |
|
version = "0.2.17" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "crc32fast" |
|
version = "1.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" |
|
dependencies = [ |
|
"cfg-if", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-channel" |
|
version = "0.5.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" |
|
dependencies = [ |
|
"crossbeam-utils", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-deque" |
|
version = "0.8.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" |
|
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-utils" |
|
version = "0.8.21" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" |
|
|
|
[[package]] |
|
name = "crunchy" |
|
version = "0.2.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929" |
|
|
|
[[package]] |
|
name = "crypto-common" |
|
version = "0.1.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" |
|
dependencies = [ |
|
"generic-array", |
|
"typenum", |
|
] |
|
|
|
[[package]] |
|
name = "crypto-mac" |
|
version = "0.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab" |
|
dependencies = [ |
|
"generic-array", |
|
"subtle", |
|
] |
|
|
|
[[package]] |
|
name = "curve25519-dalek" |
|
version = "3.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61" |
|
dependencies = [ |
|
"byteorder", |
|
"digest 0.9.0", |
|
"rand_core 0.5.1", |
|
"subtle", |
|
"zeroize", |
|
] |
|
|
|
[[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", |
|
"rand_core 0.6.4", |
|
"rustc_version", |
|
"subtle", |
|
"zeroize", |
|
] |
|
|
|
[[package]] |
|
name = "curve25519-dalek-derive" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.101", |
|
] |
|
|
|
[[package]] |
|
name = "darling" |
|
version = "0.20.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee" |
|
dependencies = [ |
|
"darling_core", |
|
"darling_macro", |
|
] |
|
|
|
[[package]] |
|
name = "darling_core" |
|
version = "0.20.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e" |
|
dependencies = [ |
|
"fnv", |
|
"ident_case", |
|
"proc-macro2", |
|
"quote", |
|
"strsim", |
|
"syn 2.0.101", |
|
] |
|
|
|
[[package]] |
|
name = "darling_macro" |
|
version = "0.20.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" |
|
dependencies = [ |
|
"darling_core", |
|
"quote", |
|
"syn 2.0.101", |
|
] |
|
|
|
[[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.5", |
|
"lock_api", |
|
"once_cell", |
|
"parking_lot_core", |
|
] |
|
|
|
[[package]] |
|
name = "data-encoding" |
|
version = "2.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476" |
|
|
|
[[package]] |
|
name = "der-parser" |
|
version = "8.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dbd676fbbab537128ef0278adb5576cf363cff6aa22a7b24effe97347cfab61e" |
|
dependencies = [ |
|
"asn1-rs", |
|
"displaydoc", |
|
"nom", |
|
"num-bigint 0.4.6", |
|
"num-traits", |
|
"rusticata-macros", |
|
] |
|
|
|
[[package]] |
|
name = "deranged" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e" |
|
dependencies = [ |
|
"powerfmt", |
|
] |
|
|
|
[[package]] |
|
name = "derivation-path" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6e5c37193a1db1d8ed868c03ec7b152175f26160a5b740e5e484143877e0adf0" |
|
|
|
[[package]] |
|
name = "derivative" |
|
version = "2.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "digest" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" |
|
dependencies = [ |
|
"generic-array", |
|
] |
|
|
|
[[package]] |
|
name = "digest" |
|
version = "0.10.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
|
dependencies = [ |
|
"block-buffer 0.10.4", |
|
"crypto-common", |
|
"subtle", |
|
] |
|
|
|
[[package]] |
|
name = "displaydoc" |
|
version = "0.2.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.101", |
|
] |
|
|
|
[[package]] |
|
name = "dlopen2" |
|
version = "0.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "09b4f5f101177ff01b8ec4ecc81eead416a8aa42819a2869311b3420fa114ffa" |
|
dependencies = [ |
|
"dlopen2_derive", |
|
"libc", |
|
"once_cell", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "dlopen2_derive" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a6cbae11b3de8fce2a456e8ea3dada226b35fe791f0dc1d360c0941f0bb681f3" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.101", |
|
] |
|
|
|
[[package]] |
|
name = "dlv-list" |
|
version = "0.5.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "442039f5147480ba31067cb00ada1adae6892028e40e45fc5de7b7df6dcc1b5f" |
|
dependencies = [ |
|
"const-random", |
|
] |
|
|
|
[[package]] |
|
name = "ed25519" |
|
version = "1.5.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7" |
|
dependencies = [ |
|
"signature", |
|
] |
|
|
|
[[package]] |
|
name = "ed25519-dalek" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d" |
|
dependencies = [ |
|
"curve25519-dalek 3.2.0", |
|
"ed25519", |
|
"rand 0.7.3", |
|
"serde", |
|
"sha2 0.9.9", |
|
"zeroize", |
|
] |
|
|
|
[[package]] |
|
name = "ed25519-dalek-bip32" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9d2be62a4061b872c8c0873ee4fc6f101ce7b889d039f019c5fa2af471a59908" |
|
dependencies = [ |
|
"derivation-path", |
|
"ed25519-dalek", |
|
"hmac 0.12.1", |
|
"sha2 0.10.9", |
|
] |
|
|
|
[[package]] |
|
name = "either" |
|
version = "1.15.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" |
|
|
|
[[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.35" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" |
|
dependencies = [ |
|
"cfg-if", |
|
] |
|
|
|
[[package]] |
|
name = "env_logger" |
|
version = "0.9.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7" |
|
dependencies = [ |
|
"atty", |
|
"humantime", |
|
"log", |
|
"regex", |
|
"termcolor", |
|
] |
|
|
|
[[package]] |
|
name = "equivalent" |
|
version = "1.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
|
|
|
[[package]] |
|
name = "event-listener" |
|
version = "2.5.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" |
|
|
|
[[package]] |
|
name = "event-listener" |
|
version = "5.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae" |
|
dependencies = [ |
|
"concurrent-queue", |
|
"parking", |
|
"pin-project-lite", |
|
] |
|
|
|
[[package]] |
|
name = "event-listener-strategy" |
|
version = "0.5.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" |
|
dependencies = [ |
|
"event-listener 5.4.0", |
|
"pin-project-lite", |
|
] |
|
|
|
[[package]] |
|
name = "fastbloom" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "27cea6e7f512d43b098939ff4d5a5d6fe3db07971e1d05176fe26c642d33f5b8" |
|
dependencies = [ |
|
"getrandom 0.3.3", |
|
"rand 0.9.1", |
|
"siphasher 1.0.1", |
|
"wide", |
|
] |
|
|
|
[[package]] |
|
name = "feature-probe" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "835a3dc7d1ec9e75e2b5fb4ba75396837112d2060b03f7d43bc1897c7f7211da" |
|
|
|
[[package]] |
|
name = "fiat-crypto" |
|
version = "0.2.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" |
|
|
|
[[package]] |
|
name = "five8_const" |
|
version = "0.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "26dec3da8bc3ef08f2c04f61eab298c3ab334523e55f076354d6d6f613799a7b" |
|
dependencies = [ |
|
"five8_core", |
|
] |
|
|
|
[[package]] |
|
name = "five8_core" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2551bf44bc5f776c15044b9b94153a00198be06743e262afaaa61f11ac7523a5" |
|
|
|
[[package]] |
|
name = "flate2" |
|
version = "1.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece" |
|
dependencies = [ |
|
"crc32fast", |
|
"miniz_oxide", |
|
] |
|
|
|
[[package]] |
|
name = "fnv" |
|
version = "1.0.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
|
|
|
[[package]] |
|
name = "foldhash" |
|
version = "0.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" |
|
|
|
[[package]] |
|
name = "foreign-types" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" |
|
dependencies = [ |
|
"foreign-types-shared", |
|
] |
|
|
|
[[package]] |
|
name = "foreign-types-shared" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" |
|
|
|
[[package]] |
|
name = "form_urlencoded" |
|
version = "1.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" |
|
dependencies = [ |
|
"percent-encoding", |
|
] |
|
|
|
[[package]] |
|
name = "futures" |
|
version = "0.3.31" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" |
|
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.31" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" |
|
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-macro" |
|
version = "0.3.31" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.101", |
|
] |
|
|
|
[[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" |
|
|
|
[[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 = "generic-array" |
|
version = "0.14.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
|
dependencies = [ |
|
"typenum", |
|
"version_check", |
|
] |
|
|
|
[[package]] |
|
name = "gethostname" |
|
version = "0.2.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e" |
|
dependencies = [ |
|
"libc", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "getrandom" |
|
version = "0.1.16" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" |
|
dependencies = [ |
|
"cfg-if", |
|
"js-sys", |
|
"libc", |
|
"wasi 0.9.0+wasi-snapshot-preview1", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "getrandom" |
|
version = "0.2.16" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" |
|
dependencies = [ |
|
"cfg-if", |
|
"js-sys", |
|
"libc", |
|
"wasi 0.11.0+wasi-snapshot-preview1", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "getrandom" |
|
version = "0.3.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" |
|
dependencies = [ |
|
"cfg-if", |
|
"js-sys", |
|
"libc", |
|
"r-efi", |
|
"wasi 0.14.2+wasi-0.2.4", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "gimli" |
|
version = "0.31.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" |
|
|
|
[[package]] |
|
name = "governor" |
|
version = "0.6.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "68a7f542ee6b35af73b06abc0dad1c1bae89964e4e253bc4b587b91c9637867b" |
|
dependencies = [ |
|
"cfg-if", |
|
"dashmap", |
|
"futures", |
|
"futures-timer", |
|
"no-std-compat", |
|
"nonzero_ext", |
|
"parking_lot", |
|
"portable-atomic", |
|
"quanta", |
|
"rand 0.8.5", |
|
"smallvec", |
|
"spinning_top", |
|
] |
|
|
|
[[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", |
|
"indexmap", |
|
"slab", |
|
"tokio", |
|
"tokio-util", |
|
"tracing", |
|
] |
|
|
|
[[package]] |
|
name = "hashbrown" |
|
version = "0.13.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" |
|
dependencies = [ |
|
"ahash", |
|
] |
|
|
|
[[package]] |
|
name = "hashbrown" |
|
version = "0.14.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" |
|
|
|
[[package]] |
|
name = "hashbrown" |
|
version = "0.15.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3" |
|
dependencies = [ |
|
"foldhash", |
|
] |
|
|
|
[[package]] |
|
name = "hashlink" |
|
version = "0.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1" |
|
dependencies = [ |
|
"hashbrown 0.15.3", |
|
] |
|
|
|
[[package]] |
|
name = "hermit-abi" |
|
version = "0.1.19" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "hermit-abi" |
|
version = "0.3.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" |
|
|
|
[[package]] |
|
name = "histogram" |
|
version = "0.6.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "12cb882ccb290b8646e554b157ab0b71e64e8d5bef775cd66b6531e52d302669" |
|
|
|
[[package]] |
|
name = "hmac" |
|
version = "0.8.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840" |
|
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-drbg" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1" |
|
dependencies = [ |
|
"digest 0.9.0", |
|
"generic-array", |
|
"hmac 0.8.1", |
|
] |
|
|
|
[[package]] |
|
name = "http" |
|
version = "0.2.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" |
|
dependencies = [ |
|
"bytes", |
|
"fnv", |
|
"itoa", |
|
] |
|
|
|
[[package]] |
|
name = "http-body" |
|
version = "0.4.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" |
|
dependencies = [ |
|
"bytes", |
|
"http", |
|
"pin-project-lite", |
|
] |
|
|
|
[[package]] |
|
name = "httparse" |
|
version = "1.10.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" |
|
|
|
[[package]] |
|
name = "httpdate" |
|
version = "1.0.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" |
|
|
|
[[package]] |
|
name = "humantime" |
|
version = "2.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f" |
|
|
|
[[package]] |
|
name = "hyper" |
|
version = "0.14.32" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7" |
|
dependencies = [ |
|
"bytes", |
|
"futures-channel", |
|
"futures-core", |
|
"futures-util", |
|
"h2", |
|
"http", |
|
"http-body", |
|
"httparse", |
|
"httpdate", |
|
"itoa", |
|
"pin-project-lite", |
|
"socket2", |
|
"tokio", |
|
"tower-service", |
|
"tracing", |
|
"want", |
|
] |
|
|
|
[[package]] |
|
name = "hyper-rustls" |
|
version = "0.24.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" |
|
dependencies = [ |
|
"futures-util", |
|
"http", |
|
"hyper", |
|
"rustls 0.21.12", |
|
"tokio", |
|
"tokio-rustls", |
|
] |
|
|
|
[[package]] |
|
name = "icu_collections" |
|
version = "2.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47" |
|
dependencies = [ |
|
"displaydoc", |
|
"potential_utf", |
|
"yoke", |
|
"zerofrom", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "icu_locale_core" |
|
version = "2.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a" |
|
dependencies = [ |
|
"displaydoc", |
|
"litemap", |
|
"tinystr", |
|
"writeable", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "icu_normalizer" |
|
version = "2.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979" |
|
dependencies = [ |
|
"displaydoc", |
|
"icu_collections", |
|
"icu_normalizer_data", |
|
"icu_properties", |
|
"icu_provider", |
|
"smallvec", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "icu_normalizer_data" |
|
version = "2.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3" |
|
|
|
[[package]] |
|
name = "icu_properties" |
|
version = "2.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2549ca8c7241c82f59c80ba2a6f415d931c5b58d24fb8412caa1a1f02c49139a" |
|
dependencies = [ |
|
"displaydoc", |
|
"icu_collections", |
|
"icu_locale_core", |
|
"icu_properties_data", |
|
"icu_provider", |
|
"potential_utf", |
|
"zerotrie", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "icu_properties_data" |
|
version = "2.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8197e866e47b68f8f7d95249e172903bec06004b18b2937f1095d40a0c57de04" |
|
|
|
[[package]] |
|
name = "icu_provider" |
|
version = "2.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af" |
|
dependencies = [ |
|
"displaydoc", |
|
"icu_locale_core", |
|
"stable_deref_trait", |
|
"tinystr", |
|
"writeable", |
|
"yoke", |
|
"zerofrom", |
|
"zerotrie", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "ident_case" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" |
|
|
|
[[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.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" |
|
dependencies = [ |
|
"icu_normalizer", |
|
"icu_properties", |
|
] |
|
|
|
[[package]] |
|
name = "indexmap" |
|
version = "2.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e" |
|
dependencies = [ |
|
"equivalent", |
|
"hashbrown 0.15.3", |
|
] |
|
|
|
[[package]] |
|
name = "indicatif" |
|
version = "0.17.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235" |
|
dependencies = [ |
|
"console", |
|
"number_prefix", |
|
"portable-atomic", |
|
"unicode-width", |
|
"web-time", |
|
] |
|
|
|
[[package]] |
|
name = "ipnet" |
|
version = "2.11.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" |
|
|
|
[[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.12.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" |
|
dependencies = [ |
|
"either", |
|
] |
|
|
|
[[package]] |
|
name = "itoa" |
|
version = "1.0.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" |
|
|
|
[[package]] |
|
name = "jni" |
|
version = "0.21.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" |
|
dependencies = [ |
|
"cesu8", |
|
"cfg-if", |
|
"combine", |
|
"jni-sys", |
|
"log", |
|
"thiserror 1.0.69", |
|
"walkdir", |
|
"windows-sys 0.45.0", |
|
] |
|
|
|
[[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.33" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a" |
|
dependencies = [ |
|
"getrandom 0.3.3", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "js-sys" |
|
version = "0.3.77" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" |
|
dependencies = [ |
|
"once_cell", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "json5" |
|
version = "0.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1" |
|
dependencies = [ |
|
"pest", |
|
"pest_derive", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "jsonrpc-core" |
|
version = "18.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb" |
|
dependencies = [ |
|
"futures", |
|
"futures-executor", |
|
"futures-util", |
|
"log", |
|
"serde", |
|
"serde_derive", |
|
"serde_json", |
|
] |
|
|
|
[[package]] |
|
name = "keccak" |
|
version = "0.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ecc2af9a1119c51f12a14607e783cb977bde58bc069ff0c3da1095e635d70654" |
|
dependencies = [ |
|
"cpufeatures", |
|
] |
|
|
|
[[package]] |
|
name = "lazy_static" |
|
version = "1.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
|
|
|
[[package]] |
|
name = "libc" |
|
version = "0.2.172" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa" |
|
|
|
[[package]] |
|
name = "libsecp256k1" |
|
version = "0.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c9d220bc1feda2ac231cb78c3d26f27676b8cf82c96971f7aeef3d0cf2797c73" |
|
dependencies = [ |
|
"arrayref", |
|
"base64 0.12.3", |
|
"digest 0.9.0", |
|
"hmac-drbg", |
|
"libsecp256k1-core", |
|
"libsecp256k1-gen-ecmult", |
|
"libsecp256k1-gen-genmult", |
|
"rand 0.7.3", |
|
"serde", |
|
"sha2 0.9.9", |
|
"typenum", |
|
] |
|
|
|
[[package]] |
|
name = "libsecp256k1-core" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d0f6ab710cec28cef759c5f18671a27dae2a5f952cdaaee1d8e2908cb2478a80" |
|
dependencies = [ |
|
"crunchy", |
|
"digest 0.9.0", |
|
"subtle", |
|
] |
|
|
|
[[package]] |
|
name = "libsecp256k1-gen-ecmult" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ccab96b584d38fac86a83f07e659f0deafd0253dc096dab5a36d53efe653c5c3" |
|
dependencies = [ |
|
"libsecp256k1-core", |
|
] |
|
|
|
[[package]] |
|
name = "libsecp256k1-gen-genmult" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "67abfe149395e3aa1c48a2beb32b068e2334402df8181f818d3aee2b304c4f5d" |
|
dependencies = [ |
|
"libsecp256k1-core", |
|
] |
|
|
|
[[package]] |
|
name = "litemap" |
|
version = "0.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956" |
|
|
|
[[package]] |
|
name = "lock_api" |
|
version = "0.4.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" |
|
dependencies = [ |
|
"autocfg", |
|
"scopeguard", |
|
] |
|
|
|
[[package]] |
|
name = "log" |
|
version = "0.4.27" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" |
|
|
|
[[package]] |
|
name = "lru-slab" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" |
|
|
|
[[package]] |
|
name = "mass-transfer-2" |
|
version = "0.1.0" |
|
dependencies = [ |
|
"bs58", |
|
"config", |
|
"futures", |
|
"serde", |
|
"serde_json", |
|
"solana-client", |
|
"solana-sdk", |
|
"tokio", |
|
] |
|
|
|
[[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.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "memoffset" |
|
version = "0.9.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" |
|
dependencies = [ |
|
"autocfg", |
|
] |
|
|
|
[[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.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e" |
|
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.8.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a" |
|
dependencies = [ |
|
"adler2", |
|
] |
|
|
|
[[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 = "nix" |
|
version = "0.29.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" |
|
dependencies = [ |
|
"bitflags 2.9.1", |
|
"cfg-if", |
|
"cfg_aliases", |
|
"libc", |
|
"memoffset", |
|
] |
|
|
|
[[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 = "nonzero_ext" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21" |
|
|
|
[[package]] |
|
name = "num" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b8536030f9fea7127f841b45bb6243b27255787fb4eb83958aa1ef9d2fdc0c36" |
|
dependencies = [ |
|
"num-bigint 0.2.6", |
|
"num-complex", |
|
"num-integer", |
|
"num-iter", |
|
"num-rational", |
|
"num-traits", |
|
] |
|
|
|
[[package]] |
|
name = "num-bigint" |
|
version = "0.2.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304" |
|
dependencies = [ |
|
"autocfg", |
|
"num-integer", |
|
"num-traits", |
|
] |
|
|
|
[[package]] |
|
name = "num-bigint" |
|
version = "0.4.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" |
|
dependencies = [ |
|
"num-integer", |
|
"num-traits", |
|
] |
|
|
|
[[package]] |
|
name = "num-complex" |
|
version = "0.2.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b6b19411a9719e753aff12e5187b74d60d3dc449ec3f4dc21e3989c3f554bc95" |
|
dependencies = [ |
|
"autocfg", |
|
"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.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.101", |
|
] |
|
|
|
[[package]] |
|
name = "num-integer" |
|
version = "0.1.46" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" |
|
dependencies = [ |
|
"num-traits", |
|
] |
|
|
|
[[package]] |
|
name = "num-iter" |
|
version = "0.1.45" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" |
|
dependencies = [ |
|
"autocfg", |
|
"num-integer", |
|
"num-traits", |
|
] |
|
|
|
[[package]] |
|
name = "num-rational" |
|
version = "0.2.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef" |
|
dependencies = [ |
|
"autocfg", |
|
"num-bigint 0.2.6", |
|
"num-integer", |
|
"num-traits", |
|
] |
|
|
|
[[package]] |
|
name = "num-traits" |
|
version = "0.2.19" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
|
dependencies = [ |
|
"autocfg", |
|
] |
|
|
|
[[package]] |
|
name = "num_cpus" |
|
version = "1.16.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" |
|
dependencies = [ |
|
"hermit-abi 0.3.9", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "num_enum" |
|
version = "0.7.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179" |
|
dependencies = [ |
|
"num_enum_derive", |
|
] |
|
|
|
[[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.3.0", |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.101", |
|
] |
|
|
|
[[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.36.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" |
|
dependencies = [ |
|
"memchr", |
|
] |
|
|
|
[[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.21.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" |
|
|
|
[[package]] |
|
name = "opaque-debug" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" |
|
|
|
[[package]] |
|
name = "openssl" |
|
version = "0.10.72" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da" |
|
dependencies = [ |
|
"bitflags 2.9.1", |
|
"cfg-if", |
|
"foreign-types", |
|
"libc", |
|
"once_cell", |
|
"openssl-macros", |
|
"openssl-sys", |
|
] |
|
|
|
[[package]] |
|
name = "openssl-macros" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.101", |
|
] |
|
|
|
[[package]] |
|
name = "openssl-probe" |
|
version = "0.1.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" |
|
|
|
[[package]] |
|
name = "openssl-sys" |
|
version = "0.9.108" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e145e1651e858e820e4860f7b9c5e169bc1d8ce1c86043be79fa7b7634821847" |
|
dependencies = [ |
|
"cc", |
|
"libc", |
|
"pkg-config", |
|
"vcpkg", |
|
] |
|
|
|
[[package]] |
|
name = "ordered-multimap" |
|
version = "0.7.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "49203cdcae0030493bad186b28da2fa25645fa276a51b6fec8010d281e02ef79" |
|
dependencies = [ |
|
"dlv-list", |
|
"hashbrown 0.14.5", |
|
] |
|
|
|
[[package]] |
|
name = "parking" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" |
|
|
|
[[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", |
|
] |
|
|
|
[[package]] |
|
name = "parking_lot_core" |
|
version = "0.9.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" |
|
dependencies = [ |
|
"cfg-if", |
|
"libc", |
|
"redox_syscall", |
|
"smallvec", |
|
"windows-targets 0.52.6", |
|
] |
|
|
|
[[package]] |
|
name = "paste" |
|
version = "1.0.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" |
|
|
|
[[package]] |
|
name = "pathdiff" |
|
version = "0.2.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3" |
|
|
|
[[package]] |
|
name = "pbkdf2" |
|
version = "0.11.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917" |
|
dependencies = [ |
|
"digest 0.10.7", |
|
] |
|
|
|
[[package]] |
|
name = "pem" |
|
version = "1.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8" |
|
dependencies = [ |
|
"base64 0.13.1", |
|
] |
|
|
|
[[package]] |
|
name = "percent-encoding" |
|
version = "2.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" |
|
|
|
[[package]] |
|
name = "percentage" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2fd23b938276f14057220b707937bcb42fa76dda7560e57a2da30cb52d557937" |
|
dependencies = [ |
|
"num", |
|
] |
|
|
|
[[package]] |
|
name = "pest" |
|
version = "2.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6" |
|
dependencies = [ |
|
"memchr", |
|
"thiserror 2.0.12", |
|
"ucd-trie", |
|
] |
|
|
|
[[package]] |
|
name = "pest_derive" |
|
version = "2.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d725d9cfd79e87dccc9341a2ef39d1b6f6353d68c4b33c177febbe1a402c97c5" |
|
dependencies = [ |
|
"pest", |
|
"pest_generator", |
|
] |
|
|
|
[[package]] |
|
name = "pest_generator" |
|
version = "2.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "db7d01726be8ab66ab32f9df467ae8b1148906685bbe75c82d1e65d7f5b3f841" |
|
dependencies = [ |
|
"pest", |
|
"pest_meta", |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.101", |
|
] |
|
|
|
[[package]] |
|
name = "pest_meta" |
|
version = "2.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7f9f832470494906d1fca5329f8ab5791cc60beb230c74815dff541cbd2b5ca0" |
|
dependencies = [ |
|
"once_cell", |
|
"pest", |
|
"sha2 0.10.9", |
|
] |
|
|
|
[[package]] |
|
name = "pin-project-lite" |
|
version = "0.2.16" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" |
|
|
|
[[package]] |
|
name = "pin-utils" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
|
|
|
[[package]] |
|
name = "pkg-config" |
|
version = "0.3.32" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" |
|
|
|
[[package]] |
|
name = "portable-atomic" |
|
version = "1.11.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e" |
|
|
|
[[package]] |
|
name = "potential_utf" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585" |
|
dependencies = [ |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "powerfmt" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" |
|
|
|
[[package]] |
|
name = "ppv-lite86" |
|
version = "0.2.21" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" |
|
dependencies = [ |
|
"zerocopy", |
|
] |
|
|
|
[[package]] |
|
name = "proc-macro-crate" |
|
version = "0.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785" |
|
dependencies = [ |
|
"toml 0.5.11", |
|
] |
|
|
|
[[package]] |
|
name = "proc-macro-crate" |
|
version = "3.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35" |
|
dependencies = [ |
|
"toml_edit", |
|
] |
|
|
|
[[package]] |
|
name = "proc-macro2" |
|
version = "1.0.95" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" |
|
dependencies = [ |
|
"unicode-ident", |
|
] |
|
|
|
[[package]] |
|
name = "qstring" |
|
version = "0.7.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d464fae65fff2680baf48019211ce37aaec0c78e9264c84a3e484717f965104e" |
|
dependencies = [ |
|
"percent-encoding", |
|
] |
|
|
|
[[package]] |
|
name = "quanta" |
|
version = "0.12.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3bd1fe6824cea6538803de3ff1bc0cf3949024db3d43c9643024bfb33a807c0e" |
|
dependencies = [ |
|
"crossbeam-utils", |
|
"libc", |
|
"once_cell", |
|
"raw-cpuid", |
|
"wasi 0.11.0+wasi-snapshot-preview1", |
|
"web-sys", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "quinn" |
|
version = "0.11.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "626214629cda6781b6dc1d316ba307189c85ba657213ce642d9c77670f8202c8" |
|
dependencies = [ |
|
"bytes", |
|
"cfg_aliases", |
|
"pin-project-lite", |
|
"quinn-proto", |
|
"quinn-udp", |
|
"rustc-hash", |
|
"rustls 0.23.27", |
|
"socket2", |
|
"thiserror 2.0.12", |
|
"tokio", |
|
"tracing", |
|
"web-time", |
|
] |
|
|
|
[[package]] |
|
name = "quinn-proto" |
|
version = "0.11.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "49df843a9161c85bb8aae55f101bc0bac8bcafd637a620d9122fd7e0b2f7422e" |
|
dependencies = [ |
|
"bytes", |
|
"fastbloom", |
|
"getrandom 0.3.3", |
|
"lru-slab", |
|
"rand 0.9.1", |
|
"ring", |
|
"rustc-hash", |
|
"rustls 0.23.27", |
|
"rustls-pki-types", |
|
"rustls-platform-verifier", |
|
"slab", |
|
"thiserror 2.0.12", |
|
"tinyvec", |
|
"tracing", |
|
"web-time", |
|
] |
|
|
|
[[package]] |
|
name = "quinn-udp" |
|
version = "0.5.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ee4e529991f949c5e25755532370b8af5d114acae52326361d68d47af64aa842" |
|
dependencies = [ |
|
"cfg_aliases", |
|
"libc", |
|
"once_cell", |
|
"socket2", |
|
"tracing", |
|
"windows-sys 0.59.0", |
|
] |
|
|
|
[[package]] |
|
name = "quote" |
|
version = "1.0.40" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" |
|
dependencies = [ |
|
"proc-macro2", |
|
] |
|
|
|
[[package]] |
|
name = "r-efi" |
|
version = "5.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5" |
|
|
|
[[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" |
|
version = "0.9.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97" |
|
dependencies = [ |
|
"rand_chacha 0.9.0", |
|
"rand_core 0.9.3", |
|
] |
|
|
|
[[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_chacha" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" |
|
dependencies = [ |
|
"ppv-lite86", |
|
"rand_core 0.9.3", |
|
] |
|
|
|
[[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.16", |
|
] |
|
|
|
[[package]] |
|
name = "rand_core" |
|
version = "0.9.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" |
|
dependencies = [ |
|
"getrandom 0.3.3", |
|
] |
|
|
|
[[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 = "raw-cpuid" |
|
version = "11.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c6df7ab838ed27997ba19a4664507e6f82b41fe6e20be42929332156e5e85146" |
|
dependencies = [ |
|
"bitflags 2.9.1", |
|
] |
|
|
|
[[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 = "redox_syscall" |
|
version = "0.5.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "928fca9cf2aa042393a8325b9ead81d2f0df4cb12e1e24cef072922ccd99c5af" |
|
dependencies = [ |
|
"bitflags 2.9.1", |
|
] |
|
|
|
[[package]] |
|
name = "regex" |
|
version = "1.11.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" |
|
dependencies = [ |
|
"aho-corasick", |
|
"memchr", |
|
"regex-automata", |
|
"regex-syntax", |
|
] |
|
|
|
[[package]] |
|
name = "regex-automata" |
|
version = "0.4.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" |
|
dependencies = [ |
|
"aho-corasick", |
|
"memchr", |
|
"regex-syntax", |
|
] |
|
|
|
[[package]] |
|
name = "regex-syntax" |
|
version = "0.8.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" |
|
|
|
[[package]] |
|
name = "reqwest" |
|
version = "0.11.27" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62" |
|
dependencies = [ |
|
"async-compression", |
|
"base64 0.21.7", |
|
"bytes", |
|
"encoding_rs", |
|
"futures-core", |
|
"futures-util", |
|
"h2", |
|
"http", |
|
"http-body", |
|
"hyper", |
|
"hyper-rustls", |
|
"ipnet", |
|
"js-sys", |
|
"log", |
|
"mime", |
|
"mime_guess", |
|
"once_cell", |
|
"percent-encoding", |
|
"pin-project-lite", |
|
"rustls 0.21.12", |
|
"rustls-pemfile", |
|
"serde", |
|
"serde_json", |
|
"serde_urlencoded", |
|
"sync_wrapper", |
|
"system-configuration", |
|
"tokio", |
|
"tokio-rustls", |
|
"tokio-util", |
|
"tower-service", |
|
"url", |
|
"wasm-bindgen", |
|
"wasm-bindgen-futures", |
|
"web-sys", |
|
"webpki-roots 0.25.4", |
|
"winreg", |
|
] |
|
|
|
[[package]] |
|
name = "reqwest-middleware" |
|
version = "0.2.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5a735987236a8e238bf0296c7e351b999c188ccc11477f311b82b55c93984216" |
|
dependencies = [ |
|
"anyhow", |
|
"async-trait", |
|
"http", |
|
"reqwest", |
|
"serde", |
|
"task-local-extensions", |
|
"thiserror 1.0.69", |
|
] |
|
|
|
[[package]] |
|
name = "ring" |
|
version = "0.17.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" |
|
dependencies = [ |
|
"cc", |
|
"cfg-if", |
|
"getrandom 0.2.16", |
|
"libc", |
|
"untrusted", |
|
"windows-sys 0.52.0", |
|
] |
|
|
|
[[package]] |
|
name = "ron" |
|
version = "0.8.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b91f7eff05f748767f183df4320a63d6936e9c6107d97c9e6bdd9784f4289c94" |
|
dependencies = [ |
|
"base64 0.21.7", |
|
"bitflags 2.9.1", |
|
"serde", |
|
"serde_derive", |
|
] |
|
|
|
[[package]] |
|
name = "rust-ini" |
|
version = "0.21.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4e310ef0e1b6eeb79169a1171daf9abcb87a2e17c03bee2c4bb100b55c75409f" |
|
dependencies = [ |
|
"cfg-if", |
|
"ordered-multimap", |
|
"trim-in-place", |
|
] |
|
|
|
[[package]] |
|
name = "rustc-demangle" |
|
version = "0.1.24" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" |
|
|
|
[[package]] |
|
name = "rustc-hash" |
|
version = "2.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" |
|
|
|
[[package]] |
|
name = "rustc_version" |
|
version = "0.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" |
|
dependencies = [ |
|
"semver", |
|
] |
|
|
|
[[package]] |
|
name = "rusticata-macros" |
|
version = "4.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632" |
|
dependencies = [ |
|
"nom", |
|
] |
|
|
|
[[package]] |
|
name = "rustls" |
|
version = "0.21.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e" |
|
dependencies = [ |
|
"log", |
|
"ring", |
|
"rustls-webpki 0.101.7", |
|
"sct", |
|
] |
|
|
|
[[package]] |
|
name = "rustls" |
|
version = "0.23.27" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "730944ca083c1c233a75c09f199e973ca499344a2b7ba9e755c457e86fb4a321" |
|
dependencies = [ |
|
"once_cell", |
|
"ring", |
|
"rustls-pki-types", |
|
"rustls-webpki 0.103.3", |
|
"subtle", |
|
"zeroize", |
|
] |
|
|
|
[[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", |
|
] |
|
|
|
[[package]] |
|
name = "rustls-pemfile" |
|
version = "1.0.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" |
|
dependencies = [ |
|
"base64 0.21.7", |
|
] |
|
|
|
[[package]] |
|
name = "rustls-pki-types" |
|
version = "1.12.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79" |
|
dependencies = [ |
|
"web-time", |
|
"zeroize", |
|
] |
|
|
|
[[package]] |
|
name = "rustls-platform-verifier" |
|
version = "0.5.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1" |
|
dependencies = [ |
|
"core-foundation 0.10.0", |
|
"core-foundation-sys", |
|
"jni", |
|
"log", |
|
"once_cell", |
|
"rustls 0.23.27", |
|
"rustls-native-certs", |
|
"rustls-platform-verifier-android", |
|
"rustls-webpki 0.103.3", |
|
"security-framework", |
|
"security-framework-sys", |
|
"webpki-root-certs 0.26.11", |
|
"windows-sys 0.59.0", |
|
] |
|
|
|
[[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", |
|
"untrusted", |
|
] |
|
|
|
[[package]] |
|
name = "rustls-webpki" |
|
version = "0.103.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e4a72fe2bcf7a6ac6fd7d0b9e5cb68aeb7d4c0a0271730218b3e92d43b4eb435" |
|
dependencies = [ |
|
"ring", |
|
"rustls-pki-types", |
|
"untrusted", |
|
] |
|
|
|
[[package]] |
|
name = "rustversion" |
|
version = "1.0.20" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2" |
|
|
|
[[package]] |
|
name = "ryu" |
|
version = "1.0.20" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" |
|
|
|
[[package]] |
|
name = "safe_arch" |
|
version = "0.7.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "96b02de82ddbe1b636e6170c21be622223aea188ef2e139be0a5b219ec215323" |
|
dependencies = [ |
|
"bytemuck", |
|
] |
|
|
|
[[package]] |
|
name = "same-file" |
|
version = "1.0.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
|
dependencies = [ |
|
"winapi-util", |
|
] |
|
|
|
[[package]] |
|
name = "schannel" |
|
version = "0.1.27" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d" |
|
dependencies = [ |
|
"windows-sys 0.59.0", |
|
] |
|
|
|
[[package]] |
|
name = "scopeguard" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
|
|
|
[[package]] |
|
name = "sct" |
|
version = "0.7.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" |
|
dependencies = [ |
|
"ring", |
|
"untrusted", |
|
] |
|
|
|
[[package]] |
|
name = "security-framework" |
|
version = "3.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316" |
|
dependencies = [ |
|
"bitflags 2.9.1", |
|
"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 = "1.0.26" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0" |
|
|
|
[[package]] |
|
name = "serde" |
|
version = "1.0.219" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6" |
|
dependencies = [ |
|
"serde_derive", |
|
] |
|
|
|
[[package]] |
|
name = "serde-big-array" |
|
version = "0.5.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "11fc7cc2c76d73e0f27ee52abbd64eec84d46f370c88371120433196934e4b7f" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "serde_bytes" |
|
version = "0.11.17" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8437fd221bde2d4ca316d61b90e337e9e702b3820b87d63caa9ba6c02bd06d96" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "serde_derive" |
|
version = "1.0.219" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.101", |
|
] |
|
|
|
[[package]] |
|
name = "serde_json" |
|
version = "1.0.140" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" |
|
dependencies = [ |
|
"itoa", |
|
"memchr", |
|
"ryu", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "serde_spanned" |
|
version = "0.6.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1" |
|
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 = "3.12.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d6b6f7f2fcb69f747921f79f3926bd1e203fce4fef62c268dd3abfb6d86029aa" |
|
dependencies = [ |
|
"serde", |
|
"serde_derive", |
|
"serde_with_macros", |
|
] |
|
|
|
[[package]] |
|
name = "serde_with_macros" |
|
version = "3.12.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8d00caa5193a3c8362ac2b73be6b9e768aa5a4b2f721d8f4b339600c3cb51f8e" |
|
dependencies = [ |
|
"darling", |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.101", |
|
] |
|
|
|
[[package]] |
|
name = "sha1" |
|
version = "0.10.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" |
|
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.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" |
|
dependencies = [ |
|
"cfg-if", |
|
"cpufeatures", |
|
"digest 0.10.7", |
|
] |
|
|
|
[[package]] |
|
name = "sha3" |
|
version = "0.10.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60" |
|
dependencies = [ |
|
"digest 0.10.7", |
|
"keccak", |
|
] |
|
|
|
[[package]] |
|
name = "shlex" |
|
version = "1.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
|
|
|
[[package]] |
|
name = "signal-hook" |
|
version = "0.3.18" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2" |
|
dependencies = [ |
|
"libc", |
|
"signal-hook-registry", |
|
] |
|
|
|
[[package]] |
|
name = "signal-hook-registry" |
|
version = "1.4.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "signature" |
|
version = "1.6.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" |
|
|
|
[[package]] |
|
name = "siphasher" |
|
version = "0.3.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" |
|
|
|
[[package]] |
|
name = "siphasher" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" |
|
|
|
[[package]] |
|
name = "slab" |
|
version = "0.4.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" |
|
dependencies = [ |
|
"autocfg", |
|
] |
|
|
|
[[package]] |
|
name = "smallvec" |
|
version = "1.15.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9" |
|
|
|
[[package]] |
|
name = "socket2" |
|
version = "0.5.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef" |
|
dependencies = [ |
|
"libc", |
|
"windows-sys 0.52.0", |
|
] |
|
|
|
[[package]] |
|
name = "solana-account" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0f949fe4edaeaea78c844023bfc1c898e0b1f5a100f8a8d2d0f85d0a7b090258" |
|
dependencies = [ |
|
"bincode", |
|
"serde", |
|
"serde_bytes", |
|
"serde_derive", |
|
"solana-account-info", |
|
"solana-clock", |
|
"solana-instruction", |
|
"solana-pubkey", |
|
"solana-sdk-ids", |
|
"solana-sysvar", |
|
] |
|
|
|
[[package]] |
|
name = "solana-account-decoder-client-types" |
|
version = "2.2.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "96c5d7d0f1581d98a869f2569122ded67e0735f3780d787b3e7653bdcd1708a2" |
|
dependencies = [ |
|
"base64 0.22.1", |
|
"bs58", |
|
"serde", |
|
"serde_derive", |
|
"serde_json", |
|
"solana-account", |
|
"solana-pubkey", |
|
"zstd", |
|
] |
|
|
|
[[package]] |
|
name = "solana-account-info" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e0c17d606a298a205fae325489fbed88ee6dc4463c111672172327e741c8905d" |
|
dependencies = [ |
|
"bincode", |
|
"serde", |
|
"solana-program-error", |
|
"solana-program-memory", |
|
"solana-pubkey", |
|
] |
|
|
|
[[package]] |
|
name = "solana-address-lookup-table-interface" |
|
version = "2.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d1673f67efe870b64a65cb39e6194be5b26527691ce5922909939961a6e6b395" |
|
dependencies = [ |
|
"bincode", |
|
"bytemuck", |
|
"serde", |
|
"serde_derive", |
|
"solana-clock", |
|
"solana-instruction", |
|
"solana-pubkey", |
|
"solana-sdk-ids", |
|
"solana-slot-hashes", |
|
] |
|
|
|
[[package]] |
|
name = "solana-atomic-u64" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d52e52720efe60465b052b9e7445a01c17550666beec855cce66f44766697bc2" |
|
dependencies = [ |
|
"parking_lot", |
|
] |
|
|
|
[[package]] |
|
name = "solana-big-mod-exp" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "75db7f2bbac3e62cfd139065d15bcda9e2428883ba61fc8d27ccb251081e7567" |
|
dependencies = [ |
|
"num-bigint 0.4.6", |
|
"num-traits", |
|
"solana-define-syscall", |
|
] |
|
|
|
[[package]] |
|
name = "solana-bincode" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "19a3787b8cf9c9fe3dd360800e8b70982b9e5a8af9e11c354b6665dd4a003adc" |
|
dependencies = [ |
|
"bincode", |
|
"serde", |
|
"solana-instruction", |
|
] |
|
|
|
[[package]] |
|
name = "solana-blake3-hasher" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a1a0801e25a1b31a14494fc80882a036be0ffd290efc4c2d640bfcca120a4672" |
|
dependencies = [ |
|
"blake3", |
|
"solana-define-syscall", |
|
"solana-hash", |
|
"solana-sanitize", |
|
] |
|
|
|
[[package]] |
|
name = "solana-bn254" |
|
version = "2.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4420f125118732833f36facf96a27e7b78314b2d642ba07fa9ffdacd8d79e243" |
|
dependencies = [ |
|
"ark-bn254", |
|
"ark-ec", |
|
"ark-ff", |
|
"ark-serialize", |
|
"bytemuck", |
|
"solana-define-syscall", |
|
"thiserror 2.0.12", |
|
] |
|
|
|
[[package]] |
|
name = "solana-borsh" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "718333bcd0a1a7aed6655aa66bef8d7fb047944922b2d3a18f49cbc13e73d004" |
|
dependencies = [ |
|
"borsh 0.10.4", |
|
"borsh 1.5.7", |
|
] |
|
|
|
[[package]] |
|
name = "solana-client" |
|
version = "2.2.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d32a6ae5a74f13425eb0f8503b9a2c0bf59581e98deeee2d0555dfe6f05502c9" |
|
dependencies = [ |
|
"async-trait", |
|
"bincode", |
|
"dashmap", |
|
"futures", |
|
"futures-util", |
|
"indexmap", |
|
"indicatif", |
|
"log", |
|
"quinn", |
|
"rayon", |
|
"solana-account", |
|
"solana-client-traits", |
|
"solana-commitment-config", |
|
"solana-connection-cache", |
|
"solana-epoch-info", |
|
"solana-hash", |
|
"solana-instruction", |
|
"solana-keypair", |
|
"solana-measure", |
|
"solana-message", |
|
"solana-pubkey", |
|
"solana-pubsub-client", |
|
"solana-quic-client", |
|
"solana-quic-definitions", |
|
"solana-rpc-client", |
|
"solana-rpc-client-api", |
|
"solana-rpc-client-nonce-utils", |
|
"solana-signature", |
|
"solana-signer", |
|
"solana-streamer", |
|
"solana-thin-client", |
|
"solana-time-utils", |
|
"solana-tpu-client", |
|
"solana-transaction", |
|
"solana-transaction-error", |
|
"solana-udp-client", |
|
"thiserror 2.0.12", |
|
"tokio", |
|
] |
|
|
|
[[package]] |
|
name = "solana-client-traits" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "83f0071874e629f29e0eb3dab8a863e98502ac7aba55b7e0df1803fc5cac72a7" |
|
dependencies = [ |
|
"solana-account", |
|
"solana-commitment-config", |
|
"solana-epoch-info", |
|
"solana-hash", |
|
"solana-instruction", |
|
"solana-keypair", |
|
"solana-message", |
|
"solana-pubkey", |
|
"solana-signature", |
|
"solana-signer", |
|
"solana-system-interface", |
|
"solana-transaction", |
|
"solana-transaction-error", |
|
] |
|
|
|
[[package]] |
|
name = "solana-clock" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "67c2177a1b9fe8326004f1151a5acd124420b737811080b1035df31349e4d892" |
|
dependencies = [ |
|
"serde", |
|
"serde_derive", |
|
"solana-sdk-ids", |
|
"solana-sdk-macro", |
|
"solana-sysvar-id", |
|
] |
|
|
|
[[package]] |
|
name = "solana-cluster-type" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7ace9fea2daa28354d107ea879cff107181d85cd4e0f78a2bedb10e1a428c97e" |
|
dependencies = [ |
|
"serde", |
|
"serde_derive", |
|
"solana-hash", |
|
] |
|
|
|
[[package]] |
|
name = "solana-commitment-config" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ac49c4dde3edfa832de1697e9bcdb7c3b3f7cb7a1981b7c62526c8bb6700fb73" |
|
dependencies = [ |
|
"serde", |
|
"serde_derive", |
|
] |
|
|
|
[[package]] |
|
name = "solana-compute-budget-interface" |
|
version = "2.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8432d2c4c22d0499aa06d62e4f7e333f81777b3d7c96050ae9e5cb71a8c3aee4" |
|
dependencies = [ |
|
"borsh 1.5.7", |
|
"serde", |
|
"serde_derive", |
|
"solana-instruction", |
|
"solana-sdk-ids", |
|
] |
|
|
|
[[package]] |
|
name = "solana-connection-cache" |
|
version = "2.2.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "240bc217ca05f3e1d1d88f1cfda14b785a02288a630419e4a0ecd6b4fa5094b7" |
|
dependencies = [ |
|
"async-trait", |
|
"bincode", |
|
"crossbeam-channel", |
|
"futures-util", |
|
"indexmap", |
|
"log", |
|
"rand 0.8.5", |
|
"rayon", |
|
"solana-keypair", |
|
"solana-measure", |
|
"solana-metrics", |
|
"solana-net-utils", |
|
"solana-time-utils", |
|
"solana-transaction-error", |
|
"thiserror 2.0.12", |
|
"tokio", |
|
] |
|
|
|
[[package]] |
|
name = "solana-cpi" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8dc71126edddc2ba014622fc32d0f5e2e78ec6c5a1e0eb511b85618c09e9ea11" |
|
dependencies = [ |
|
"solana-account-info", |
|
"solana-define-syscall", |
|
"solana-instruction", |
|
"solana-program-error", |
|
"solana-pubkey", |
|
"solana-stable-layout", |
|
] |
|
|
|
[[package]] |
|
name = "solana-decode-error" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "10a6a6383af236708048f8bd8d03db8ca4ff7baf4a48e5d580f4cce545925470" |
|
dependencies = [ |
|
"num-traits", |
|
] |
|
|
|
[[package]] |
|
name = "solana-define-syscall" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cf784bb2cb3e02cac9801813c30187344228d2ae952534902108f6150573a33d" |
|
|
|
[[package]] |
|
name = "solana-derivation-path" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "939756d798b25c5ec3cca10e06212bdca3b1443cb9bb740a38124f58b258737b" |
|
dependencies = [ |
|
"derivation-path", |
|
"qstring", |
|
"uriparse", |
|
] |
|
|
|
[[package]] |
|
name = "solana-ed25519-program" |
|
version = "2.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9d0fc717048fdbe5d2ee7d673d73e6a30a094002f4a29ca7630ac01b6bddec04" |
|
dependencies = [ |
|
"bytemuck", |
|
"bytemuck_derive", |
|
"ed25519-dalek", |
|
"solana-feature-set", |
|
"solana-instruction", |
|
"solana-precompile-error", |
|
"solana-sdk-ids", |
|
] |
|
|
|
[[package]] |
|
name = "solana-epoch-info" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "90ef6f0b449290b0b9f32973eefd95af35b01c5c0c34c569f936c34c5b20d77b" |
|
dependencies = [ |
|
"serde", |
|
"serde_derive", |
|
] |
|
|
|
[[package]] |
|
name = "solana-epoch-rewards" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "86b575d3dd323b9ea10bb6fe89bf6bf93e249b215ba8ed7f68f1a3633f384db7" |
|
dependencies = [ |
|
"serde", |
|
"serde_derive", |
|
"solana-hash", |
|
"solana-sdk-ids", |
|
"solana-sdk-macro", |
|
"solana-sysvar-id", |
|
] |
|
|
|
[[package]] |
|
name = "solana-epoch-rewards-hasher" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "96c5fd2662ae7574810904585fd443545ed2b568dbd304b25a31e79ccc76e81b" |
|
dependencies = [ |
|
"siphasher 0.3.11", |
|
"solana-hash", |
|
"solana-pubkey", |
|
] |
|
|
|
[[package]] |
|
name = "solana-epoch-schedule" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3fce071fbddecc55d727b1d7ed16a629afe4f6e4c217bc8d00af3b785f6f67ed" |
|
dependencies = [ |
|
"serde", |
|
"serde_derive", |
|
"solana-sdk-ids", |
|
"solana-sdk-macro", |
|
"solana-sysvar-id", |
|
] |
|
|
|
[[package]] |
|
name = "solana-example-mocks" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "84461d56cbb8bb8d539347151e0525b53910102e4bced875d49d5139708e39d3" |
|
dependencies = [ |
|
"serde", |
|
"serde_derive", |
|
"solana-address-lookup-table-interface", |
|
"solana-clock", |
|
"solana-hash", |
|
"solana-instruction", |
|
"solana-keccak-hasher", |
|
"solana-message", |
|
"solana-nonce", |
|
"solana-pubkey", |
|
"solana-sdk-ids", |
|
"solana-system-interface", |
|
"thiserror 2.0.12", |
|
] |
|
|
|
[[package]] |
|
name = "solana-feature-gate-interface" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0f9c7fbf3e58b64a667c5f35e90af580538a95daea7001ff7806c0662d301bdf" |
|
dependencies = [ |
|
"bincode", |
|
"serde", |
|
"serde_derive", |
|
"solana-account", |
|
"solana-account-info", |
|
"solana-instruction", |
|
"solana-program-error", |
|
"solana-pubkey", |
|
"solana-rent", |
|
"solana-sdk-ids", |
|
"solana-system-interface", |
|
] |
|
|
|
[[package]] |
|
name = "solana-feature-set" |
|
version = "2.2.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "92f6c09cc41059c0e03ccbee7f5d4cc0a315d68ef0d59b67eb90246adfd8cc35" |
|
dependencies = [ |
|
"ahash", |
|
"lazy_static", |
|
"solana-epoch-schedule", |
|
"solana-hash", |
|
"solana-pubkey", |
|
"solana-sha256-hasher", |
|
] |
|
|
|
[[package]] |
|
name = "solana-feature-set-interface" |
|
version = "4.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "02007757246e40f10aa936dae4fa27efbf8dbd6a59575a12ccc802c1aea6e708" |
|
dependencies = [ |
|
"ahash", |
|
"solana-pubkey", |
|
] |
|
|
|
[[package]] |
|
name = "solana-fee-calculator" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d89bc408da0fb3812bc3008189d148b4d3e08252c79ad810b245482a3f70cd8d" |
|
dependencies = [ |
|
"log", |
|
"serde", |
|
"serde_derive", |
|
] |
|
|
|
[[package]] |
|
name = "solana-fee-structure" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f45f94a88efdb512805563181dfa1c85c60a21b6e6d602bf24a2ea88f9399d6e" |
|
dependencies = [ |
|
"serde", |
|
"serde_derive", |
|
"solana-message", |
|
"solana-native-token", |
|
] |
|
|
|
[[package]] |
|
name = "solana-genesis-config" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "968dabd2b92d57131473eddbd475339da530e14f54397386abf303de3a2595a2" |
|
dependencies = [ |
|
"bincode", |
|
"chrono", |
|
"memmap2", |
|
"serde", |
|
"serde_derive", |
|
"solana-account", |
|
"solana-clock", |
|
"solana-cluster-type", |
|
"solana-epoch-schedule", |
|
"solana-fee-calculator", |
|
"solana-hash", |
|
"solana-inflation", |
|
"solana-keypair", |
|
"solana-logger", |
|
"solana-native-token", |
|
"solana-poh-config", |
|
"solana-pubkey", |
|
"solana-rent", |
|
"solana-sdk-ids", |
|
"solana-sha256-hasher", |
|
"solana-shred-version", |
|
"solana-signer", |
|
"solana-time-utils", |
|
] |
|
|
|
[[package]] |
|
name = "solana-hard-forks" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b6c28371f878e2ead55611d8ba1b5fb879847156d04edea13693700ad1a28baf" |
|
dependencies = [ |
|
"serde", |
|
"serde_derive", |
|
] |
|
|
|
[[package]] |
|
name = "solana-hash" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cf7bcb14392900fe02e4e34e90234fbf0c673d4e327888410ba99fa2ba0f4e99" |
|
dependencies = [ |
|
"borsh 1.5.7", |
|
"bs58", |
|
"bytemuck", |
|
"bytemuck_derive", |
|
"js-sys", |
|
"serde", |
|
"serde_derive", |
|
"solana-atomic-u64", |
|
"solana-sanitize", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "solana-inflation" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "23eef6a09eb8e568ce6839573e4966850e85e9ce71e6ae1a6c930c1c43947de3" |
|
dependencies = [ |
|
"serde", |
|
"serde_derive", |
|
] |
|
|
|
[[package]] |
|
name = "solana-inline-spl" |
|
version = "2.2.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "eaac98c150932bba4bfbef5b52fae9ef445f767d66ded2f1398382149bc94f69" |
|
dependencies = [ |
|
"bytemuck", |
|
"solana-pubkey", |
|
] |
|
|
|
[[package]] |
|
name = "solana-instruction" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9ce496a475e5062ba5de97215ab39d9c358f9c9df4bb7f3a45a1f1a8bd9065ed" |
|
dependencies = [ |
|
"bincode", |
|
"borsh 1.5.7", |
|
"getrandom 0.2.16", |
|
"js-sys", |
|
"num-traits", |
|
"serde", |
|
"serde_derive", |
|
"solana-define-syscall", |
|
"solana-pubkey", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "solana-instructions-sysvar" |
|
version = "2.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e0e85a6fad5c2d0c4f5b91d34b8ca47118fc593af706e523cdbedf846a954f57" |
|
dependencies = [ |
|
"bitflags 2.9.1", |
|
"solana-account-info", |
|
"solana-instruction", |
|
"solana-program-error", |
|
"solana-pubkey", |
|
"solana-sanitize", |
|
"solana-sdk-ids", |
|
"solana-serialize-utils", |
|
"solana-sysvar-id", |
|
] |
|
|
|
[[package]] |
|
name = "solana-keccak-hasher" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c7aeb957fbd42a451b99235df4942d96db7ef678e8d5061ef34c9b34cae12f79" |
|
dependencies = [ |
|
"sha3", |
|
"solana-define-syscall", |
|
"solana-hash", |
|
"solana-sanitize", |
|
] |
|
|
|
[[package]] |
|
name = "solana-keypair" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3dbb7042c2e0c561afa07242b2099d55c57bd1b1da3b6476932197d84e15e3e4" |
|
dependencies = [ |
|
"bs58", |
|
"ed25519-dalek", |
|
"ed25519-dalek-bip32", |
|
"rand 0.7.3", |
|
"solana-derivation-path", |
|
"solana-pubkey", |
|
"solana-seed-derivable", |
|
"solana-seed-phrase", |
|
"solana-signature", |
|
"solana-signer", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "solana-last-restart-slot" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4a6360ac2fdc72e7463565cd256eedcf10d7ef0c28a1249d261ec168c1b55cdd" |
|
dependencies = [ |
|
"serde", |
|
"serde_derive", |
|
"solana-sdk-ids", |
|
"solana-sdk-macro", |
|
"solana-sysvar-id", |
|
] |
|
|
|
[[package]] |
|
name = "solana-loader-v2-interface" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d8ab08006dad78ae7cd30df8eea0539e207d08d91eaefb3e1d49a446e1c49654" |
|
dependencies = [ |
|
"serde", |
|
"serde_bytes", |
|
"serde_derive", |
|
"solana-instruction", |
|
"solana-pubkey", |
|
"solana-sdk-ids", |
|
] |
|
|
|
[[package]] |
|
name = "solana-loader-v3-interface" |
|
version = "3.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fa4be76cfa9afd84ca2f35ebc09f0da0f0092935ccdac0595d98447f259538c2" |
|
dependencies = [ |
|
"serde", |
|
"serde_bytes", |
|
"serde_derive", |
|
"solana-instruction", |
|
"solana-pubkey", |
|
"solana-sdk-ids", |
|
"solana-system-interface", |
|
] |
|
|
|
[[package]] |
|
name = "solana-loader-v4-interface" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "706a777242f1f39a83e2a96a2a6cb034cb41169c6ecbee2cf09cb873d9659e7e" |
|
dependencies = [ |
|
"serde", |
|
"serde_bytes", |
|
"serde_derive", |
|
"solana-instruction", |
|
"solana-pubkey", |
|
"solana-sdk-ids", |
|
"solana-system-interface", |
|
] |
|
|
|
[[package]] |
|
name = "solana-logger" |
|
version = "2.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "db8e777ec1afd733939b532a42492d888ec7c88d8b4127a5d867eb45c6eb5cd5" |
|
dependencies = [ |
|
"env_logger", |
|
"lazy_static", |
|
"libc", |
|
"log", |
|
"signal-hook", |
|
] |
|
|
|
[[package]] |
|
name = "solana-measure" |
|
version = "2.2.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9566e754d9b9bcdee7b4aae38e425d47abf8e4f00057208868cb3ab9bee7feae" |
|
|
|
[[package]] |
|
name = "solana-message" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "268486ba8a294ed22a4d7c1ec05f540c3dbe71cfa7c6c54b6d4d13668d895678" |
|
dependencies = [ |
|
"bincode", |
|
"blake3", |
|
"lazy_static", |
|
"serde", |
|
"serde_derive", |
|
"solana-bincode", |
|
"solana-hash", |
|
"solana-instruction", |
|
"solana-pubkey", |
|
"solana-sanitize", |
|
"solana-sdk-ids", |
|
"solana-short-vec", |
|
"solana-system-interface", |
|
"solana-transaction-error", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "solana-metrics" |
|
version = "2.2.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "02311660a407de41df2d5ef4e4118dac7b51cfe81a52362314ea51b091ee4150" |
|
dependencies = [ |
|
"crossbeam-channel", |
|
"gethostname", |
|
"lazy_static", |
|
"log", |
|
"reqwest", |
|
"solana-clock", |
|
"solana-cluster-type", |
|
"solana-sha256-hasher", |
|
"solana-time-utils", |
|
"thiserror 2.0.12", |
|
] |
|
|
|
[[package]] |
|
name = "solana-msg" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f36a1a14399afaabc2781a1db09cb14ee4cc4ee5c7a5a3cfcc601811379a8092" |
|
dependencies = [ |
|
"solana-define-syscall", |
|
] |
|
|
|
[[package]] |
|
name = "solana-native-token" |
|
version = "2.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "307fb2f78060995979e9b4f68f833623565ed4e55d3725f100454ce78a99a1a3" |
|
|
|
[[package]] |
|
name = "solana-net-utils" |
|
version = "2.2.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c27f0e0bbb972456ed255f81135378ecff3a380252ced7274fa965461ab99977" |
|
dependencies = [ |
|
"anyhow", |
|
"bincode", |
|
"bytes", |
|
"crossbeam-channel", |
|
"itertools 0.12.1", |
|
"log", |
|
"nix", |
|
"rand 0.8.5", |
|
"serde", |
|
"serde_derive", |
|
"socket2", |
|
"solana-serde", |
|
"tokio", |
|
"url", |
|
] |
|
|
|
[[package]] |
|
name = "solana-nonce" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "703e22eb185537e06204a5bd9d509b948f0066f2d1d814a6f475dafb3ddf1325" |
|
dependencies = [ |
|
"serde", |
|
"serde_derive", |
|
"solana-fee-calculator", |
|
"solana-hash", |
|
"solana-pubkey", |
|
"solana-sha256-hasher", |
|
] |
|
|
|
[[package]] |
|
name = "solana-nonce-account" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cde971a20b8dbf60144d6a84439dda86b5466e00e2843091fe731083cda614da" |
|
dependencies = [ |
|
"solana-account", |
|
"solana-hash", |
|
"solana-nonce", |
|
"solana-sdk-ids", |
|
] |
|
|
|
[[package]] |
|
name = "solana-offchain-message" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b526398ade5dea37f1f147ce55dae49aa017a5d7326606359b0445ca8d946581" |
|
dependencies = [ |
|
"num_enum", |
|
"solana-hash", |
|
"solana-packet", |
|
"solana-pubkey", |
|
"solana-sanitize", |
|
"solana-sha256-hasher", |
|
"solana-signature", |
|
"solana-signer", |
|
] |
|
|
|
[[package]] |
|
name = "solana-packet" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "004f2d2daf407b3ec1a1ca5ec34b3ccdfd6866dd2d3c7d0715004a96e4b6d127" |
|
dependencies = [ |
|
"bincode", |
|
"bitflags 2.9.1", |
|
"cfg_eval", |
|
"serde", |
|
"serde_derive", |
|
"serde_with", |
|
] |
|
|
|
[[package]] |
|
name = "solana-perf" |
|
version = "2.2.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "97222a3fda48570754ce114e43ca56af34741098c357cb8d3cb6695751e60330" |
|
dependencies = [ |
|
"ahash", |
|
"bincode", |
|
"bv", |
|
"caps", |
|
"curve25519-dalek 4.1.3", |
|
"dlopen2", |
|
"fnv", |
|
"lazy_static", |
|
"libc", |
|
"log", |
|
"nix", |
|
"rand 0.8.5", |
|
"rayon", |
|
"serde", |
|
"solana-hash", |
|
"solana-message", |
|
"solana-metrics", |
|
"solana-packet", |
|
"solana-pubkey", |
|
"solana-rayon-threadlimit", |
|
"solana-sdk-ids", |
|
"solana-short-vec", |
|
"solana-signature", |
|
"solana-time-utils", |
|
] |
|
|
|
[[package]] |
|
name = "solana-poh-config" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d650c3b4b9060082ac6b0efbbb66865089c58405bfb45de449f3f2b91eccee75" |
|
dependencies = [ |
|
"serde", |
|
"serde_derive", |
|
] |
|
|
|
[[package]] |
|
name = "solana-precompile-error" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4ff64daa2933c22982b323d88d0cdf693201ef56ac381ae16737fd5f579e07d6" |
|
dependencies = [ |
|
"num-traits", |
|
"solana-decode-error", |
|
] |
|
|
|
[[package]] |
|
name = "solana-precompiles" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6a460ab805ec063802105b463ecb5eb02c3ffe469e67a967eea8a6e778e0bc06" |
|
dependencies = [ |
|
"lazy_static", |
|
"solana-ed25519-program", |
|
"solana-feature-set", |
|
"solana-message", |
|
"solana-precompile-error", |
|
"solana-pubkey", |
|
"solana-sdk-ids", |
|
"solana-secp256k1-program", |
|
"solana-secp256r1-program", |
|
] |
|
|
|
[[package]] |
|
name = "solana-presigner" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "81a57a24e6a4125fc69510b6774cd93402b943191b6cddad05de7281491c90fe" |
|
dependencies = [ |
|
"solana-pubkey", |
|
"solana-signature", |
|
"solana-signer", |
|
] |
|
|
|
[[package]] |
|
name = "solana-program" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "586469467e93ceb79048f8d8e3a619bf61d05396ee7de95cb40280301a589d05" |
|
dependencies = [ |
|
"bincode", |
|
"blake3", |
|
"borsh 0.10.4", |
|
"borsh 1.5.7", |
|
"bs58", |
|
"bytemuck", |
|
"console_error_panic_hook", |
|
"console_log", |
|
"getrandom 0.2.16", |
|
"lazy_static", |
|
"log", |
|
"memoffset", |
|
"num-bigint 0.4.6", |
|
"num-derive", |
|
"num-traits", |
|
"rand 0.8.5", |
|
"serde", |
|
"serde_bytes", |
|
"serde_derive", |
|
"solana-account-info", |
|
"solana-address-lookup-table-interface", |
|
"solana-atomic-u64", |
|
"solana-big-mod-exp", |
|
"solana-bincode", |
|
"solana-blake3-hasher", |
|
"solana-borsh", |
|
"solana-clock", |
|
"solana-cpi", |
|
"solana-decode-error", |
|
"solana-define-syscall", |
|
"solana-epoch-rewards", |
|
"solana-epoch-schedule", |
|
"solana-example-mocks", |
|
"solana-feature-gate-interface", |
|
"solana-fee-calculator", |
|
"solana-hash", |
|
"solana-instruction", |
|
"solana-instructions-sysvar", |
|
"solana-keccak-hasher", |
|
"solana-last-restart-slot", |
|
"solana-loader-v2-interface", |
|
"solana-loader-v3-interface", |
|
"solana-loader-v4-interface", |
|
"solana-message", |
|
"solana-msg", |
|
"solana-native-token", |
|
"solana-nonce", |
|
"solana-program-entrypoint", |
|
"solana-program-error", |
|
"solana-program-memory", |
|
"solana-program-option", |
|
"solana-program-pack", |
|
"solana-pubkey", |
|
"solana-rent", |
|
"solana-sanitize", |
|
"solana-sdk-ids", |
|
"solana-sdk-macro", |
|
"solana-secp256k1-recover", |
|
"solana-serde-varint", |
|
"solana-serialize-utils", |
|
"solana-sha256-hasher", |
|
"solana-short-vec", |
|
"solana-slot-hashes", |
|
"solana-slot-history", |
|
"solana-stable-layout", |
|
"solana-stake-interface", |
|
"solana-system-interface", |
|
"solana-sysvar", |
|
"solana-sysvar-id", |
|
"solana-vote-interface", |
|
"thiserror 2.0.12", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "solana-program-entrypoint" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "473ffe73c68d93e9f2aa726ad2985fe52760052709aaab188100a42c618060ec" |
|
dependencies = [ |
|
"solana-account-info", |
|
"solana-msg", |
|
"solana-program-error", |
|
"solana-pubkey", |
|
] |
|
|
|
[[package]] |
|
name = "solana-program-error" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d8ae2c1a8d0d4ae865882d5770a7ebca92bab9c685e43f0461682c6c05a35bfa" |
|
dependencies = [ |
|
"borsh 1.5.7", |
|
"num-traits", |
|
"serde", |
|
"serde_derive", |
|
"solana-decode-error", |
|
"solana-instruction", |
|
"solana-msg", |
|
"solana-pubkey", |
|
] |
|
|
|
[[package]] |
|
name = "solana-program-memory" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1b0268f6c89825fb634a34bd0c3b8fdaeaecfc3728be1d622a8ee6dd577b60d4" |
|
dependencies = [ |
|
"num-traits", |
|
"solana-define-syscall", |
|
] |
|
|
|
[[package]] |
|
name = "solana-program-option" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dc677a2e9bc616eda6dbdab834d463372b92848b2bfe4a1ed4e4b4adba3397d0" |
|
|
|
[[package]] |
|
name = "solana-program-pack" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "319f0ef15e6e12dc37c597faccb7d62525a509fec5f6975ecb9419efddeb277b" |
|
dependencies = [ |
|
"solana-program-error", |
|
] |
|
|
|
[[package]] |
|
name = "solana-pubkey" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "40db1ff5a0f8aea2c158d78ab5f2cf897848964251d1df42fef78efd3c85b863" |
|
dependencies = [ |
|
"borsh 0.10.4", |
|
"borsh 1.5.7", |
|
"bs58", |
|
"bytemuck", |
|
"bytemuck_derive", |
|
"curve25519-dalek 4.1.3", |
|
"five8_const", |
|
"getrandom 0.2.16", |
|
"js-sys", |
|
"num-traits", |
|
"rand 0.8.5", |
|
"serde", |
|
"serde_derive", |
|
"solana-atomic-u64", |
|
"solana-decode-error", |
|
"solana-define-syscall", |
|
"solana-sanitize", |
|
"solana-sha256-hasher", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "solana-pubsub-client" |
|
version = "2.2.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c9633402b60b93f903d37c940a8ce0c1afc790b5a8678aaa8304f9099adf108b" |
|
dependencies = [ |
|
"crossbeam-channel", |
|
"futures-util", |
|
"log", |
|
"reqwest", |
|
"semver", |
|
"serde", |
|
"serde_derive", |
|
"serde_json", |
|
"solana-account-decoder-client-types", |
|
"solana-clock", |
|
"solana-pubkey", |
|
"solana-rpc-client-api", |
|
"solana-signature", |
|
"thiserror 2.0.12", |
|
"tokio", |
|
"tokio-stream", |
|
"tokio-tungstenite", |
|
"tungstenite", |
|
"url", |
|
] |
|
|
|
[[package]] |
|
name = "solana-quic-client" |
|
version = "2.2.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "826ec34b8d4181f0c46efaa84c6b7992a459ca129f21506656d79a1e62633d4b" |
|
dependencies = [ |
|
"async-lock", |
|
"async-trait", |
|
"futures", |
|
"itertools 0.12.1", |
|
"lazy_static", |
|
"log", |
|
"quinn", |
|
"quinn-proto", |
|
"rustls 0.23.27", |
|
"solana-connection-cache", |
|
"solana-keypair", |
|
"solana-measure", |
|
"solana-metrics", |
|
"solana-net-utils", |
|
"solana-pubkey", |
|
"solana-quic-definitions", |
|
"solana-rpc-client-api", |
|
"solana-signer", |
|
"solana-streamer", |
|
"solana-tls-utils", |
|
"solana-transaction-error", |
|
"thiserror 2.0.12", |
|
"tokio", |
|
] |
|
|
|
[[package]] |
|
name = "solana-quic-definitions" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e606feac5110eb5d8afaa43ccaeea3ec49ccec36773387930b5ba545e745aea2" |
|
dependencies = [ |
|
"solana-keypair", |
|
] |
|
|
|
[[package]] |
|
name = "solana-rayon-threadlimit" |
|
version = "2.2.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "423c912a1a68455fe4ed5175cf94eb8965e061cd257973c9a5659e2bf4ea8371" |
|
dependencies = [ |
|
"lazy_static", |
|
"num_cpus", |
|
] |
|
|
|
[[package]] |
|
name = "solana-rent" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d1aea8fdea9de98ca6e8c2da5827707fb3842833521b528a713810ca685d2480" |
|
dependencies = [ |
|
"serde", |
|
"serde_derive", |
|
"solana-sdk-ids", |
|
"solana-sdk-macro", |
|
"solana-sysvar-id", |
|
] |
|
|
|
[[package]] |
|
name = "solana-rent-collector" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7c1e19f5d5108b0d824244425e43bc78bbb9476e2199e979b0230c9f632d3bf4" |
|
dependencies = [ |
|
"serde", |
|
"serde_derive", |
|
"solana-account", |
|
"solana-clock", |
|
"solana-epoch-schedule", |
|
"solana-genesis-config", |
|
"solana-pubkey", |
|
"solana-rent", |
|
"solana-sdk-ids", |
|
] |
|
|
|
[[package]] |
|
name = "solana-rent-debits" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4f6f9113c6003492e74438d1288e30cffa8ccfdc2ef7b49b9e816d8034da18cd" |
|
dependencies = [ |
|
"solana-pubkey", |
|
"solana-reward-info", |
|
] |
|
|
|
[[package]] |
|
name = "solana-reserved-account-keys" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2b293f4246626c0e0a991531f08848a713ada965612e99dc510963f04d12cae7" |
|
dependencies = [ |
|
"lazy_static", |
|
"solana-feature-set", |
|
"solana-pubkey", |
|
"solana-sdk-ids", |
|
] |
|
|
|
[[package]] |
|
name = "solana-reward-info" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "18205b69139b1ae0ab8f6e11cdcb627328c0814422ad2482000fa2ca54ae4a2f" |
|
dependencies = [ |
|
"serde", |
|
"serde_derive", |
|
] |
|
|
|
[[package]] |
|
name = "solana-rpc-client" |
|
version = "2.2.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3313bc969e1a8681f19a74181d301e5f91e5cc5a60975fb42e793caa9768f22e" |
|
dependencies = [ |
|
"async-trait", |
|
"base64 0.22.1", |
|
"bincode", |
|
"bs58", |
|
"indicatif", |
|
"log", |
|
"reqwest", |
|
"reqwest-middleware", |
|
"semver", |
|
"serde", |
|
"serde_derive", |
|
"serde_json", |
|
"solana-account", |
|
"solana-account-decoder-client-types", |
|
"solana-clock", |
|
"solana-commitment-config", |
|
"solana-epoch-info", |
|
"solana-epoch-schedule", |
|
"solana-feature-gate-interface", |
|
"solana-hash", |
|
"solana-instruction", |
|
"solana-message", |
|
"solana-pubkey", |
|
"solana-rpc-client-api", |
|
"solana-signature", |
|
"solana-transaction", |
|
"solana-transaction-error", |
|
"solana-transaction-status-client-types", |
|
"solana-version", |
|
"tokio", |
|
] |
|
|
|
[[package]] |
|
name = "solana-rpc-client-api" |
|
version = "2.2.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2dc3276b526100d0f55a7d1db2366781acdc75ce9fe4a9d1bc9c85a885a503f8" |
|
dependencies = [ |
|
"anyhow", |
|
"base64 0.22.1", |
|
"bs58", |
|
"jsonrpc-core", |
|
"reqwest", |
|
"reqwest-middleware", |
|
"semver", |
|
"serde", |
|
"serde_derive", |
|
"serde_json", |
|
"solana-account", |
|
"solana-account-decoder-client-types", |
|
"solana-clock", |
|
"solana-commitment-config", |
|
"solana-fee-calculator", |
|
"solana-inflation", |
|
"solana-inline-spl", |
|
"solana-pubkey", |
|
"solana-signer", |
|
"solana-transaction-error", |
|
"solana-transaction-status-client-types", |
|
"solana-version", |
|
"thiserror 2.0.12", |
|
] |
|
|
|
[[package]] |
|
name = "solana-rpc-client-nonce-utils" |
|
version = "2.2.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "294874298fb4e52729bb0229e0cdda326d4393b7122b92823aa46e99960cb920" |
|
dependencies = [ |
|
"solana-account", |
|
"solana-commitment-config", |
|
"solana-hash", |
|
"solana-message", |
|
"solana-nonce", |
|
"solana-pubkey", |
|
"solana-rpc-client", |
|
"solana-sdk-ids", |
|
"thiserror 2.0.12", |
|
] |
|
|
|
[[package]] |
|
name = "solana-sanitize" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "61f1bc1357b8188d9c4a3af3fc55276e56987265eb7ad073ae6f8180ee54cecf" |
|
|
|
[[package]] |
|
name = "solana-sdk" |
|
version = "2.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e8af90d2ce445440e0548fa4a5f96fe8b265c22041a68c942012ffadd029667d" |
|
dependencies = [ |
|
"bincode", |
|
"bs58", |
|
"getrandom 0.1.16", |
|
"js-sys", |
|
"serde", |
|
"serde_json", |
|
"solana-account", |
|
"solana-bn254", |
|
"solana-client-traits", |
|
"solana-cluster-type", |
|
"solana-commitment-config", |
|
"solana-compute-budget-interface", |
|
"solana-decode-error", |
|
"solana-derivation-path", |
|
"solana-ed25519-program", |
|
"solana-epoch-info", |
|
"solana-epoch-rewards-hasher", |
|
"solana-feature-set", |
|
"solana-fee-structure", |
|
"solana-genesis-config", |
|
"solana-hard-forks", |
|
"solana-inflation", |
|
"solana-instruction", |
|
"solana-keypair", |
|
"solana-message", |
|
"solana-native-token", |
|
"solana-nonce-account", |
|
"solana-offchain-message", |
|
"solana-packet", |
|
"solana-poh-config", |
|
"solana-precompile-error", |
|
"solana-precompiles", |
|
"solana-presigner", |
|
"solana-program", |
|
"solana-program-memory", |
|
"solana-pubkey", |
|
"solana-quic-definitions", |
|
"solana-rent-collector", |
|
"solana-rent-debits", |
|
"solana-reserved-account-keys", |
|
"solana-reward-info", |
|
"solana-sanitize", |
|
"solana-sdk-ids", |
|
"solana-sdk-macro", |
|
"solana-secp256k1-program", |
|
"solana-secp256k1-recover", |
|
"solana-secp256r1-program", |
|
"solana-seed-derivable", |
|
"solana-seed-phrase", |
|
"solana-serde", |
|
"solana-serde-varint", |
|
"solana-short-vec", |
|
"solana-shred-version", |
|
"solana-signature", |
|
"solana-signer", |
|
"solana-system-transaction", |
|
"solana-time-utils", |
|
"solana-transaction", |
|
"solana-transaction-context", |
|
"solana-transaction-error", |
|
"solana-validator-exit", |
|
"thiserror 2.0.12", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "solana-sdk-ids" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5c5d8b9cc68d5c88b062a33e23a6466722467dde0035152d8fb1afbcdf350a5f" |
|
dependencies = [ |
|
"solana-pubkey", |
|
] |
|
|
|
[[package]] |
|
name = "solana-sdk-macro" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "86280da8b99d03560f6ab5aca9de2e38805681df34e0bb8f238e69b29433b9df" |
|
dependencies = [ |
|
"bs58", |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.101", |
|
] |
|
|
|
[[package]] |
|
name = "solana-secp256k1-program" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a0a1caa972414cc78122c32bdae65ac5fe89df7db598585a5cde19d16a20280a" |
|
dependencies = [ |
|
"bincode", |
|
"digest 0.10.7", |
|
"libsecp256k1", |
|
"serde", |
|
"serde_derive", |
|
"sha3", |
|
"solana-feature-set", |
|
"solana-instruction", |
|
"solana-precompile-error", |
|
"solana-sdk-ids", |
|
] |
|
|
|
[[package]] |
|
name = "solana-secp256k1-recover" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "baa3120b6cdaa270f39444f5093a90a7b03d296d362878f7a6991d6de3bbe496" |
|
dependencies = [ |
|
"borsh 1.5.7", |
|
"libsecp256k1", |
|
"solana-define-syscall", |
|
"thiserror 2.0.12", |
|
] |
|
|
|
[[package]] |
|
name = "solana-secp256r1-program" |
|
version = "2.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5cda2aa1bbaceda14763c4f142a00b486f2f262cfd901bd0410649ad0404d5f7" |
|
dependencies = [ |
|
"bytemuck", |
|
"openssl", |
|
"solana-feature-set", |
|
"solana-instruction", |
|
"solana-precompile-error", |
|
"solana-sdk-ids", |
|
] |
|
|
|
[[package]] |
|
name = "solana-seed-derivable" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3beb82b5adb266c6ea90e5cf3967235644848eac476c5a1f2f9283a143b7c97f" |
|
dependencies = [ |
|
"solana-derivation-path", |
|
] |
|
|
|
[[package]] |
|
name = "solana-seed-phrase" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "36187af2324f079f65a675ec22b31c24919cb4ac22c79472e85d819db9bbbc15" |
|
dependencies = [ |
|
"hmac 0.12.1", |
|
"pbkdf2", |
|
"sha2 0.10.9", |
|
] |
|
|
|
[[package]] |
|
name = "solana-serde" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1931484a408af466e14171556a47adaa215953c7f48b24e5f6b0282763818b04" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "solana-serde-varint" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bcc07d00200d82e6def2f7f7a45738e3406b17fe54a18adcf0defa16a97ccadb" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "solana-serialize-utils" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "817a284b63197d2b27afdba829c5ab34231da4a9b4e763466a003c40ca4f535e" |
|
dependencies = [ |
|
"solana-instruction", |
|
"solana-pubkey", |
|
"solana-sanitize", |
|
] |
|
|
|
[[package]] |
|
name = "solana-sha256-hasher" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0037386961c0d633421f53560ad7c80675c0447cba4d1bb66d60974dd486c7ea" |
|
dependencies = [ |
|
"sha2 0.10.9", |
|
"solana-define-syscall", |
|
"solana-hash", |
|
] |
|
|
|
[[package]] |
|
name = "solana-short-vec" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5c54c66f19b9766a56fa0057d060de8378676cb64987533fa088861858fc5a69" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "solana-shred-version" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "afd3db0461089d1ad1a78d9ba3f15b563899ca2386351d38428faa5350c60a98" |
|
dependencies = [ |
|
"solana-hard-forks", |
|
"solana-hash", |
|
"solana-sha256-hasher", |
|
] |
|
|
|
[[package]] |
|
name = "solana-signature" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "47d251c8f3dc015f320b4161daac7f108156c837428e5a8cc61136d25beb11d6" |
|
dependencies = [ |
|
"bs58", |
|
"ed25519-dalek", |
|
"rand 0.8.5", |
|
"serde", |
|
"serde-big-array", |
|
"serde_derive", |
|
"solana-sanitize", |
|
] |
|
|
|
[[package]] |
|
name = "solana-signer" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7c41991508a4b02f021c1342ba00bcfa098630b213726ceadc7cb032e051975b" |
|
dependencies = [ |
|
"solana-pubkey", |
|
"solana-signature", |
|
"solana-transaction-error", |
|
] |
|
|
|
[[package]] |
|
name = "solana-slot-hashes" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0c8691982114513763e88d04094c9caa0376b867a29577939011331134c301ce" |
|
dependencies = [ |
|
"serde", |
|
"serde_derive", |
|
"solana-hash", |
|
"solana-sdk-ids", |
|
"solana-sysvar-id", |
|
] |
|
|
|
[[package]] |
|
name = "solana-slot-history" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "97ccc1b2067ca22754d5283afb2b0126d61eae734fc616d23871b0943b0d935e" |
|
dependencies = [ |
|
"bv", |
|
"serde", |
|
"serde_derive", |
|
"solana-sdk-ids", |
|
"solana-sysvar-id", |
|
] |
|
|
|
[[package]] |
|
name = "solana-stable-layout" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9f14f7d02af8f2bc1b5efeeae71bc1c2b7f0f65cd75bcc7d8180f2c762a57f54" |
|
dependencies = [ |
|
"solana-instruction", |
|
"solana-pubkey", |
|
] |
|
|
|
[[package]] |
|
name = "solana-stake-interface" |
|
version = "1.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5269e89fde216b4d7e1d1739cf5303f8398a1ff372a81232abbee80e554a838c" |
|
dependencies = [ |
|
"borsh 0.10.4", |
|
"borsh 1.5.7", |
|
"num-traits", |
|
"serde", |
|
"serde_derive", |
|
"solana-clock", |
|
"solana-cpi", |
|
"solana-decode-error", |
|
"solana-instruction", |
|
"solana-program-error", |
|
"solana-pubkey", |
|
"solana-system-interface", |
|
"solana-sysvar-id", |
|
] |
|
|
|
[[package]] |
|
name = "solana-streamer" |
|
version = "2.2.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1eaf5b216717d1d551716f3190878d028c689dabac40c8889767cead7e447481" |
|
dependencies = [ |
|
"async-channel", |
|
"bytes", |
|
"crossbeam-channel", |
|
"dashmap", |
|
"futures", |
|
"futures-util", |
|
"governor", |
|
"histogram", |
|
"indexmap", |
|
"itertools 0.12.1", |
|
"libc", |
|
"log", |
|
"nix", |
|
"pem", |
|
"percentage", |
|
"quinn", |
|
"quinn-proto", |
|
"rand 0.8.5", |
|
"rustls 0.23.27", |
|
"smallvec", |
|
"socket2", |
|
"solana-keypair", |
|
"solana-measure", |
|
"solana-metrics", |
|
"solana-net-utils", |
|
"solana-packet", |
|
"solana-perf", |
|
"solana-pubkey", |
|
"solana-quic-definitions", |
|
"solana-signature", |
|
"solana-signer", |
|
"solana-time-utils", |
|
"solana-tls-utils", |
|
"solana-transaction-error", |
|
"solana-transaction-metrics-tracker", |
|
"thiserror 2.0.12", |
|
"tokio", |
|
"tokio-util", |
|
"x509-parser", |
|
] |
|
|
|
[[package]] |
|
name = "solana-system-interface" |
|
version = "1.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "94d7c18cb1a91c6be5f5a8ac9276a1d7c737e39a21beba9ea710ab4b9c63bc90" |
|
dependencies = [ |
|
"js-sys", |
|
"num-traits", |
|
"serde", |
|
"serde_derive", |
|
"solana-decode-error", |
|
"solana-instruction", |
|
"solana-pubkey", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "solana-system-transaction" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5bd98a25e5bcba8b6be8bcbb7b84b24c2a6a8178d7fb0e3077a916855ceba91a" |
|
dependencies = [ |
|
"solana-hash", |
|
"solana-keypair", |
|
"solana-message", |
|
"solana-pubkey", |
|
"solana-signer", |
|
"solana-system-interface", |
|
"solana-transaction", |
|
] |
|
|
|
[[package]] |
|
name = "solana-sysvar" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bf6b44740d7f0c9f375d045c165bc0aab4a90658f92d6835aeb0649afaeaff9a" |
|
dependencies = [ |
|
"base64 0.22.1", |
|
"bincode", |
|
"bytemuck", |
|
"bytemuck_derive", |
|
"lazy_static", |
|
"serde", |
|
"serde_derive", |
|
"solana-account-info", |
|
"solana-clock", |
|
"solana-define-syscall", |
|
"solana-epoch-rewards", |
|
"solana-epoch-schedule", |
|
"solana-fee-calculator", |
|
"solana-hash", |
|
"solana-instruction", |
|
"solana-instructions-sysvar", |
|
"solana-last-restart-slot", |
|
"solana-program-entrypoint", |
|
"solana-program-error", |
|
"solana-program-memory", |
|
"solana-pubkey", |
|
"solana-rent", |
|
"solana-sanitize", |
|
"solana-sdk-ids", |
|
"solana-sdk-macro", |
|
"solana-slot-hashes", |
|
"solana-slot-history", |
|
"solana-stake-interface", |
|
"solana-sysvar-id", |
|
] |
|
|
|
[[package]] |
|
name = "solana-sysvar-id" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5762b273d3325b047cfda250787f8d796d781746860d5d0a746ee29f3e8812c1" |
|
dependencies = [ |
|
"solana-pubkey", |
|
"solana-sdk-ids", |
|
] |
|
|
|
[[package]] |
|
name = "solana-thin-client" |
|
version = "2.2.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "255bda447fbff4526b6b19b16b3652281ec2b7c4952d019b369a5f4a9dba4e5c" |
|
dependencies = [ |
|
"bincode", |
|
"log", |
|
"rayon", |
|
"solana-account", |
|
"solana-client-traits", |
|
"solana-clock", |
|
"solana-commitment-config", |
|
"solana-connection-cache", |
|
"solana-epoch-info", |
|
"solana-hash", |
|
"solana-instruction", |
|
"solana-keypair", |
|
"solana-message", |
|
"solana-pubkey", |
|
"solana-rpc-client", |
|
"solana-rpc-client-api", |
|
"solana-signature", |
|
"solana-signer", |
|
"solana-system-interface", |
|
"solana-transaction", |
|
"solana-transaction-error", |
|
] |
|
|
|
[[package]] |
|
name = "solana-time-utils" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6af261afb0e8c39252a04d026e3ea9c405342b08c871a2ad8aa5448e068c784c" |
|
|
|
[[package]] |
|
name = "solana-tls-utils" |
|
version = "2.2.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b6f227b3813b6c26c8ed38910b90a0b641baedb2ad075ea51ccfbff1992ee394" |
|
dependencies = [ |
|
"rustls 0.23.27", |
|
"solana-keypair", |
|
"solana-pubkey", |
|
"solana-signer", |
|
"x509-parser", |
|
] |
|
|
|
[[package]] |
|
name = "solana-tpu-client" |
|
version = "2.2.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bcc74ecb664add683a18bb9f484a30ca8c9d71f3addcd3a771eaaaaec12125fd" |
|
dependencies = [ |
|
"async-trait", |
|
"bincode", |
|
"futures-util", |
|
"indexmap", |
|
"indicatif", |
|
"log", |
|
"rayon", |
|
"solana-client-traits", |
|
"solana-clock", |
|
"solana-commitment-config", |
|
"solana-connection-cache", |
|
"solana-epoch-info", |
|
"solana-measure", |
|
"solana-message", |
|
"solana-net-utils", |
|
"solana-pubkey", |
|
"solana-pubsub-client", |
|
"solana-quic-definitions", |
|
"solana-rpc-client", |
|
"solana-rpc-client-api", |
|
"solana-signature", |
|
"solana-signer", |
|
"solana-transaction", |
|
"solana-transaction-error", |
|
"thiserror 2.0.12", |
|
"tokio", |
|
] |
|
|
|
[[package]] |
|
name = "solana-transaction" |
|
version = "2.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "abec848d081beb15a324c633cd0e0ab33033318063230389895cae503ec9b544" |
|
dependencies = [ |
|
"bincode", |
|
"serde", |
|
"serde_derive", |
|
"solana-bincode", |
|
"solana-feature-set", |
|
"solana-hash", |
|
"solana-instruction", |
|
"solana-keypair", |
|
"solana-message", |
|
"solana-precompiles", |
|
"solana-pubkey", |
|
"solana-sanitize", |
|
"solana-sdk-ids", |
|
"solana-short-vec", |
|
"solana-signature", |
|
"solana-signer", |
|
"solana-system-interface", |
|
"solana-transaction-error", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "solana-transaction-context" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5022de04cbba05377f68bf848c8c1322ead733f88a657bf792bb40f3257b8218" |
|
dependencies = [ |
|
"bincode", |
|
"serde", |
|
"serde_derive", |
|
"solana-account", |
|
"solana-instruction", |
|
"solana-pubkey", |
|
"solana-rent", |
|
"solana-signature", |
|
] |
|
|
|
[[package]] |
|
name = "solana-transaction-error" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "222a9dc8fdb61c6088baab34fc3a8b8473a03a7a5fd404ed8dd502fa79b67cb1" |
|
dependencies = [ |
|
"serde", |
|
"serde_derive", |
|
"solana-instruction", |
|
"solana-sanitize", |
|
] |
|
|
|
[[package]] |
|
name = "solana-transaction-metrics-tracker" |
|
version = "2.2.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c4c03abfcb923aaf71c228e81b54a804aa224a48577477d8e1096c3a1429d21b" |
|
dependencies = [ |
|
"base64 0.22.1", |
|
"bincode", |
|
"lazy_static", |
|
"log", |
|
"rand 0.8.5", |
|
"solana-packet", |
|
"solana-perf", |
|
"solana-short-vec", |
|
"solana-signature", |
|
] |
|
|
|
[[package]] |
|
name = "solana-transaction-status-client-types" |
|
version = "2.2.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4aaef59e8a54fc3a2dabfd85c32e35493c5e228f9d1efbcdcdc3c0819dddf7fd" |
|
dependencies = [ |
|
"base64 0.22.1", |
|
"bincode", |
|
"bs58", |
|
"serde", |
|
"serde_derive", |
|
"serde_json", |
|
"solana-account-decoder-client-types", |
|
"solana-commitment-config", |
|
"solana-message", |
|
"solana-reward-info", |
|
"solana-signature", |
|
"solana-transaction", |
|
"solana-transaction-context", |
|
"solana-transaction-error", |
|
"thiserror 2.0.12", |
|
] |
|
|
|
[[package]] |
|
name = "solana-udp-client" |
|
version = "2.2.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6d3e085a6adf81d51f678624934ffe266bd45a1c105849992b1af933c80bbf19" |
|
dependencies = [ |
|
"async-trait", |
|
"solana-connection-cache", |
|
"solana-keypair", |
|
"solana-net-utils", |
|
"solana-streamer", |
|
"solana-transaction-error", |
|
"thiserror 2.0.12", |
|
"tokio", |
|
] |
|
|
|
[[package]] |
|
name = "solana-validator-exit" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7bbf6d7a3c0b28dd5335c52c0e9eae49d0ae489a8f324917faf0ded65a812c1d" |
|
|
|
[[package]] |
|
name = "solana-version" |
|
version = "2.2.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2a58e01912dc3d5ff4391fe49476461b3b9ebc4215f3713d2fe3ffcfeda7f8e2" |
|
dependencies = [ |
|
"agave-feature-set", |
|
"semver", |
|
"serde", |
|
"serde_derive", |
|
"solana-sanitize", |
|
"solana-serde-varint", |
|
] |
|
|
|
[[package]] |
|
name = "solana-vote-interface" |
|
version = "2.2.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "78f039b0788337bedc6c5450d2f237718f938defb5ce0e0ad8ef507e78dcd370" |
|
dependencies = [ |
|
"bincode", |
|
"num-derive", |
|
"num-traits", |
|
"serde", |
|
"serde_derive", |
|
"solana-clock", |
|
"solana-decode-error", |
|
"solana-hash", |
|
"solana-instruction", |
|
"solana-pubkey", |
|
"solana-rent", |
|
"solana-sdk-ids", |
|
"solana-serde-varint", |
|
"solana-serialize-utils", |
|
"solana-short-vec", |
|
"solana-system-interface", |
|
] |
|
|
|
[[package]] |
|
name = "spinning_top" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d96d2d1d716fb500937168cc09353ffdc7a012be8475ac7308e1bdf0e3923300" |
|
dependencies = [ |
|
"lock_api", |
|
] |
|
|
|
[[package]] |
|
name = "stable_deref_trait" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" |
|
|
|
[[package]] |
|
name = "strsim" |
|
version = "0.11.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
|
|
|
[[package]] |
|
name = "subtle" |
|
version = "2.6.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" |
|
|
|
[[package]] |
|
name = "syn" |
|
version = "1.0.109" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"unicode-ident", |
|
] |
|
|
|
[[package]] |
|
name = "syn" |
|
version = "2.0.101" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"unicode-ident", |
|
] |
|
|
|
[[package]] |
|
name = "sync_wrapper" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" |
|
|
|
[[package]] |
|
name = "synstructure" |
|
version = "0.12.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
"unicode-xid", |
|
] |
|
|
|
[[package]] |
|
name = "synstructure" |
|
version = "0.13.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.101", |
|
] |
|
|
|
[[package]] |
|
name = "system-configuration" |
|
version = "0.5.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" |
|
dependencies = [ |
|
"bitflags 1.3.2", |
|
"core-foundation 0.9.4", |
|
"system-configuration-sys", |
|
] |
|
|
|
[[package]] |
|
name = "system-configuration-sys" |
|
version = "0.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" |
|
dependencies = [ |
|
"core-foundation-sys", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "task-local-extensions" |
|
version = "0.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ba323866e5d033818e3240feeb9f7db2c4296674e4d9e16b97b7bf8f490434e8" |
|
dependencies = [ |
|
"pin-utils", |
|
] |
|
|
|
[[package]] |
|
name = "termcolor" |
|
version = "1.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" |
|
dependencies = [ |
|
"winapi-util", |
|
] |
|
|
|
[[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.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" |
|
dependencies = [ |
|
"thiserror-impl 2.0.12", |
|
] |
|
|
|
[[package]] |
|
name = "thiserror-impl" |
|
version = "1.0.69" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.101", |
|
] |
|
|
|
[[package]] |
|
name = "thiserror-impl" |
|
version = "2.0.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.101", |
|
] |
|
|
|
[[package]] |
|
name = "time" |
|
version = "0.3.41" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40" |
|
dependencies = [ |
|
"deranged", |
|
"itoa", |
|
"num-conv", |
|
"powerfmt", |
|
"serde", |
|
"time-core", |
|
"time-macros", |
|
] |
|
|
|
[[package]] |
|
name = "time-core" |
|
version = "0.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c" |
|
|
|
[[package]] |
|
name = "time-macros" |
|
version = "0.2.22" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49" |
|
dependencies = [ |
|
"num-conv", |
|
"time-core", |
|
] |
|
|
|
[[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.8.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b" |
|
dependencies = [ |
|
"displaydoc", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "tinyvec" |
|
version = "1.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71" |
|
dependencies = [ |
|
"tinyvec_macros", |
|
] |
|
|
|
[[package]] |
|
name = "tinyvec_macros" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
|
|
|
[[package]] |
|
name = "tokio" |
|
version = "1.45.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2513ca694ef9ede0fb23fe71a4ee4107cb102b9dc1930f6d0fd77aae068ae165" |
|
dependencies = [ |
|
"backtrace", |
|
"bytes", |
|
"libc", |
|
"mio", |
|
"parking_lot", |
|
"pin-project-lite", |
|
"signal-hook-registry", |
|
"socket2", |
|
"tokio-macros", |
|
"windows-sys 0.52.0", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-macros" |
|
version = "2.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.101", |
|
] |
|
|
|
[[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-stream" |
|
version = "0.1.17" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" |
|
dependencies = [ |
|
"futures-core", |
|
"pin-project-lite", |
|
"tokio", |
|
] |
|
|
|
[[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", |
|
"tungstenite", |
|
"webpki-roots 0.25.4", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-util" |
|
version = "0.7.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df" |
|
dependencies = [ |
|
"bytes", |
|
"futures-core", |
|
"futures-sink", |
|
"pin-project-lite", |
|
"tokio", |
|
] |
|
|
|
[[package]] |
|
name = "toml" |
|
version = "0.5.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "toml" |
|
version = "0.8.22" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "05ae329d1f08c4d17a59bed7ff5b5a769d062e64a62d34a3261b219e62cd5aae" |
|
dependencies = [ |
|
"serde", |
|
"serde_spanned", |
|
"toml_datetime", |
|
"toml_edit", |
|
] |
|
|
|
[[package]] |
|
name = "toml_datetime" |
|
version = "0.6.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "toml_edit" |
|
version = "0.22.26" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e" |
|
dependencies = [ |
|
"indexmap", |
|
"serde", |
|
"serde_spanned", |
|
"toml_datetime", |
|
"winnow", |
|
] |
|
|
|
[[package]] |
|
name = "tower-service" |
|
version = "0.3.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" |
|
|
|
[[package]] |
|
name = "tracing" |
|
version = "0.1.41" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" |
|
dependencies = [ |
|
"log", |
|
"pin-project-lite", |
|
"tracing-core", |
|
] |
|
|
|
[[package]] |
|
name = "tracing-core" |
|
version = "0.1.33" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c" |
|
dependencies = [ |
|
"once_cell", |
|
] |
|
|
|
[[package]] |
|
name = "trim-in-place" |
|
version = "0.1.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "343e926fc669bc8cde4fa3129ab681c63671bae288b1f1081ceee6d9d37904fc" |
|
|
|
[[package]] |
|
name = "try-lock" |
|
version = "0.2.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" |
|
|
|
[[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", |
|
"httparse", |
|
"log", |
|
"rand 0.8.5", |
|
"rustls 0.21.12", |
|
"sha1", |
|
"thiserror 1.0.69", |
|
"url", |
|
"utf-8", |
|
"webpki-roots 0.24.0", |
|
] |
|
|
|
[[package]] |
|
name = "typenum" |
|
version = "1.18.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" |
|
|
|
[[package]] |
|
name = "ucd-trie" |
|
version = "0.1.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971" |
|
|
|
[[package]] |
|
name = "unicase" |
|
version = "2.8.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539" |
|
|
|
[[package]] |
|
name = "unicode-ident" |
|
version = "1.0.18" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" |
|
|
|
[[package]] |
|
name = "unicode-segmentation" |
|
version = "1.12.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" |
|
|
|
[[package]] |
|
name = "unicode-width" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" |
|
|
|
[[package]] |
|
name = "unicode-xid" |
|
version = "0.2.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" |
|
|
|
[[package]] |
|
name = "untrusted" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" |
|
|
|
[[package]] |
|
name = "uriparse" |
|
version = "0.6.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0200d0fc04d809396c2ad43f3c95da3582a2556eba8d453c1087f4120ee352ff" |
|
dependencies = [ |
|
"fnv", |
|
"lazy_static", |
|
] |
|
|
|
[[package]] |
|
name = "url" |
|
version = "2.5.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" |
|
dependencies = [ |
|
"form_urlencoded", |
|
"idna", |
|
"percent-encoding", |
|
] |
|
|
|
[[package]] |
|
name = "utf-8" |
|
version = "0.7.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" |
|
|
|
[[package]] |
|
name = "utf8_iter" |
|
version = "1.0.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" |
|
|
|
[[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.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
|
|
|
[[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.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" |
|
dependencies = [ |
|
"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 = "wasi" |
|
version = "0.14.2+wasi-0.2.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3" |
|
dependencies = [ |
|
"wit-bindgen-rt", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen" |
|
version = "0.2.100" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" |
|
dependencies = [ |
|
"cfg-if", |
|
"once_cell", |
|
"rustversion", |
|
"wasm-bindgen-macro", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-backend" |
|
version = "0.2.100" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" |
|
dependencies = [ |
|
"bumpalo", |
|
"log", |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.101", |
|
"wasm-bindgen-shared", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-futures" |
|
version = "0.4.50" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61" |
|
dependencies = [ |
|
"cfg-if", |
|
"js-sys", |
|
"once_cell", |
|
"wasm-bindgen", |
|
"web-sys", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-macro" |
|
version = "0.2.100" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" |
|
dependencies = [ |
|
"quote", |
|
"wasm-bindgen-macro-support", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-macro-support" |
|
version = "0.2.100" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.101", |
|
"wasm-bindgen-backend", |
|
"wasm-bindgen-shared", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-shared" |
|
version = "0.2.100" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" |
|
dependencies = [ |
|
"unicode-ident", |
|
] |
|
|
|
[[package]] |
|
name = "web-sys" |
|
version = "0.3.77" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2" |
|
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-root-certs" |
|
version = "0.26.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "75c7f0ef91146ebfb530314f5f1d24528d7f0767efbfd31dce919275413e393e" |
|
dependencies = [ |
|
"webpki-root-certs 1.0.0", |
|
] |
|
|
|
[[package]] |
|
name = "webpki-root-certs" |
|
version = "1.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "01a83f7e1a9f8712695c03eabe9ed3fbca0feff0152f33f12593e5a6303cb1a4" |
|
dependencies = [ |
|
"rustls-pki-types", |
|
] |
|
|
|
[[package]] |
|
name = "webpki-roots" |
|
version = "0.24.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b291546d5d9d1eab74f069c77749f2cb8504a12caa20f0f2de93ddbf6f411888" |
|
dependencies = [ |
|
"rustls-webpki 0.101.7", |
|
] |
|
|
|
[[package]] |
|
name = "webpki-roots" |
|
version = "0.25.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" |
|
|
|
[[package]] |
|
name = "wide" |
|
version = "0.7.32" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "41b5576b9a81633f3e8df296ce0063042a73507636cbe956c61133dd7034ab22" |
|
dependencies = [ |
|
"bytemuck", |
|
"safe_arch", |
|
] |
|
|
|
[[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.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" |
|
dependencies = [ |
|
"windows-sys 0.59.0", |
|
] |
|
|
|
[[package]] |
|
name = "winapi-x86_64-pc-windows-gnu" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
|
|
|
[[package]] |
|
name = "windows-sys" |
|
version = "0.45.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" |
|
dependencies = [ |
|
"windows-targets 0.42.2", |
|
] |
|
|
|
[[package]] |
|
name = "windows-sys" |
|
version = "0.48.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
|
dependencies = [ |
|
"windows-targets 0.48.5", |
|
] |
|
|
|
[[package]] |
|
name = "windows-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-sys" |
|
version = "0.59.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" |
|
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.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
|
dependencies = [ |
|
"windows_aarch64_gnullvm 0.48.5", |
|
"windows_aarch64_msvc 0.48.5", |
|
"windows_i686_gnu 0.48.5", |
|
"windows_i686_msvc 0.48.5", |
|
"windows_x86_64_gnu 0.48.5", |
|
"windows_x86_64_gnullvm 0.48.5", |
|
"windows_x86_64_msvc 0.48.5", |
|
] |
|
|
|
[[package]] |
|
name = "windows-targets" |
|
version = "0.52.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
|
dependencies = [ |
|
"windows_aarch64_gnullvm 0.52.6", |
|
"windows_aarch64_msvc 0.52.6", |
|
"windows_i686_gnu 0.52.6", |
|
"windows_i686_gnullvm", |
|
"windows_i686_msvc 0.52.6", |
|
"windows_x86_64_gnu 0.52.6", |
|
"windows_x86_64_gnullvm 0.52.6", |
|
"windows_x86_64_msvc 0.52.6", |
|
] |
|
|
|
[[package]] |
|
name = "windows_aarch64_gnullvm" |
|
version = "0.42.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" |
|
|
|
[[package]] |
|
name = "windows_aarch64_gnullvm" |
|
version = "0.48.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
|
|
|
[[package]] |
|
name = "windows_aarch64_gnullvm" |
|
version = "0.52.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
|
|
|
[[package]] |
|
name = "windows_aarch64_msvc" |
|
version = "0.42.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" |
|
|
|
[[package]] |
|
name = "windows_aarch64_msvc" |
|
version = "0.48.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
|
|
|
[[package]] |
|
name = "windows_aarch64_msvc" |
|
version = "0.52.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
|
|
|
[[package]] |
|
name = "windows_i686_gnu" |
|
version = "0.42.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" |
|
|
|
[[package]] |
|
name = "windows_i686_gnu" |
|
version = "0.48.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
|
|
|
[[package]] |
|
name = "windows_i686_gnu" |
|
version = "0.52.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
|
|
|
[[package]] |
|
name = "windows_i686_gnullvm" |
|
version = "0.52.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
|
|
|
[[package]] |
|
name = "windows_i686_msvc" |
|
version = "0.42.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" |
|
|
|
[[package]] |
|
name = "windows_i686_msvc" |
|
version = "0.48.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
|
|
|
[[package]] |
|
name = "windows_i686_msvc" |
|
version = "0.52.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
|
|
|
[[package]] |
|
name = "windows_x86_64_gnu" |
|
version = "0.42.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" |
|
|
|
[[package]] |
|
name = "windows_x86_64_gnu" |
|
version = "0.48.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
|
|
|
[[package]] |
|
name = "windows_x86_64_gnu" |
|
version = "0.52.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
|
|
|
[[package]] |
|
name = "windows_x86_64_gnullvm" |
|
version = "0.42.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" |
|
|
|
[[package]] |
|
name = "windows_x86_64_gnullvm" |
|
version = "0.48.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
|
|
|
[[package]] |
|
name = "windows_x86_64_gnullvm" |
|
version = "0.52.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
|
|
|
[[package]] |
|
name = "windows_x86_64_msvc" |
|
version = "0.42.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" |
|
|
|
[[package]] |
|
name = "windows_x86_64_msvc" |
|
version = "0.48.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |
|
|
|
[[package]] |
|
name = "windows_x86_64_msvc" |
|
version = "0.52.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
|
|
|
[[package]] |
|
name = "winnow" |
|
version = "0.7.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c06928c8748d81b05c9be96aad92e1b6ff01833332f281e8cfca3be4b35fc9ec" |
|
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 = "wit-bindgen-rt" |
|
version = "0.39.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" |
|
dependencies = [ |
|
"bitflags 2.9.1", |
|
] |
|
|
|
[[package]] |
|
name = "writeable" |
|
version = "0.6.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb" |
|
|
|
[[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", |
|
"rusticata-macros", |
|
"thiserror 1.0.69", |
|
"time", |
|
] |
|
|
|
[[package]] |
|
name = "yaml-rust2" |
|
version = "0.10.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "818913695e83ece1f8d2a1c52d54484b7b46d0f9c06beeb2649b9da50d9b512d" |
|
dependencies = [ |
|
"arraydeque", |
|
"encoding_rs", |
|
"hashlink", |
|
] |
|
|
|
[[package]] |
|
name = "yoke" |
|
version = "0.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc" |
|
dependencies = [ |
|
"serde", |
|
"stable_deref_trait", |
|
"yoke-derive", |
|
"zerofrom", |
|
] |
|
|
|
[[package]] |
|
name = "yoke-derive" |
|
version = "0.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.101", |
|
"synstructure 0.13.2", |
|
] |
|
|
|
[[package]] |
|
name = "zerocopy" |
|
version = "0.8.25" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb" |
|
dependencies = [ |
|
"zerocopy-derive", |
|
] |
|
|
|
[[package]] |
|
name = "zerocopy-derive" |
|
version = "0.8.25" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.101", |
|
] |
|
|
|
[[package]] |
|
name = "zerofrom" |
|
version = "0.1.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" |
|
dependencies = [ |
|
"zerofrom-derive", |
|
] |
|
|
|
[[package]] |
|
name = "zerofrom-derive" |
|
version = "0.1.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.101", |
|
"synstructure 0.13.2", |
|
] |
|
|
|
[[package]] |
|
name = "zeroize" |
|
version = "1.8.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" |
|
dependencies = [ |
|
"zeroize_derive", |
|
] |
|
|
|
[[package]] |
|
name = "zeroize_derive" |
|
version = "1.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.101", |
|
] |
|
|
|
[[package]] |
|
name = "zerotrie" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595" |
|
dependencies = [ |
|
"displaydoc", |
|
"yoke", |
|
"zerofrom", |
|
] |
|
|
|
[[package]] |
|
name = "zerovec" |
|
version = "0.11.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428" |
|
dependencies = [ |
|
"yoke", |
|
"zerofrom", |
|
"zerovec-derive", |
|
] |
|
|
|
[[package]] |
|
name = "zerovec-derive" |
|
version = "0.11.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.101", |
|
] |
|
|
|
[[package]] |
|
name = "zstd" |
|
version = "0.13.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a" |
|
dependencies = [ |
|
"zstd-safe", |
|
] |
|
|
|
[[package]] |
|
name = "zstd-safe" |
|
version = "7.2.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d" |
|
dependencies = [ |
|
"zstd-sys", |
|
] |
|
|
|
[[package]] |
|
name = "zstd-sys" |
|
version = "2.0.15+zstd.1.5.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237" |
|
dependencies = [ |
|
"cc", |
|
"pkg-config", |
|
]
|
|
|