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.
2898 lines
70 KiB
2898 lines
70 KiB
# This file is automatically @generated by Cargo. |
|
# It is not intended for manual editing. |
|
version = 4 |
|
|
|
[[package]] |
|
name = "aead" |
|
version = "0.5.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0" |
|
dependencies = [ |
|
"crypto-common", |
|
"generic-array", |
|
] |
|
|
|
[[package]] |
|
name = "aes" |
|
version = "0.8.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" |
|
dependencies = [ |
|
"cfg-if", |
|
"cipher", |
|
"cpufeatures", |
|
] |
|
|
|
[[package]] |
|
name = "aes-gcm-siv" |
|
version = "0.11.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ae0784134ba9375416d469ec31e7c5f9fa94405049cf08c5ce5b4698be673e0d" |
|
dependencies = [ |
|
"aead", |
|
"aes", |
|
"cipher", |
|
"ctr", |
|
"polyval", |
|
"subtle", |
|
"zeroize", |
|
] |
|
|
|
[[package]] |
|
name = "ahash" |
|
version = "0.8.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" |
|
dependencies = [ |
|
"cfg-if", |
|
"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 = "anchor-attribute-access-control" |
|
version = "0.31.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3f70fd141a4d18adf11253026b32504f885447048c7494faf5fa83b01af9c0cf" |
|
dependencies = [ |
|
"anchor-syn", |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "anchor-attribute-account" |
|
version = "0.31.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "715a261c57c7679581e06f07a74fa2af874ac30f86bd8ea07cca4a7e5388a064" |
|
dependencies = [ |
|
"anchor-syn", |
|
"bs58", |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "anchor-attribute-constant" |
|
version = "0.31.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "730d6df8ae120321c5c25e0779e61789e4b70dc8297102248902022f286102e4" |
|
dependencies = [ |
|
"anchor-syn", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "anchor-attribute-error" |
|
version = "0.31.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "27e6e449cc3a37b2880b74dcafb8e5a17b954c0e58e376432d7adc646fb333ef" |
|
dependencies = [ |
|
"anchor-syn", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "anchor-attribute-event" |
|
version = "0.31.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d7710e4c54adf485affcd9be9adec5ef8846d9c71d7f31e16ba86ff9fc1dd49f" |
|
dependencies = [ |
|
"anchor-syn", |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "anchor-attribute-program" |
|
version = "0.31.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "05ecfd49b2aeadeb32f35262230db402abed76ce87e27562b34f61318b2ec83c" |
|
dependencies = [ |
|
"anchor-lang-idl", |
|
"anchor-syn", |
|
"anyhow", |
|
"bs58", |
|
"heck", |
|
"proc-macro2", |
|
"quote", |
|
"serde_json", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "anchor-derive-accounts" |
|
version = "0.31.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "be89d160793a88495af462a7010b3978e48e30a630c91de47ce2c1d3cb7a6149" |
|
dependencies = [ |
|
"anchor-syn", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "anchor-derive-serde" |
|
version = "0.31.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "abc6ee78acb7bfe0c2dd2abc677aaa4789c0281a0c0ef01dbf6fe85e0fd9e6e4" |
|
dependencies = [ |
|
"anchor-syn", |
|
"borsh-derive-internal", |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "anchor-derive-space" |
|
version = "0.31.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "134a01c0703f6fd355a0e472c033f6f3e41fac1ef6e370b20c50f4c8d022cea7" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "anchor-lang" |
|
version = "0.31.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e6bab117055905e930f762c196e08f861f8dfe7241b92cee46677a3b15561a0a" |
|
dependencies = [ |
|
"anchor-attribute-access-control", |
|
"anchor-attribute-account", |
|
"anchor-attribute-constant", |
|
"anchor-attribute-error", |
|
"anchor-attribute-event", |
|
"anchor-attribute-program", |
|
"anchor-derive-accounts", |
|
"anchor-derive-serde", |
|
"anchor-derive-space", |
|
"anchor-lang-idl", |
|
"base64 0.21.7", |
|
"bincode", |
|
"borsh 0.10.4", |
|
"bytemuck", |
|
"solana-program", |
|
"thiserror 1.0.69", |
|
] |
|
|
|
[[package]] |
|
name = "anchor-lang-idl" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "32e8599d21995f68e296265aa5ab0c3cef582fd58afec014d01bd0bce18a4418" |
|
dependencies = [ |
|
"anchor-lang-idl-spec", |
|
"anyhow", |
|
"heck", |
|
"regex", |
|
"serde", |
|
"serde_json", |
|
"sha2 0.10.9", |
|
] |
|
|
|
[[package]] |
|
name = "anchor-lang-idl-spec" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2bdf143115440fe621bdac3a29a1f7472e09f6cd82b2aa569429a0c13f103838" |
|
dependencies = [ |
|
"anyhow", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "anchor-spl" |
|
version = "0.31.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3c08cb5d762c0694f74bd02c9a5b04ea53cefc496e2c27b3234acffca5cd076b" |
|
dependencies = [ |
|
"anchor-lang", |
|
"spl-associated-token-account", |
|
"spl-pod", |
|
"spl-token", |
|
"spl-token-2022", |
|
"spl-token-group-interface", |
|
"spl-token-metadata-interface", |
|
] |
|
|
|
[[package]] |
|
name = "anchor-syn" |
|
version = "0.31.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5dc7a6d90cc643df0ed2744862cdf180587d1e5d28936538c18fc8908489ed67" |
|
dependencies = [ |
|
"anyhow", |
|
"bs58", |
|
"cargo_toml", |
|
"heck", |
|
"proc-macro2", |
|
"quote", |
|
"serde", |
|
"serde_json", |
|
"sha2 0.10.9", |
|
"syn 1.0.109", |
|
"thiserror 1.0.69", |
|
] |
|
|
|
[[package]] |
|
name = "anyhow" |
|
version = "1.0.100" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" |
|
|
|
[[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 = "autocfg" |
|
version = "1.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" |
|
|
|
[[package]] |
|
name = "base64" |
|
version = "0.12.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff" |
|
|
|
[[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 = "2.9.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394" |
|
|
|
[[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.4.0", |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.106", |
|
] |
|
|
|
[[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 = "bs58" |
|
version = "0.5.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4" |
|
dependencies = [ |
|
"tinyvec", |
|
] |
|
|
|
[[package]] |
|
name = "bumpalo" |
|
version = "3.19.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" |
|
|
|
[[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.24.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4" |
|
dependencies = [ |
|
"bytemuck_derive", |
|
] |
|
|
|
[[package]] |
|
name = "bytemuck_derive" |
|
version = "1.10.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.106", |
|
] |
|
|
|
[[package]] |
|
name = "byteorder" |
|
version = "1.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
|
|
|
[[package]] |
|
name = "cargo_toml" |
|
version = "0.19.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a98356df42a2eb1bd8f1793ae4ee4de48e384dd974ce5eac8eee802edb7492be" |
|
dependencies = [ |
|
"serde", |
|
"toml 0.8.23", |
|
] |
|
|
|
[[package]] |
|
name = "cc" |
|
version = "1.2.40" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e1d05d92f4b1fd76aad469d46cdd858ca761576082cd37df81416691e50199fb" |
|
dependencies = [ |
|
"find-msvc-tools", |
|
"shlex", |
|
] |
|
|
|
[[package]] |
|
name = "cfg-if" |
|
version = "1.0.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9" |
|
|
|
[[package]] |
|
name = "cfg_aliases" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" |
|
|
|
[[package]] |
|
name = "cipher" |
|
version = "0.4.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" |
|
dependencies = [ |
|
"crypto-common", |
|
"inout", |
|
] |
|
|
|
[[package]] |
|
name = "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 = "constant_time_eq" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6" |
|
|
|
[[package]] |
|
name = "cpufeatures" |
|
version = "0.2.17" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "crunchy" |
|
version = "0.2.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" |
|
|
|
[[package]] |
|
name = "crypto-common" |
|
version = "0.1.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" |
|
dependencies = [ |
|
"generic-array", |
|
"rand_core 0.6.4", |
|
"typenum", |
|
] |
|
|
|
[[package]] |
|
name = "ctr" |
|
version = "0.9.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835" |
|
dependencies = [ |
|
"cipher", |
|
] |
|
|
|
[[package]] |
|
name = "curve25519-dalek" |
|
version = "4.1.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be" |
|
dependencies = [ |
|
"cfg-if", |
|
"cpufeatures", |
|
"curve25519-dalek-derive", |
|
"digest 0.10.7", |
|
"fiat-crypto", |
|
"rand_core 0.6.4", |
|
"rustc_version", |
|
"serde", |
|
"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.106", |
|
] |
|
|
|
[[package]] |
|
name = "derivation-path" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6e5c37193a1db1d8ed868c03ec7b152175f26160a5b740e5e484143877e0adf0" |
|
|
|
[[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 = "either" |
|
version = "1.15.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" |
|
|
|
[[package]] |
|
name = "equivalent" |
|
version = "1.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
|
|
|
[[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 = "find-msvc-tools" |
|
version = "0.1.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0399f9d26e5191ce32c498bebd31e7a3ceabc2745f0ac54af3f335126c3f24b3" |
|
|
|
[[package]] |
|
name = "five8" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a75b8549488b4715defcb0d8a8a1c1c76a80661b5fa106b4ca0e7fce59d7d875" |
|
dependencies = [ |
|
"five8_core", |
|
] |
|
|
|
[[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 = "fnv" |
|
version = "1.0.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
|
|
|
[[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 = "getrandom" |
|
version = "0.1.16" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" |
|
dependencies = [ |
|
"cfg-if", |
|
"libc", |
|
"wasi 0.9.0+wasi-snapshot-preview1", |
|
] |
|
|
|
[[package]] |
|
name = "getrandom" |
|
version = "0.2.16" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" |
|
dependencies = [ |
|
"cfg-if", |
|
"js-sys", |
|
"libc", |
|
"wasi 0.11.1+wasi-snapshot-preview1", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[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.16.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d" |
|
|
|
[[package]] |
|
name = "heck" |
|
version = "0.3.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" |
|
dependencies = [ |
|
"unicode-segmentation", |
|
] |
|
|
|
[[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 = "indexmap" |
|
version = "2.11.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5" |
|
dependencies = [ |
|
"equivalent", |
|
"hashbrown 0.16.0", |
|
] |
|
|
|
[[package]] |
|
name = "inout" |
|
version = "0.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01" |
|
dependencies = [ |
|
"generic-array", |
|
] |
|
|
|
[[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 = "js-sys" |
|
version = "0.3.81" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305" |
|
dependencies = [ |
|
"once_cell", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[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.176" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174" |
|
|
|
[[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", |
|
"libsecp256k1-core", |
|
"libsecp256k1-gen-ecmult", |
|
"libsecp256k1-gen-genmult", |
|
"rand 0.7.3", |
|
"serde", |
|
"sha2 0.9.9", |
|
] |
|
|
|
[[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 = "lock_api" |
|
version = "0.4.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" |
|
dependencies = [ |
|
"scopeguard", |
|
] |
|
|
|
[[package]] |
|
name = "log" |
|
version = "0.4.28" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" |
|
|
|
[[package]] |
|
name = "memchr" |
|
version = "2.7.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" |
|
|
|
[[package]] |
|
name = "memoffset" |
|
version = "0.9.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" |
|
dependencies = [ |
|
"autocfg", |
|
] |
|
|
|
[[package]] |
|
name = "merlin" |
|
version = "3.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "58c38e2799fc0978b65dfff8023ec7843e2330bb462f19198840b34b6582397d" |
|
dependencies = [ |
|
"byteorder", |
|
"keccak", |
|
"rand_core 0.6.4", |
|
"zeroize", |
|
] |
|
|
|
[[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-derive" |
|
version = "0.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.106", |
|
] |
|
|
|
[[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-traits" |
|
version = "0.2.19" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
|
dependencies = [ |
|
"autocfg", |
|
] |
|
|
|
[[package]] |
|
name = "num_enum" |
|
version = "0.7.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a" |
|
dependencies = [ |
|
"num_enum_derive", |
|
"rustversion", |
|
] |
|
|
|
[[package]] |
|
name = "num_enum_derive" |
|
version = "0.7.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d" |
|
dependencies = [ |
|
"proc-macro-crate 3.4.0", |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.106", |
|
] |
|
|
|
[[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 = "parking_lot" |
|
version = "0.12.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" |
|
dependencies = [ |
|
"lock_api", |
|
"parking_lot_core", |
|
] |
|
|
|
[[package]] |
|
name = "parking_lot_core" |
|
version = "0.9.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" |
|
dependencies = [ |
|
"cfg-if", |
|
"libc", |
|
"redox_syscall", |
|
"smallvec", |
|
"windows-link", |
|
] |
|
|
|
[[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 = "percent-encoding" |
|
version = "2.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" |
|
|
|
[[package]] |
|
name = "polyval" |
|
version = "0.6.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25" |
|
dependencies = [ |
|
"cfg-if", |
|
"cpufeatures", |
|
"opaque-debug", |
|
"universal-hash", |
|
] |
|
|
|
[[package]] |
|
name = "lottery-simple" |
|
version = "0.1.0" |
|
dependencies = [ |
|
"anchor-lang", |
|
"anchor-spl", |
|
] |
|
|
|
[[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.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983" |
|
dependencies = [ |
|
"toml_edit 0.23.6", |
|
] |
|
|
|
[[package]] |
|
name = "proc-macro2" |
|
version = "1.0.101" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de" |
|
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 = "quote" |
|
version = "1.0.41" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1" |
|
dependencies = [ |
|
"proc-macro2", |
|
] |
|
|
|
[[package]] |
|
name = "rand" |
|
version = "0.7.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" |
|
dependencies = [ |
|
"getrandom 0.1.16", |
|
"libc", |
|
"rand_chacha 0.2.2", |
|
"rand_core 0.5.1", |
|
"rand_hc", |
|
] |
|
|
|
[[package]] |
|
name = "rand" |
|
version = "0.8.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
|
dependencies = [ |
|
"libc", |
|
"rand_chacha 0.3.1", |
|
"rand_core 0.6.4", |
|
] |
|
|
|
[[package]] |
|
name = "rand_chacha" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" |
|
dependencies = [ |
|
"ppv-lite86", |
|
"rand_core 0.5.1", |
|
] |
|
|
|
[[package]] |
|
name = "rand_chacha" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
|
dependencies = [ |
|
"ppv-lite86", |
|
"rand_core 0.6.4", |
|
] |
|
|
|
[[package]] |
|
name = "rand_core" |
|
version = "0.5.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" |
|
dependencies = [ |
|
"getrandom 0.1.16", |
|
] |
|
|
|
[[package]] |
|
name = "rand_core" |
|
version = "0.6.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
|
dependencies = [ |
|
"getrandom 0.2.16", |
|
] |
|
|
|
[[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 = "redox_syscall" |
|
version = "0.5.18" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" |
|
dependencies = [ |
|
"bitflags", |
|
] |
|
|
|
[[package]] |
|
name = "regex" |
|
version = "1.11.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8b5288124840bee7b386bc413c487869b360b2b4ec421ea56425128692f2a82c" |
|
dependencies = [ |
|
"aho-corasick", |
|
"memchr", |
|
"regex-automata", |
|
"regex-syntax", |
|
] |
|
|
|
[[package]] |
|
name = "regex-automata" |
|
version = "0.4.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "833eb9ce86d40ef33cb1306d8accf7bc8ec2bfea4355cbdebb3df68b40925cad" |
|
dependencies = [ |
|
"aho-corasick", |
|
"memchr", |
|
"regex-syntax", |
|
] |
|
|
|
[[package]] |
|
name = "regex-syntax" |
|
version = "0.8.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "caf4aa5b0f434c91fe5c7f1ecb6a5ece2130b02ad2a590589dda5146df959001" |
|
|
|
[[package]] |
|
name = "rustc_version" |
|
version = "0.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" |
|
dependencies = [ |
|
"semver", |
|
] |
|
|
|
[[package]] |
|
name = "rustversion" |
|
version = "1.0.22" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" |
|
|
|
[[package]] |
|
name = "ryu" |
|
version = "1.0.20" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" |
|
|
|
[[package]] |
|
name = "scopeguard" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
|
|
|
[[package]] |
|
name = "semver" |
|
version = "1.0.27" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" |
|
|
|
[[package]] |
|
name = "serde" |
|
version = "1.0.228" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" |
|
dependencies = [ |
|
"serde_core", |
|
"serde_derive", |
|
] |
|
|
|
[[package]] |
|
name = "serde_bytes" |
|
version = "0.11.19" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8" |
|
dependencies = [ |
|
"serde", |
|
"serde_core", |
|
] |
|
|
|
[[package]] |
|
name = "serde_core" |
|
version = "1.0.228" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" |
|
dependencies = [ |
|
"serde_derive", |
|
] |
|
|
|
[[package]] |
|
name = "serde_derive" |
|
version = "1.0.228" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.106", |
|
] |
|
|
|
[[package]] |
|
name = "serde_json" |
|
version = "1.0.145" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" |
|
dependencies = [ |
|
"itoa", |
|
"memchr", |
|
"ryu", |
|
"serde", |
|
"serde_core", |
|
] |
|
|
|
[[package]] |
|
name = "serde_spanned" |
|
version = "0.6.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[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 = "smallvec" |
|
version = "1.15.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" |
|
|
|
[[package]] |
|
name = "solana-account" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0f949fe4edaeaea78c844023bfc1c898e0b1f5a100f8a8d2d0f85d0a7b090258" |
|
dependencies = [ |
|
"solana-account-info", |
|
"solana-clock", |
|
"solana-instruction", |
|
"solana-pubkey", |
|
"solana-sdk-ids", |
|
] |
|
|
|
[[package]] |
|
name = "solana-account-info" |
|
version = "2.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c8f5152a288ef1912300fc6efa6c2d1f9bb55d9398eb6c72326360b8063987da" |
|
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", |
|
"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-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-clock" |
|
version = "2.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1bb482ab70fced82ad3d7d3d87be33d466a3498eb8aa856434ff3c0dfc2e2e31" |
|
dependencies = [ |
|
"serde", |
|
"serde_derive", |
|
"solana-sdk-ids", |
|
"solana-sdk-macro", |
|
"solana-sysvar-id", |
|
] |
|
|
|
[[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-curve25519" |
|
version = "2.3.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fa77936de1910002e7ad5817e38c3990402c2d8e92517cdd736df51485c76d88" |
|
dependencies = [ |
|
"bytemuck", |
|
"bytemuck_derive", |
|
"curve25519-dalek", |
|
"solana-define-syscall", |
|
"subtle", |
|
"thiserror 2.0.17", |
|
] |
|
|
|
[[package]] |
|
name = "solana-decode-error" |
|
version = "2.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8c781686a18db2f942e70913f7ca15dc120ec38dcab42ff7557db2c70c625a35" |
|
dependencies = [ |
|
"num-traits", |
|
] |
|
|
|
[[package]] |
|
name = "solana-define-syscall" |
|
version = "2.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2ae3e2abcf541c8122eafe9a625d4d194b4023c20adde1e251f94e056bb1aee2" |
|
|
|
[[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-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-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.17", |
|
] |
|
|
|
[[package]] |
|
name = "solana-feature-gate-interface" |
|
version = "2.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "43f5c5382b449e8e4e3016fb05e418c53d57782d8b5c30aa372fc265654b956d" |
|
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-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-hash" |
|
version = "2.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b5b96e9f0300fa287b545613f007dfe20043d7812bee255f418c1eb649c93b63" |
|
dependencies = [ |
|
"borsh 1.5.7", |
|
"bytemuck", |
|
"bytemuck_derive", |
|
"five8", |
|
"js-sys", |
|
"serde", |
|
"serde_derive", |
|
"solana-atomic-u64", |
|
"solana-sanitize", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "solana-instruction" |
|
version = "2.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "47298e2ce82876b64f71e9d13a46bc4b9056194e7f9937ad3084385befa50885" |
|
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", |
|
"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-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 = "5.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6f7162a05b8b0773156b443bccd674ea78bb9aa406325b467ea78c06c99a63a2" |
|
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-message" |
|
version = "2.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1796aabce376ff74bf89b78d268fa5e683d7d7a96a0a4e4813ec34de49d5314b" |
|
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-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.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "61515b880c36974053dd499c0510066783f0cc6ac17def0c7ef2a244874cf4a9" |
|
|
|
[[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-program" |
|
version = "2.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "98eca145bd3545e2fbb07166e895370576e47a00a7d824e325390d33bf467210" |
|
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", |
|
"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.17", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "solana-program-entrypoint" |
|
version = "2.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "32ce041b1a0ed275290a5008ee1a4a6c48f5054c8a3d78d313c08958a06aedbd" |
|
dependencies = [ |
|
"solana-account-info", |
|
"solana-msg", |
|
"solana-program-error", |
|
"solana-pubkey", |
|
] |
|
|
|
[[package]] |
|
name = "solana-program-error" |
|
version = "2.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9ee2e0217d642e2ea4bee237f37bd61bb02aec60da3647c48ff88f6556ade775" |
|
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.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3a5426090c6f3fd6cfdc10685322fede9ca8e5af43cd6a59e98bfe4e91671712" |
|
dependencies = [ |
|
"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.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9b62adb9c3261a052ca1f999398c388f1daf558a1b492f60a6d9e64857db4ff1" |
|
dependencies = [ |
|
"borsh 0.10.4", |
|
"borsh 1.5.7", |
|
"bytemuck", |
|
"bytemuck_derive", |
|
"curve25519-dalek", |
|
"five8", |
|
"five8_const", |
|
"getrandom 0.2.16", |
|
"js-sys", |
|
"num-traits", |
|
"serde", |
|
"serde_derive", |
|
"solana-atomic-u64", |
|
"solana-decode-error", |
|
"solana-define-syscall", |
|
"solana-sanitize", |
|
"solana-sha256-hasher", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[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-sanitize" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "61f1bc1357b8188d9c4a3af3fc55276e56987265eb7ad073ae6f8180ee54cecf" |
|
|
|
[[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.106", |
|
] |
|
|
|
[[package]] |
|
name = "solana-secp256k1-recover" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "baa3120b6cdaa270f39444f5093a90a7b03d296d362878f7a6991d6de3bbe496" |
|
dependencies = [ |
|
"libsecp256k1", |
|
"solana-define-syscall", |
|
"thiserror 2.0.17", |
|
] |
|
|
|
[[package]] |
|
name = "solana-security-txt" |
|
version = "1.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "468aa43b7edb1f9b7b7b686d5c3aeb6630dc1708e86e31343499dd5c4d775183" |
|
|
|
[[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", |
|
"pbkdf2", |
|
"sha2 0.10.9", |
|
] |
|
|
|
[[package]] |
|
name = "solana-serde-varint" |
|
version = "2.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2a7e155eba458ecfb0107b98236088c3764a09ddf0201ec29e52a0be40857113" |
|
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.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5aa3feb32c28765f6aa1ce8f3feac30936f16c5c3f7eb73d63a5b8f6f8ecdc44" |
|
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-signature" |
|
version = "2.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "64c8ec8e657aecfc187522fc67495142c12f35e55ddeca8698edbb738b8dbd8c" |
|
dependencies = [ |
|
"five8", |
|
"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-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-sysvar" |
|
version = "2.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b8c3595f95069f3d90f275bb9bd235a1973c4d059028b0a7f81baca2703815db" |
|
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-transaction-error" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "222a9dc8fdb61c6088baab34fc3a8b8473a03a7a5fd404ed8dd502fa79b67cb1" |
|
dependencies = [ |
|
"solana-instruction", |
|
"solana-sanitize", |
|
] |
|
|
|
[[package]] |
|
name = "solana-vote-interface" |
|
version = "2.2.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b80d57478d6599d30acc31cc5ae7f93ec2361a06aefe8ea79bc81739a08af4c3" |
|
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 = "solana-zk-sdk" |
|
version = "2.3.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1ffc4ca8e3e26a8f80eb0026adf8af1732863f42739cd2201c40c568ccae360c" |
|
dependencies = [ |
|
"aes-gcm-siv", |
|
"base64 0.22.1", |
|
"bincode", |
|
"bytemuck", |
|
"bytemuck_derive", |
|
"curve25519-dalek", |
|
"itertools", |
|
"js-sys", |
|
"merlin", |
|
"num-derive", |
|
"num-traits", |
|
"rand 0.8.5", |
|
"serde", |
|
"serde_derive", |
|
"serde_json", |
|
"sha3", |
|
"solana-derivation-path", |
|
"solana-instruction", |
|
"solana-pubkey", |
|
"solana-sdk-ids", |
|
"solana-seed-derivable", |
|
"solana-seed-phrase", |
|
"solana-signature", |
|
"solana-signer", |
|
"subtle", |
|
"thiserror 2.0.17", |
|
"wasm-bindgen", |
|
"zeroize", |
|
] |
|
|
|
[[package]] |
|
name = "spl-associated-token-account" |
|
version = "6.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "76fee7d65013667032d499adc3c895e286197a35a0d3a4643c80e7fd3e9969e3" |
|
dependencies = [ |
|
"borsh 1.5.7", |
|
"num-derive", |
|
"num-traits", |
|
"solana-program", |
|
"spl-associated-token-account-client", |
|
"spl-token", |
|
"spl-token-2022", |
|
"thiserror 1.0.69", |
|
] |
|
|
|
[[package]] |
|
name = "spl-associated-token-account-client" |
|
version = "2.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d6f8349dbcbe575f354f9a533a21f272f3eb3808a49e2fdc1c34393b88ba76cb" |
|
dependencies = [ |
|
"solana-instruction", |
|
"solana-pubkey", |
|
] |
|
|
|
[[package]] |
|
name = "spl-discriminator" |
|
version = "0.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a7398da23554a31660f17718164e31d31900956054f54f52d5ec1be51cb4f4b3" |
|
dependencies = [ |
|
"bytemuck", |
|
"solana-program-error", |
|
"solana-sha256-hasher", |
|
"spl-discriminator-derive", |
|
] |
|
|
|
[[package]] |
|
name = "spl-discriminator-derive" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d9e8418ea6269dcfb01c712f0444d2c75542c04448b480e87de59d2865edc750" |
|
dependencies = [ |
|
"quote", |
|
"spl-discriminator-syn", |
|
"syn 2.0.106", |
|
] |
|
|
|
[[package]] |
|
name = "spl-discriminator-syn" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5d1dbc82ab91422345b6df40a79e2b78c7bce1ebb366da323572dd60b7076b67" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"sha2 0.10.9", |
|
"syn 2.0.106", |
|
"thiserror 1.0.69", |
|
] |
|
|
|
[[package]] |
|
name = "spl-elgamal-registry" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ce0f668975d2b0536e8a8fd60e56a05c467f06021dae037f1d0cfed0de2e231d" |
|
dependencies = [ |
|
"bytemuck", |
|
"solana-program", |
|
"solana-zk-sdk", |
|
"spl-pod", |
|
"spl-token-confidential-transfer-proof-extraction", |
|
] |
|
|
|
[[package]] |
|
name = "spl-memo" |
|
version = "6.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9f09647c0974e33366efeb83b8e2daebb329f0420149e74d3a4bd2c08cf9f7cb" |
|
dependencies = [ |
|
"solana-account-info", |
|
"solana-instruction", |
|
"solana-msg", |
|
"solana-program-entrypoint", |
|
"solana-program-error", |
|
"solana-pubkey", |
|
] |
|
|
|
[[package]] |
|
name = "spl-pod" |
|
version = "0.5.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d994afaf86b779104b4a95ba9ca75b8ced3fdb17ee934e38cb69e72afbe17799" |
|
dependencies = [ |
|
"borsh 1.5.7", |
|
"bytemuck", |
|
"bytemuck_derive", |
|
"num-derive", |
|
"num-traits", |
|
"solana-decode-error", |
|
"solana-msg", |
|
"solana-program-error", |
|
"solana-program-option", |
|
"solana-pubkey", |
|
"solana-zk-sdk", |
|
"thiserror 2.0.17", |
|
] |
|
|
|
[[package]] |
|
name = "spl-program-error" |
|
version = "0.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9d39b5186f42b2b50168029d81e58e800b690877ef0b30580d107659250da1d1" |
|
dependencies = [ |
|
"num-derive", |
|
"num-traits", |
|
"solana-program", |
|
"spl-program-error-derive", |
|
"thiserror 1.0.69", |
|
] |
|
|
|
[[package]] |
|
name = "spl-program-error-derive" |
|
version = "0.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e6d375dd76c517836353e093c2dbb490938ff72821ab568b545fd30ab3256b3e" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"sha2 0.10.9", |
|
"syn 2.0.106", |
|
] |
|
|
|
[[package]] |
|
name = "spl-tlv-account-resolution" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cd99ff1e9ed2ab86e3fd582850d47a739fec1be9f4661cba1782d3a0f26805f3" |
|
dependencies = [ |
|
"bytemuck", |
|
"num-derive", |
|
"num-traits", |
|
"solana-account-info", |
|
"solana-decode-error", |
|
"solana-instruction", |
|
"solana-msg", |
|
"solana-program-error", |
|
"solana-pubkey", |
|
"spl-discriminator", |
|
"spl-pod", |
|
"spl-program-error", |
|
"spl-type-length-value", |
|
"thiserror 1.0.69", |
|
] |
|
|
|
[[package]] |
|
name = "spl-token" |
|
version = "7.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ed320a6c934128d4f7e54fe00e16b8aeaecf215799d060ae14f93378da6dc834" |
|
dependencies = [ |
|
"arrayref", |
|
"bytemuck", |
|
"num-derive", |
|
"num-traits", |
|
"num_enum", |
|
"solana-program", |
|
"thiserror 1.0.69", |
|
] |
|
|
|
[[package]] |
|
name = "spl-token-2022" |
|
version = "6.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5b27f7405010ef816587c944536b0eafbcc35206ab6ba0f2ca79f1d28e488f4f" |
|
dependencies = [ |
|
"arrayref", |
|
"bytemuck", |
|
"num-derive", |
|
"num-traits", |
|
"num_enum", |
|
"solana-program", |
|
"solana-security-txt", |
|
"solana-zk-sdk", |
|
"spl-elgamal-registry", |
|
"spl-memo", |
|
"spl-pod", |
|
"spl-token", |
|
"spl-token-confidential-transfer-ciphertext-arithmetic", |
|
"spl-token-confidential-transfer-proof-extraction", |
|
"spl-token-confidential-transfer-proof-generation", |
|
"spl-token-group-interface", |
|
"spl-token-metadata-interface", |
|
"spl-transfer-hook-interface", |
|
"spl-type-length-value", |
|
"thiserror 1.0.69", |
|
] |
|
|
|
[[package]] |
|
name = "spl-token-confidential-transfer-ciphertext-arithmetic" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "170378693c5516090f6d37ae9bad2b9b6125069be68d9acd4865bbe9fc8499fd" |
|
dependencies = [ |
|
"base64 0.22.1", |
|
"bytemuck", |
|
"solana-curve25519", |
|
"solana-zk-sdk", |
|
] |
|
|
|
[[package]] |
|
name = "spl-token-confidential-transfer-proof-extraction" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "eff2d6a445a147c9d6dd77b8301b1e116c8299601794b558eafa409b342faf96" |
|
dependencies = [ |
|
"bytemuck", |
|
"solana-curve25519", |
|
"solana-program", |
|
"solana-zk-sdk", |
|
"spl-pod", |
|
"thiserror 2.0.17", |
|
] |
|
|
|
[[package]] |
|
name = "spl-token-confidential-transfer-proof-generation" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8627184782eec1894de8ea26129c61303f1f0adeed65c20e0b10bc584f09356d" |
|
dependencies = [ |
|
"curve25519-dalek", |
|
"solana-zk-sdk", |
|
"thiserror 1.0.69", |
|
] |
|
|
|
[[package]] |
|
name = "spl-token-group-interface" |
|
version = "0.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d595667ed72dbfed8c251708f406d7c2814a3fa6879893b323d56a10bedfc799" |
|
dependencies = [ |
|
"bytemuck", |
|
"num-derive", |
|
"num-traits", |
|
"solana-decode-error", |
|
"solana-instruction", |
|
"solana-msg", |
|
"solana-program-error", |
|
"solana-pubkey", |
|
"spl-discriminator", |
|
"spl-pod", |
|
"thiserror 1.0.69", |
|
] |
|
|
|
[[package]] |
|
name = "spl-token-metadata-interface" |
|
version = "0.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dfb9c89dbc877abd735f05547dcf9e6e12c00c11d6d74d8817506cab4c99fdbb" |
|
dependencies = [ |
|
"borsh 1.5.7", |
|
"num-derive", |
|
"num-traits", |
|
"solana-borsh", |
|
"solana-decode-error", |
|
"solana-instruction", |
|
"solana-msg", |
|
"solana-program-error", |
|
"solana-pubkey", |
|
"spl-discriminator", |
|
"spl-pod", |
|
"spl-type-length-value", |
|
"thiserror 1.0.69", |
|
] |
|
|
|
[[package]] |
|
name = "spl-transfer-hook-interface" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4aa7503d52107c33c88e845e1351565050362c2314036ddf19a36cd25137c043" |
|
dependencies = [ |
|
"arrayref", |
|
"bytemuck", |
|
"num-derive", |
|
"num-traits", |
|
"solana-account-info", |
|
"solana-cpi", |
|
"solana-decode-error", |
|
"solana-instruction", |
|
"solana-msg", |
|
"solana-program-error", |
|
"solana-pubkey", |
|
"spl-discriminator", |
|
"spl-pod", |
|
"spl-program-error", |
|
"spl-tlv-account-resolution", |
|
"spl-type-length-value", |
|
"thiserror 1.0.69", |
|
] |
|
|
|
[[package]] |
|
name = "spl-type-length-value" |
|
version = "0.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ba70ef09b13af616a4c987797870122863cba03acc4284f226a4473b043923f9" |
|
dependencies = [ |
|
"bytemuck", |
|
"num-derive", |
|
"num-traits", |
|
"solana-account-info", |
|
"solana-decode-error", |
|
"solana-msg", |
|
"solana-program-error", |
|
"spl-discriminator", |
|
"spl-pod", |
|
"thiserror 1.0.69", |
|
] |
|
|
|
[[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.106" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"unicode-ident", |
|
] |
|
|
|
[[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.17" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" |
|
dependencies = [ |
|
"thiserror-impl 2.0.17", |
|
] |
|
|
|
[[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.106", |
|
] |
|
|
|
[[package]] |
|
name = "thiserror-impl" |
|
version = "2.0.17" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.106", |
|
] |
|
|
|
[[package]] |
|
name = "tinyvec" |
|
version = "1.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" |
|
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 = "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.23" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362" |
|
dependencies = [ |
|
"serde", |
|
"serde_spanned", |
|
"toml_datetime 0.6.11", |
|
"toml_edit 0.22.27", |
|
] |
|
|
|
[[package]] |
|
name = "toml_datetime" |
|
version = "0.6.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "toml_datetime" |
|
version = "0.7.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "32f1085dec27c2b6632b04c80b3bb1b4300d6495d1e129693bdda7d91e72eec1" |
|
dependencies = [ |
|
"serde_core", |
|
] |
|
|
|
[[package]] |
|
name = "toml_edit" |
|
version = "0.22.27" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" |
|
dependencies = [ |
|
"indexmap", |
|
"serde", |
|
"serde_spanned", |
|
"toml_datetime 0.6.11", |
|
"toml_write", |
|
"winnow", |
|
] |
|
|
|
[[package]] |
|
name = "toml_edit" |
|
version = "0.23.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f3effe7c0e86fdff4f69cdd2ccc1b96f933e24811c5441d44904e8683e27184b" |
|
dependencies = [ |
|
"indexmap", |
|
"toml_datetime 0.7.2", |
|
"toml_parser", |
|
"winnow", |
|
] |
|
|
|
[[package]] |
|
name = "toml_parser" |
|
version = "1.0.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4cf893c33be71572e0e9aa6dd15e6677937abd686b066eac3f8cd3531688a627" |
|
dependencies = [ |
|
"winnow", |
|
] |
|
|
|
[[package]] |
|
name = "toml_write" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" |
|
|
|
[[package]] |
|
name = "typenum" |
|
version = "1.19.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" |
|
|
|
[[package]] |
|
name = "unicode-ident" |
|
version = "1.0.19" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d" |
|
|
|
[[package]] |
|
name = "unicode-segmentation" |
|
version = "1.12.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" |
|
|
|
[[package]] |
|
name = "universal-hash" |
|
version = "0.5.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea" |
|
dependencies = [ |
|
"crypto-common", |
|
"subtle", |
|
] |
|
|
|
[[package]] |
|
name = "uriparse" |
|
version = "0.6.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0200d0fc04d809396c2ad43f3c95da3582a2556eba8d453c1087f4120ee352ff" |
|
dependencies = [ |
|
"fnv", |
|
"lazy_static", |
|
] |
|
|
|
[[package]] |
|
name = "version_check" |
|
version = "0.9.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
|
|
|
[[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.1+wasi-snapshot-preview1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" |
|
|
|
[[package]] |
|
name = "wasm-bindgen" |
|
version = "0.2.104" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d" |
|
dependencies = [ |
|
"cfg-if", |
|
"once_cell", |
|
"rustversion", |
|
"wasm-bindgen-macro", |
|
"wasm-bindgen-shared", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-backend" |
|
version = "0.2.104" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19" |
|
dependencies = [ |
|
"bumpalo", |
|
"log", |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.106", |
|
"wasm-bindgen-shared", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-macro" |
|
version = "0.2.104" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119" |
|
dependencies = [ |
|
"quote", |
|
"wasm-bindgen-macro-support", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-macro-support" |
|
version = "0.2.104" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.106", |
|
"wasm-bindgen-backend", |
|
"wasm-bindgen-shared", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-shared" |
|
version = "0.2.104" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1" |
|
dependencies = [ |
|
"unicode-ident", |
|
] |
|
|
|
[[package]] |
|
name = "web-sys" |
|
version = "0.3.81" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9367c417a924a74cae129e6a2ae3b47fabb1f8995595ab474029da749a8be120" |
|
dependencies = [ |
|
"js-sys", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "windows-link" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65" |
|
|
|
[[package]] |
|
name = "winnow" |
|
version = "0.7.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf" |
|
dependencies = [ |
|
"memchr", |
|
] |
|
|
|
[[package]] |
|
name = "zerocopy" |
|
version = "0.8.27" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c" |
|
dependencies = [ |
|
"zerocopy-derive", |
|
] |
|
|
|
[[package]] |
|
name = "zerocopy-derive" |
|
version = "0.8.27" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.106", |
|
] |
|
|
|
[[package]] |
|
name = "zeroize" |
|
version = "1.8.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" |
|
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.106", |
|
]
|
|
|