repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | # This file is automatically @generated by Cargo. |
| #2 | # It is not intended for manual editing. |
| #3 | version = 4 |
| #4 | |
| #5 | [[package]] |
| #6 | name = "aead" |
| #7 | version = "0.5.2" |
| #8 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #9 | checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0" |
| #10 | dependencies = [ |
| #11 | "crypto-common", |
| #12 | "generic-array", |
| #13 | ] |
| #14 | |
| #15 | [[package]] |
| #16 | name = "aes" |
| #17 | version = "0.8.4" |
| #18 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #19 | checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" |
| #20 | dependencies = [ |
| #21 | "cfg-if", |
| #22 | "cipher", |
| #23 | "cpufeatures", |
| #24 | ] |
| #25 | |
| #26 | [[package]] |
| #27 | name = "aes-gcm-siv" |
| #28 | version = "0.11.1" |
| #29 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #30 | checksum = "ae0784134ba9375416d469ec31e7c5f9fa94405049cf08c5ce5b4698be673e0d" |
| #31 | dependencies = [ |
| #32 | "aead", |
| #33 | "aes", |
| #34 | "cipher", |
| #35 | "ctr", |
| #36 | "polyval", |
| #37 | "subtle", |
| #38 | "zeroize", |
| #39 | ] |
| #40 | |
| #41 | [[package]] |
| #42 | name = "ahash" |
| #43 | version = "0.8.12" |
| #44 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #45 | checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" |
| #46 | dependencies = [ |
| #47 | "cfg-if", |
| #48 | "once_cell", |
| #49 | "version_check", |
| #50 | "zerocopy", |
| #51 | ] |
| #52 | |
| #53 | [[package]] |
| #54 | name = "aho-corasick" |
| #55 | version = "1.1.4" |
| #56 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #57 | checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" |
| #58 | dependencies = [ |
| #59 | "memchr", |
| #60 | ] |
| #61 | |
| #62 | [[package]] |
| #63 | name = "allocator-api2" |
| #64 | version = "0.2.21" |
| #65 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #66 | checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" |
| #67 | |
| #68 | [[package]] |
| #69 | name = "anchor-attribute-access-control" |
| #70 | version = "0.32.1" |
| #71 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #72 | checksum = "7a883ca44ef14b2113615fc6d3a85fefc68b5002034e88db37f7f1f802f88aa9" |
| #73 | dependencies = [ |
| #74 | "anchor-syn", |
| #75 | "proc-macro2", |
| #76 | "quote", |
| #77 | "syn 1.0.109", |
| #78 | ] |
| #79 | |
| #80 | [[package]] |
| #81 | name = "anchor-attribute-account" |
| #82 | version = "0.32.1" |
| #83 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #84 | checksum = "61c4d97763b29030412b4b80715076377edc9cc63bc3c9e667297778384b9fd2" |
| #85 | dependencies = [ |
| #86 | "anchor-syn", |
| #87 | "bs58", |
| #88 | "proc-macro2", |
| #89 | "quote", |
| #90 | "syn 1.0.109", |
| #91 | ] |
| #92 | |
| #93 | [[package]] |
| #94 | name = "anchor-attribute-constant" |
| #95 | version = "0.32.1" |
| #96 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #97 | checksum = "aae3328bbf9bbd517a51621b1ba6cbec06cbbc25e8cfc7403bddf69bcf088206" |
| #98 | dependencies = [ |
| #99 | "anchor-syn", |
| #100 | "quote", |
| #101 | "syn 1.0.109", |
| #102 | ] |
| #103 | |
| #104 | [[package]] |
| #105 | name = "anchor-attribute-error" |
| #106 | version = "0.32.1" |
| #107 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #108 | checksum = "cf2398a6d9e16df1ee9d7d37d970a8246756de898c8dd16ef6bdbe4da20cf39a" |
| #109 | dependencies = [ |
| #110 | "anchor-syn", |
| #111 | "quote", |
| #112 | "syn 1.0.109", |
| #113 | ] |
| #114 | |
| #115 | [[package]] |
| #116 | name = "anchor-attribute-event" |
| #117 | version = "0.32.1" |
| #118 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #119 | checksum = "f12758f4ec2f0e98d4d56916c6fe95cb23d74b8723dd902c762c5ef46ebe7b65" |
| #120 | dependencies = [ |
| #121 | "anchor-syn", |
| #122 | "proc-macro2", |
| #123 | "quote", |
| #124 | "syn 1.0.109", |
| #125 | ] |
| #126 | |
| #127 | [[package]] |
| #128 | name = "anchor-attribute-program" |
| #129 | version = "0.32.1" |
| #130 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #131 | checksum = "8c7193b5af2649813584aae6e3569c46fd59616a96af2083c556b13136c3830f" |
| #132 | dependencies = [ |
| #133 | "anchor-lang-idl", |
| #134 | "anchor-syn", |
| #135 | "anyhow", |
| #136 | "bs58", |
| #137 | "heck", |
| #138 | "proc-macro2", |
| #139 | "quote", |
| #140 | "serde_json", |
| #141 | "syn 1.0.109", |
| #142 | ] |
| #143 | |
| #144 | [[package]] |
| #145 | name = "anchor-derive-accounts" |
| #146 | version = "0.32.1" |
| #147 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #148 | checksum = "d332d1a13c0fca1a446de140b656e66110a5e8406977dcb6a41e5d6f323760b0" |
| #149 | dependencies = [ |
| #150 | "anchor-syn", |
| #151 | "quote", |
| #152 | "syn 1.0.109", |
| #153 | ] |
| #154 | |
| #155 | [[package]] |
| #156 | name = "anchor-derive-serde" |
| #157 | version = "0.32.1" |
| #158 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #159 | checksum = "8656e4af182edaeae665fa2d2d7ee81148518b5bd0be9a67f2a381bb17da7d46" |
| #160 | dependencies = [ |
| #161 | "anchor-syn", |
| #162 | "borsh-derive-internal", |
| #163 | "proc-macro2", |
| #164 | "quote", |
| #165 | "syn 1.0.109", |
| #166 | ] |
| #167 | |
| #168 | [[package]] |
| #169 | name = "anchor-derive-space" |
| #170 | version = "0.32.1" |
| #171 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #172 | checksum = "dcff2a083560cd79817db07d89a4de39a2c4b2eaa00c1742cf0df49b25ff2bed" |
| #173 | dependencies = [ |
| #174 | "proc-macro2", |
| #175 | "quote", |
| #176 | "syn 1.0.109", |
| #177 | ] |
| #178 | |
| #179 | [[package]] |
| #180 | name = "anchor-lang" |
| #181 | version = "0.32.1" |
| #182 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #183 | checksum = "e67d85d5376578f12d840c29ff323190f6eecd65b00a0b5f2b2f232751d049cc" |
| #184 | dependencies = [ |
| #185 | "anchor-attribute-access-control", |
| #186 | "anchor-attribute-account", |
| #187 | "anchor-attribute-constant", |
| #188 | "anchor-attribute-error", |
| #189 | "anchor-attribute-event", |
| #190 | "anchor-attribute-program", |
| #191 | "anchor-derive-accounts", |
| #192 | "anchor-derive-serde", |
| #193 | "anchor-derive-space", |
| #194 | "anchor-lang-idl", |
| #195 | "base64 0.21.7", |
| #196 | "bincode", |
| #197 | "borsh 0.10.4", |
| #198 | "bytemuck", |
| #199 | "solana-account-info", |
| #200 | "solana-clock", |
| #201 | "solana-cpi", |
| #202 | "solana-define-syscall", |
| #203 | "solana-feature-gate-interface", |
| #204 | "solana-instruction", |
| #205 | "solana-instructions-sysvar", |
| #206 | "solana-invoke", |
| #207 | "solana-loader-v3-interface 3.0.0", |
| #208 | "solana-msg", |
| #209 | "solana-program-entrypoint", |
| #210 | "solana-program-error", |
| #211 | "solana-program-memory", |
| #212 | "solana-program-option", |
| #213 | "solana-program-pack", |
| #214 | "solana-pubkey", |
| #215 | "solana-sdk-ids", |
| #216 | "solana-system-interface", |
| #217 | "solana-sysvar", |
| #218 | "solana-sysvar-id", |
| #219 | "thiserror 1.0.69", |
| #220 | ] |
| #221 | |
| #222 | [[package]] |
| #223 | name = "anchor-lang-idl" |
| #224 | version = "0.1.2" |
| #225 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #226 | checksum = "32e8599d21995f68e296265aa5ab0c3cef582fd58afec014d01bd0bce18a4418" |
| #227 | dependencies = [ |
| #228 | "anchor-lang-idl-spec", |
| #229 | "anyhow", |
| #230 | "heck", |
| #231 | "regex", |
| #232 | "serde", |
| #233 | "serde_json", |
| #234 | "sha2 0.10.9", |
| #235 | ] |
| #236 | |
| #237 | [[package]] |
| #238 | name = "anchor-lang-idl-spec" |
| #239 | version = "0.1.0" |
| #240 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #241 | checksum = "2bdf143115440fe621bdac3a29a1f7472e09f6cd82b2aa569429a0c13f103838" |
| #242 | dependencies = [ |
| #243 | "anyhow", |
| #244 | "serde", |
| #245 | ] |
| #246 | |
| #247 | [[package]] |
| #248 | name = "anchor-spl" |
| #249 | version = "0.32.1" |
| #250 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #251 | checksum = "3397ab3fc5b198bbfe55d827ff58bd69f2a8d3f9f71c3732c23c2093fec4d3ef" |
| #252 | dependencies = [ |
| #253 | "anchor-lang", |
| #254 | "spl-associated-token-account", |
| #255 | "spl-pod", |
| #256 | "spl-token", |
| #257 | "spl-token-2022", |
| #258 | "spl-token-group-interface", |
| #259 | "spl-token-metadata-interface", |
| #260 | ] |
| #261 | |
| #262 | [[package]] |
| #263 | name = "anchor-syn" |
| #264 | version = "0.32.1" |
| #265 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #266 | checksum = "b93b69aa7d099b59378433f6d7e20e1008fc10c69e48b220270e5b3f2ec4c8be" |
| #267 | dependencies = [ |
| #268 | "anyhow", |
| #269 | "bs58", |
| #270 | "cargo_toml", |
| #271 | "heck", |
| #272 | "proc-macro2", |
| #273 | "quote", |
| #274 | "serde", |
| #275 | "serde_json", |
| #276 | "sha2 0.10.9", |
| #277 | "syn 1.0.109", |
| #278 | "thiserror 1.0.69", |
| #279 | ] |
| #280 | |
| #281 | [[package]] |
| #282 | name = "anyhow" |
| #283 | version = "1.0.102" |
| #284 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #285 | checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" |
| #286 | |
| #287 | [[package]] |
| #288 | name = "arrayref" |
| #289 | version = "0.3.9" |
| #290 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #291 | checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" |
| #292 | |
| #293 | [[package]] |
| #294 | name = "arrayvec" |
| #295 | version = "0.7.6" |
| #296 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #297 | checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" |
| #298 | |
| #299 | [[package]] |
| #300 | name = "autocfg" |
| #301 | version = "1.5.0" |
| #302 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #303 | checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" |
| #304 | |
| #305 | [[package]] |
| #306 | name = "base64" |
| #307 | version = "0.12.3" |
| #308 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #309 | checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff" |
| #310 | |
| #311 | [[package]] |
| #312 | name = "base64" |
| #313 | version = "0.21.7" |
| #314 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #315 | checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" |
| #316 | |
| #317 | [[package]] |
| #318 | name = "base64" |
| #319 | version = "0.22.1" |
| #320 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #321 | checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
| #322 | |
| #323 | [[package]] |
| #324 | name = "bincode" |
| #325 | version = "1.3.3" |
| #326 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #327 | checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" |
| #328 | dependencies = [ |
| #329 | "serde", |
| #330 | ] |
| #331 | |
| #332 | [[package]] |
| #333 | name = "bitflags" |
| #334 | version = "2.11.0" |
| #335 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #336 | checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" |
| #337 | |
| #338 | [[package]] |
| #339 | name = "blake3" |
| #340 | version = "1.8.3" |
| #341 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #342 | checksum = "2468ef7d57b3fb7e16b576e8377cdbde2320c60e1491e961d11da40fc4f02a2d" |
| #343 | dependencies = [ |
| #344 | "arrayref", |
| #345 | "arrayvec", |
| #346 | "cc", |
| #347 | "cfg-if", |
| #348 | "constant_time_eq", |
| #349 | "cpufeatures", |
| #350 | "digest 0.10.7", |
| #351 | ] |
| #352 | |
| #353 | [[package]] |
| #354 | name = "block-buffer" |
| #355 | version = "0.9.0" |
| #356 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #357 | checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" |
| #358 | dependencies = [ |
| #359 | "generic-array", |
| #360 | ] |
| #361 | |
| #362 | [[package]] |
| #363 | name = "block-buffer" |
| #364 | version = "0.10.4" |
| #365 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #366 | checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
| #367 | dependencies = [ |
| #368 | "generic-array", |
| #369 | ] |
| #370 | |
| #371 | [[package]] |
| #372 | name = "borsh" |
| #373 | version = "0.10.4" |
| #374 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #375 | checksum = "115e54d64eb62cdebad391c19efc9dce4981c690c85a33a12199d99bb9546fee" |
| #376 | dependencies = [ |
| #377 | "borsh-derive 0.10.4", |
| #378 | "hashbrown 0.13.2", |
| #379 | ] |
| #380 | |
| #381 | [[package]] |
| #382 | name = "borsh" |
| #383 | version = "1.6.0" |
| #384 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #385 | checksum = "d1da5ab77c1437701eeff7c88d968729e7766172279eab0676857b3d63af7a6f" |
| #386 | dependencies = [ |
| #387 | "borsh-derive 1.6.0", |
| #388 | "cfg_aliases", |
| #389 | ] |
| #390 | |
| #391 | [[package]] |
| #392 | name = "borsh-derive" |
| #393 | version = "0.10.4" |
| #394 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #395 | checksum = "831213f80d9423998dd696e2c5345aba6be7a0bd8cd19e31c5243e13df1cef89" |
| #396 | dependencies = [ |
| #397 | "borsh-derive-internal", |
| #398 | "borsh-schema-derive-internal", |
| #399 | "proc-macro-crate 0.1.5", |
| #400 | "proc-macro2", |
| #401 | "syn 1.0.109", |
| #402 | ] |
| #403 | |
| #404 | [[package]] |
| #405 | name = "borsh-derive" |
| #406 | version = "1.6.0" |
| #407 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #408 | checksum = "0686c856aa6aac0c4498f936d7d6a02df690f614c03e4d906d1018062b5c5e2c" |
| #409 | dependencies = [ |
| #410 | "once_cell", |
| #411 | "proc-macro-crate 3.5.0", |
| #412 | "proc-macro2", |
| #413 | "quote", |
| #414 | "syn 2.0.117", |
| #415 | ] |
| #416 | |
| #417 | [[package]] |
| #418 | name = "borsh-derive-internal" |
| #419 | version = "0.10.4" |
| #420 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #421 | checksum = "65d6ba50644c98714aa2a70d13d7df3cd75cd2b523a2b452bf010443800976b3" |
| #422 | dependencies = [ |
| #423 | "proc-macro2", |
| #424 | "quote", |
| #425 | "syn 1.0.109", |
| #426 | ] |
| #427 | |
| #428 | [[package]] |
| #429 | name = "borsh-schema-derive-internal" |
| #430 | version = "0.10.4" |
| #431 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #432 | checksum = "276691d96f063427be83e6692b86148e488ebba9f48f77788724ca027ba3b6d4" |
| #433 | dependencies = [ |
| #434 | "proc-macro2", |
| #435 | "quote", |
| #436 | "syn 1.0.109", |
| #437 | ] |
| #438 | |
| #439 | [[package]] |
| #440 | name = "bs58" |
| #441 | version = "0.5.1" |
| #442 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #443 | checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4" |
| #444 | dependencies = [ |
| #445 | "tinyvec", |
| #446 | ] |
| #447 | |
| #448 | [[package]] |
| #449 | name = "bumpalo" |
| #450 | version = "3.20.2" |
| #451 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #452 | checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb" |
| #453 | |
| #454 | [[package]] |
| #455 | name = "bv" |
| #456 | version = "0.11.1" |
| #457 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #458 | checksum = "8834bb1d8ee5dc048ee3124f2c7c1afcc6bc9aed03f11e9dfd8c69470a5db340" |
| #459 | dependencies = [ |
| #460 | "feature-probe", |
| #461 | "serde", |
| #462 | ] |
| #463 | |
| #464 | [[package]] |
| #465 | name = "bytemuck" |
| #466 | version = "1.25.0" |
| #467 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #468 | checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec" |
| #469 | dependencies = [ |
| #470 | "bytemuck_derive", |
| #471 | ] |
| #472 | |
| #473 | [[package]] |
| #474 | name = "bytemuck_derive" |
| #475 | version = "1.10.2" |
| #476 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #477 | checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff" |
| #478 | dependencies = [ |
| #479 | "proc-macro2", |
| #480 | "quote", |
| #481 | "syn 2.0.117", |
| #482 | ] |
| #483 | |
| #484 | [[package]] |
| #485 | name = "byteorder" |
| #486 | version = "1.5.0" |
| #487 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #488 | checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
| #489 | |
| #490 | [[package]] |
| #491 | name = "cargo_toml" |
| #492 | version = "0.19.2" |
| #493 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #494 | checksum = "a98356df42a2eb1bd8f1793ae4ee4de48e384dd974ce5eac8eee802edb7492be" |
| #495 | dependencies = [ |
| #496 | "serde", |
| #497 | "toml 0.8.23", |
| #498 | ] |
| #499 | |
| #500 | [[package]] |
| #501 | name = "cc" |
| #502 | version = "1.2.57" |
| #503 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #504 | checksum = "7a0dd1ca384932ff3641c8718a02769f1698e7563dc6974ffd03346116310423" |
| #505 | dependencies = [ |
| #506 | "find-msvc-tools", |
| #507 | "shlex", |
| #508 | ] |
| #509 | |
| #510 | [[package]] |
| #511 | name = "cfg-if" |
| #512 | version = "1.0.4" |
| #513 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #514 | checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| #515 | |
| #516 | [[package]] |
| #517 | name = "cfg_aliases" |
| #518 | version = "0.2.1" |
| #519 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #520 | checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" |
| #521 | |
| #522 | [[package]] |
| #523 | name = "cipher" |
| #524 | version = "0.4.4" |
| #525 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #526 | checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" |
| #527 | dependencies = [ |
| #528 | "crypto-common", |
| #529 | "inout", |
| #530 | ] |
| #531 | |
| #532 | [[package]] |
| #533 | name = "console_error_panic_hook" |
| #534 | version = "0.1.7" |
| #535 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #536 | checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc" |
| #537 | dependencies = [ |
| #538 | "cfg-if", |
| #539 | "wasm-bindgen", |
| #540 | ] |
| #541 | |
| #542 | [[package]] |
| #543 | name = "console_log" |
| #544 | version = "0.2.2" |
| #545 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #546 | checksum = "e89f72f65e8501878b8a004d5a1afb780987e2ce2b4532c562e367a72c57499f" |
| #547 | dependencies = [ |
| #548 | "log", |
| #549 | "web-sys", |
| #550 | ] |
| #551 | |
| #552 | [[package]] |
| #553 | name = "constant_time_eq" |
| #554 | version = "0.4.2" |
| #555 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #556 | checksum = "3d52eff69cd5e647efe296129160853a42795992097e8af39800e1060caeea9b" |
| #557 | |
| #558 | [[package]] |
| #559 | name = "cpufeatures" |
| #560 | version = "0.2.17" |
| #561 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #562 | checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" |
| #563 | dependencies = [ |
| #564 | "libc", |
| #565 | ] |
| #566 | |
| #567 | [[package]] |
| #568 | name = "crunchy" |
| #569 | version = "0.2.4" |
| #570 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #571 | checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" |
| #572 | |
| #573 | [[package]] |
| #574 | name = "crypto-common" |
| #575 | version = "0.1.7" |
| #576 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #577 | checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" |
| #578 | dependencies = [ |
| #579 | "generic-array", |
| #580 | "rand_core 0.6.4", |
| #581 | "typenum", |
| #582 | ] |
| #583 | |
| #584 | [[package]] |
| #585 | name = "ctr" |
| #586 | version = "0.9.2" |
| #587 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #588 | checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835" |
| #589 | dependencies = [ |
| #590 | "cipher", |
| #591 | ] |
| #592 | |
| #593 | [[package]] |
| #594 | name = "curve25519-dalek" |
| #595 | version = "4.1.3" |
| #596 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #597 | checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be" |
| #598 | dependencies = [ |
| #599 | "cfg-if", |
| #600 | "cpufeatures", |
| #601 | "curve25519-dalek-derive", |
| #602 | "digest 0.10.7", |
| #603 | "fiat-crypto", |
| #604 | "rand_core 0.6.4", |
| #605 | "rustc_version", |
| #606 | "serde", |
| #607 | "subtle", |
| #608 | "zeroize", |
| #609 | ] |
| #610 | |
| #611 | [[package]] |
| #612 | name = "curve25519-dalek-derive" |
| #613 | version = "0.1.1" |
| #614 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #615 | checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" |
| #616 | dependencies = [ |
| #617 | "proc-macro2", |
| #618 | "quote", |
| #619 | "syn 2.0.117", |
| #620 | ] |
| #621 | |
| #622 | [[package]] |
| #623 | name = "derivation-path" |
| #624 | version = "0.2.0" |
| #625 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #626 | checksum = "6e5c37193a1db1d8ed868c03ec7b152175f26160a5b740e5e484143877e0adf0" |
| #627 | |
| #628 | [[package]] |
| #629 | name = "digest" |
| #630 | version = "0.9.0" |
| #631 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #632 | checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" |
| #633 | dependencies = [ |
| #634 | "generic-array", |
| #635 | ] |
| #636 | |
| #637 | [[package]] |
| #638 | name = "digest" |
| #639 | version = "0.10.7" |
| #640 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #641 | checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
| #642 | dependencies = [ |
| #643 | "block-buffer 0.10.4", |
| #644 | "crypto-common", |
| #645 | "subtle", |
| #646 | ] |
| #647 | |
| #648 | [[package]] |
| #649 | name = "either" |
| #650 | version = "1.15.0" |
| #651 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #652 | checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" |
| #653 | |
| #654 | [[package]] |
| #655 | name = "equivalent" |
| #656 | version = "1.0.2" |
| #657 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #658 | checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| #659 | |
| #660 | [[package]] |
| #661 | name = "escrow" |
| #662 | version = "0.1.0" |
| #663 | dependencies = [ |
| #664 | "anchor-lang", |
| #665 | "anchor-spl", |
| #666 | ] |
| #667 | |
| #668 | [[package]] |
| #669 | name = "feature-probe" |
| #670 | version = "0.1.1" |
| #671 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #672 | checksum = "835a3dc7d1ec9e75e2b5fb4ba75396837112d2060b03f7d43bc1897c7f7211da" |
| #673 | |
| #674 | [[package]] |
| #675 | name = "fiat-crypto" |
| #676 | version = "0.2.9" |
| #677 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #678 | checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" |
| #679 | |
| #680 | [[package]] |
| #681 | name = "find-msvc-tools" |
| #682 | version = "0.1.9" |
| #683 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #684 | checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" |
| #685 | |
| #686 | [[package]] |
| #687 | name = "five8" |
| #688 | version = "0.2.1" |
| #689 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #690 | checksum = "a75b8549488b4715defcb0d8a8a1c1c76a80661b5fa106b4ca0e7fce59d7d875" |
| #691 | dependencies = [ |
| #692 | "five8_core", |
| #693 | ] |
| #694 | |
| #695 | [[package]] |
| #696 | name = "five8_const" |
| #697 | version = "0.1.4" |
| #698 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #699 | checksum = "26dec3da8bc3ef08f2c04f61eab298c3ab334523e55f076354d6d6f613799a7b" |
| #700 | dependencies = [ |
| #701 | "five8_core", |
| #702 | ] |
| #703 | |
| #704 | [[package]] |
| #705 | name = "five8_core" |
| #706 | version = "0.1.2" |
| #707 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #708 | checksum = "2551bf44bc5f776c15044b9b94153a00198be06743e262afaaa61f11ac7523a5" |
| #709 | |
| #710 | [[package]] |
| #711 | name = "fnv" |
| #712 | version = "1.0.7" |
| #713 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #714 | checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
| #715 | |
| #716 | [[package]] |
| #717 | name = "foldhash" |
| #718 | version = "0.1.5" |
| #719 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #720 | checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" |
| #721 | |
| #722 | [[package]] |
| #723 | name = "generic-array" |
| #724 | version = "0.14.7" |
| #725 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #726 | checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
| #727 | dependencies = [ |
| #728 | "typenum", |
| #729 | "version_check", |
| #730 | ] |
| #731 | |
| #732 | [[package]] |
| #733 | name = "getrandom" |
| #734 | version = "0.1.16" |
| #735 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #736 | checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" |
| #737 | dependencies = [ |
| #738 | "cfg-if", |
| #739 | "libc", |
| #740 | "wasi 0.9.0+wasi-snapshot-preview1", |
| #741 | ] |
| #742 | |
| #743 | [[package]] |
| #744 | name = "getrandom" |
| #745 | version = "0.2.17" |
| #746 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #747 | checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" |
| #748 | dependencies = [ |
| #749 | "cfg-if", |
| #750 | "js-sys", |
| #751 | "libc", |
| #752 | "wasi 0.11.1+wasi-snapshot-preview1", |
| #753 | "wasm-bindgen", |
| #754 | ] |
| #755 | |
| #756 | [[package]] |
| #757 | name = "hashbrown" |
| #758 | version = "0.13.2" |
| #759 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #760 | checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" |
| #761 | dependencies = [ |
| #762 | "ahash", |
| #763 | ] |
| #764 | |
| #765 | [[package]] |
| #766 | name = "hashbrown" |
| #767 | version = "0.15.2" |
| #768 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #769 | checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" |
| #770 | dependencies = [ |
| #771 | "allocator-api2", |
| #772 | "equivalent", |
| #773 | "foldhash", |
| #774 | ] |
| #775 | |
| #776 | [[package]] |
| #777 | name = "hashbrown" |
| #778 | version = "0.16.1" |
| #779 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #780 | checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" |
| #781 | |
| #782 | [[package]] |
| #783 | name = "heck" |
| #784 | version = "0.3.3" |
| #785 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #786 | checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" |
| #787 | dependencies = [ |
| #788 | "unicode-segmentation", |
| #789 | ] |
| #790 | |
| #791 | [[package]] |
| #792 | name = "hmac" |
| #793 | version = "0.12.1" |
| #794 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #795 | checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" |
| #796 | dependencies = [ |
| #797 | "digest 0.10.7", |
| #798 | ] |
| #799 | |
| #800 | [[package]] |
| #801 | name = "indexmap" |
| #802 | version = "2.13.0" |
| #803 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #804 | checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" |
| #805 | dependencies = [ |
| #806 | "equivalent", |
| #807 | "hashbrown 0.16.1", |
| #808 | ] |
| #809 | |
| #810 | [[package]] |
| #811 | name = "inout" |
| #812 | version = "0.1.4" |
| #813 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #814 | checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01" |
| #815 | dependencies = [ |
| #816 | "generic-array", |
| #817 | ] |
| #818 | |
| #819 | [[package]] |
| #820 | name = "itertools" |
| #821 | version = "0.12.1" |
| #822 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #823 | checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" |
| #824 | dependencies = [ |
| #825 | "either", |
| #826 | ] |
| #827 | |
| #828 | [[package]] |
| #829 | name = "itoa" |
| #830 | version = "1.0.17" |
| #831 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #832 | checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" |
| #833 | |
| #834 | [[package]] |
| #835 | name = "js-sys" |
| #836 | version = "0.3.91" |
| #837 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #838 | checksum = "b49715b7073f385ba4bc528e5747d02e66cb39c6146efb66b781f131f0fb399c" |
| #839 | dependencies = [ |
| #840 | "once_cell", |
| #841 | "wasm-bindgen", |
| #842 | ] |
| #843 | |
| #844 | [[package]] |
| #845 | name = "keccak" |
| #846 | version = "0.1.6" |
| #847 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #848 | checksum = "cb26cec98cce3a3d96cbb7bced3c4b16e3d13f27ec56dbd62cbc8f39cfb9d653" |
| #849 | dependencies = [ |
| #850 | "cpufeatures", |
| #851 | ] |
| #852 | |
| #853 | [[package]] |
| #854 | name = "lazy_static" |
| #855 | version = "1.5.0" |
| #856 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #857 | checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
| #858 | |
| #859 | [[package]] |
| #860 | name = "libc" |
| #861 | version = "0.2.183" |
| #862 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #863 | checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d" |
| #864 | |
| #865 | [[package]] |
| #866 | name = "libsecp256k1" |
| #867 | version = "0.6.0" |
| #868 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #869 | checksum = "c9d220bc1feda2ac231cb78c3d26f27676b8cf82c96971f7aeef3d0cf2797c73" |
| #870 | dependencies = [ |
| #871 | "arrayref", |
| #872 | "base64 0.12.3", |
| #873 | "digest 0.9.0", |
| #874 | "libsecp256k1-core", |
| #875 | "libsecp256k1-gen-ecmult", |
| #876 | "libsecp256k1-gen-genmult", |
| #877 | "rand 0.7.3", |
| #878 | "serde", |
| #879 | "sha2 0.9.9", |
| #880 | ] |
| #881 | |
| #882 | [[package]] |
| #883 | name = "libsecp256k1-core" |
| #884 | version = "0.2.2" |
| #885 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #886 | checksum = "d0f6ab710cec28cef759c5f18671a27dae2a5f952cdaaee1d8e2908cb2478a80" |
| #887 | dependencies = [ |
| #888 | "crunchy", |
| #889 | "digest 0.9.0", |
| #890 | "subtle", |
| #891 | ] |
| #892 | |
| #893 | [[package]] |
| #894 | name = "libsecp256k1-gen-ecmult" |
| #895 | version = "0.2.1" |
| #896 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #897 | checksum = "ccab96b584d38fac86a83f07e659f0deafd0253dc096dab5a36d53efe653c5c3" |
| #898 | dependencies = [ |
| #899 | "libsecp256k1-core", |
| #900 | ] |
| #901 | |
| #902 | [[package]] |
| #903 | name = "libsecp256k1-gen-genmult" |
| #904 | version = "0.2.1" |
| #905 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #906 | checksum = "67abfe149395e3aa1c48a2beb32b068e2334402df8181f818d3aee2b304c4f5d" |
| #907 | dependencies = [ |
| #908 | "libsecp256k1-core", |
| #909 | ] |
| #910 | |
| #911 | [[package]] |
| #912 | name = "lock_api" |
| #913 | version = "0.4.14" |
| #914 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #915 | checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" |
| #916 | dependencies = [ |
| #917 | "scopeguard", |
| #918 | ] |
| #919 | |
| #920 | [[package]] |
| #921 | name = "log" |
| #922 | version = "0.4.29" |
| #923 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #924 | checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" |
| #925 | |
| #926 | [[package]] |
| #927 | name = "memchr" |
| #928 | version = "2.8.0" |
| #929 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #930 | checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" |
| #931 | |
| #932 | [[package]] |
| #933 | name = "memoffset" |
| #934 | version = "0.9.1" |
| #935 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #936 | checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" |
| #937 | dependencies = [ |
| #938 | "autocfg", |
| #939 | ] |
| #940 | |
| #941 | [[package]] |
| #942 | name = "merlin" |
| #943 | version = "3.0.0" |
| #944 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #945 | checksum = "58c38e2799fc0978b65dfff8023ec7843e2330bb462f19198840b34b6582397d" |
| #946 | dependencies = [ |
| #947 | "byteorder", |
| #948 | "keccak", |
| #949 | "rand_core 0.6.4", |
| #950 | "zeroize", |
| #951 | ] |
| #952 | |
| #953 | [[package]] |
| #954 | name = "num-bigint" |
| #955 | version = "0.4.6" |
| #956 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #957 | checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" |
| #958 | dependencies = [ |
| #959 | "num-integer", |
| #960 | "num-traits", |
| #961 | ] |
| #962 | |
| #963 | [[package]] |
| #964 | name = "num-derive" |
| #965 | version = "0.4.2" |
| #966 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #967 | checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" |
| #968 | dependencies = [ |
| #969 | "proc-macro2", |
| #970 | "quote", |
| #971 | "syn 2.0.117", |
| #972 | ] |
| #973 | |
| #974 | [[package]] |
| #975 | name = "num-integer" |
| #976 | version = "0.1.46" |
| #977 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #978 | checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" |
| #979 | dependencies = [ |
| #980 | "num-traits", |
| #981 | ] |
| #982 | |
| #983 | [[package]] |
| #984 | name = "num-traits" |
| #985 | version = "0.2.19" |
| #986 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #987 | checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
| #988 | dependencies = [ |
| #989 | "autocfg", |
| #990 | ] |
| #991 | |
| #992 | [[package]] |
| #993 | name = "num_enum" |
| #994 | version = "0.7.6" |
| #995 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #996 | checksum = "5d0bca838442ec211fa11de3a8b0e0e8f3a4522575b5c4c06ed722e005036f26" |
| #997 | dependencies = [ |
| #998 | "num_enum_derive", |
| #999 | "rustversion", |
| #1000 | ] |
| #1001 | |
| #1002 | [[package]] |
| #1003 | name = "num_enum_derive" |
| #1004 | version = "0.7.6" |
| #1005 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1006 | checksum = "680998035259dcfcafe653688bf2aa6d3e2dc05e98be6ab46afb089dc84f1df8" |
| #1007 | dependencies = [ |
| #1008 | "proc-macro-crate 3.5.0", |
| #1009 | "proc-macro2", |
| #1010 | "quote", |
| #1011 | "syn 2.0.117", |
| #1012 | ] |
| #1013 | |
| #1014 | [[package]] |
| #1015 | name = "once_cell" |
| #1016 | version = "1.21.4" |
| #1017 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1018 | checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" |
| #1019 | |
| #1020 | [[package]] |
| #1021 | name = "opaque-debug" |
| #1022 | version = "0.3.1" |
| #1023 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1024 | checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" |
| #1025 | |
| #1026 | [[package]] |
| #1027 | name = "parking_lot" |
| #1028 | version = "0.12.5" |
| #1029 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1030 | checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" |
| #1031 | dependencies = [ |
| #1032 | "lock_api", |
| #1033 | "parking_lot_core", |
| #1034 | ] |
| #1035 | |
| #1036 | [[package]] |
| #1037 | name = "parking_lot_core" |
| #1038 | version = "0.9.12" |
| #1039 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1040 | checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" |
| #1041 | dependencies = [ |
| #1042 | "cfg-if", |
| #1043 | "libc", |
| #1044 | "redox_syscall", |
| #1045 | "smallvec", |
| #1046 | "windows-link", |
| #1047 | ] |
| #1048 | |
| #1049 | [[package]] |
| #1050 | name = "pbkdf2" |
| #1051 | version = "0.11.0" |
| #1052 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1053 | checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917" |
| #1054 | dependencies = [ |
| #1055 | "digest 0.10.7", |
| #1056 | ] |
| #1057 | |
| #1058 | [[package]] |
| #1059 | name = "percent-encoding" |
| #1060 | version = "2.3.2" |
| #1061 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1062 | checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" |
| #1063 | |
| #1064 | [[package]] |
| #1065 | name = "polyval" |
| #1066 | version = "0.6.2" |
| #1067 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1068 | checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25" |
| #1069 | dependencies = [ |
| #1070 | "cfg-if", |
| #1071 | "cpufeatures", |
| #1072 | "opaque-debug", |
| #1073 | "universal-hash", |
| #1074 | ] |
| #1075 | |
| #1076 | [[package]] |
| #1077 | name = "ppv-lite86" |
| #1078 | version = "0.2.21" |
| #1079 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1080 | checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" |
| #1081 | dependencies = [ |
| #1082 | "zerocopy", |
| #1083 | ] |
| #1084 | |
| #1085 | [[package]] |
| #1086 | name = "proc-macro-crate" |
| #1087 | version = "0.1.5" |
| #1088 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1089 | checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785" |
| #1090 | dependencies = [ |
| #1091 | "toml 0.5.11", |
| #1092 | ] |
| #1093 | |
| #1094 | [[package]] |
| #1095 | name = "proc-macro-crate" |
| #1096 | version = "3.5.0" |
| #1097 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1098 | checksum = "e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f" |
| #1099 | dependencies = [ |
| #1100 | "toml_edit 0.25.4+spec-1.1.0", |
| #1101 | ] |
| #1102 | |
| #1103 | [[package]] |
| #1104 | name = "proc-macro2" |
| #1105 | version = "1.0.106" |
| #1106 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1107 | checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" |
| #1108 | dependencies = [ |
| #1109 | "unicode-ident", |
| #1110 | ] |
| #1111 | |
| #1112 | [[package]] |
| #1113 | name = "qstring" |
| #1114 | version = "0.7.2" |
| #1115 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1116 | checksum = "d464fae65fff2680baf48019211ce37aaec0c78e9264c84a3e484717f965104e" |
| #1117 | dependencies = [ |
| #1118 | "percent-encoding", |
| #1119 | ] |
| #1120 | |
| #1121 | [[package]] |
| #1122 | name = "quote" |
| #1123 | version = "1.0.45" |
| #1124 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1125 | checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" |
| #1126 | dependencies = [ |
| #1127 | "proc-macro2", |
| #1128 | ] |
| #1129 | |
| #1130 | [[package]] |
| #1131 | name = "rand" |
| #1132 | version = "0.7.3" |
| #1133 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1134 | checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" |
| #1135 | dependencies = [ |
| #1136 | "getrandom 0.1.16", |
| #1137 | "libc", |
| #1138 | "rand_chacha 0.2.2", |
| #1139 | "rand_core 0.5.1", |
| #1140 | "rand_hc", |
| #1141 | ] |
| #1142 | |
| #1143 | [[package]] |
| #1144 | name = "rand" |
| #1145 | version = "0.8.5" |
| #1146 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1147 | checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
| #1148 | dependencies = [ |
| #1149 | "libc", |
| #1150 | "rand_chacha 0.3.1", |
| #1151 | "rand_core 0.6.4", |
| #1152 | ] |
| #1153 | |
| #1154 | [[package]] |
| #1155 | name = "rand_chacha" |
| #1156 | version = "0.2.2" |
| #1157 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1158 | checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" |
| #1159 | dependencies = [ |
| #1160 | "ppv-lite86", |
| #1161 | "rand_core 0.5.1", |
| #1162 | ] |
| #1163 | |
| #1164 | [[package]] |
| #1165 | name = "rand_chacha" |
| #1166 | version = "0.3.1" |
| #1167 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1168 | checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
| #1169 | dependencies = [ |
| #1170 | "ppv-lite86", |
| #1171 | "rand_core 0.6.4", |
| #1172 | ] |
| #1173 | |
| #1174 | [[package]] |
| #1175 | name = "rand_core" |
| #1176 | version = "0.5.1" |
| #1177 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1178 | checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" |
| #1179 | dependencies = [ |
| #1180 | "getrandom 0.1.16", |
| #1181 | ] |
| #1182 | |
| #1183 | [[package]] |
| #1184 | name = "rand_core" |
| #1185 | version = "0.6.4" |
| #1186 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1187 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
| #1188 | dependencies = [ |
| #1189 | "getrandom 0.2.17", |
| #1190 | ] |
| #1191 | |
| #1192 | [[package]] |
| #1193 | name = "rand_hc" |
| #1194 | version = "0.2.0" |
| #1195 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1196 | checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" |
| #1197 | dependencies = [ |
| #1198 | "rand_core 0.5.1", |
| #1199 | ] |
| #1200 | |
| #1201 | [[package]] |
| #1202 | name = "redox_syscall" |
| #1203 | version = "0.5.18" |
| #1204 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1205 | checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" |
| #1206 | dependencies = [ |
| #1207 | "bitflags", |
| #1208 | ] |
| #1209 | |
| #1210 | [[package]] |
| #1211 | name = "regex" |
| #1212 | version = "1.12.3" |
| #1213 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1214 | checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" |
| #1215 | dependencies = [ |
| #1216 | "aho-corasick", |
| #1217 | "memchr", |
| #1218 | "regex-automata", |
| #1219 | "regex-syntax", |
| #1220 | ] |
| #1221 | |
| #1222 | [[package]] |
| #1223 | name = "regex-automata" |
| #1224 | version = "0.4.14" |
| #1225 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1226 | checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" |
| #1227 | dependencies = [ |
| #1228 | "aho-corasick", |
| #1229 | "memchr", |
| #1230 | "regex-syntax", |
| #1231 | ] |
| #1232 | |
| #1233 | [[package]] |
| #1234 | name = "regex-syntax" |
| #1235 | version = "0.8.10" |
| #1236 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1237 | checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" |
| #1238 | |
| #1239 | [[package]] |
| #1240 | name = "rustc_version" |
| #1241 | version = "0.4.1" |
| #1242 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1243 | checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" |
| #1244 | dependencies = [ |
| #1245 | "semver", |
| #1246 | ] |
| #1247 | |
| #1248 | [[package]] |
| #1249 | name = "rustversion" |
| #1250 | version = "1.0.22" |
| #1251 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1252 | checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" |
| #1253 | |
| #1254 | [[package]] |
| #1255 | name = "scopeguard" |
| #1256 | version = "1.2.0" |
| #1257 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1258 | checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
| #1259 | |
| #1260 | [[package]] |
| #1261 | name = "semver" |
| #1262 | version = "1.0.27" |
| #1263 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1264 | checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" |
| #1265 | |
| #1266 | [[package]] |
| #1267 | name = "serde" |
| #1268 | version = "1.0.228" |
| #1269 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1270 | checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" |
| #1271 | dependencies = [ |
| #1272 | "serde_core", |
| #1273 | "serde_derive", |
| #1274 | ] |
| #1275 | |
| #1276 | [[package]] |
| #1277 | name = "serde_bytes" |
| #1278 | version = "0.11.19" |
| #1279 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1280 | checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8" |
| #1281 | dependencies = [ |
| #1282 | "serde", |
| #1283 | "serde_core", |
| #1284 | ] |
| #1285 | |
| #1286 | [[package]] |
| #1287 | name = "serde_core" |
| #1288 | version = "1.0.228" |
| #1289 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1290 | checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" |
| #1291 | dependencies = [ |
| #1292 | "serde_derive", |
| #1293 | ] |
| #1294 | |
| #1295 | [[package]] |
| #1296 | name = "serde_derive" |
| #1297 | version = "1.0.228" |
| #1298 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1299 | checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" |
| #1300 | dependencies = [ |
| #1301 | "proc-macro2", |
| #1302 | "quote", |
| #1303 | "syn 2.0.117", |
| #1304 | ] |
| #1305 | |
| #1306 | [[package]] |
| #1307 | name = "serde_json" |
| #1308 | version = "1.0.149" |
| #1309 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1310 | checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" |
| #1311 | dependencies = [ |
| #1312 | "itoa", |
| #1313 | "memchr", |
| #1314 | "serde", |
| #1315 | "serde_core", |
| #1316 | "zmij", |
| #1317 | ] |
| #1318 | |
| #1319 | [[package]] |
| #1320 | name = "serde_spanned" |
| #1321 | version = "0.6.9" |
| #1322 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1323 | checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" |
| #1324 | dependencies = [ |
| #1325 | "serde", |
| #1326 | ] |
| #1327 | |
| #1328 | [[package]] |
| #1329 | name = "sha2" |
| #1330 | version = "0.9.9" |
| #1331 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1332 | checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800" |
| #1333 | dependencies = [ |
| #1334 | "block-buffer 0.9.0", |
| #1335 | "cfg-if", |
| #1336 | "cpufeatures", |
| #1337 | "digest 0.9.0", |
| #1338 | "opaque-debug", |
| #1339 | ] |
| #1340 | |
| #1341 | [[package]] |
| #1342 | name = "sha2" |
| #1343 | version = "0.10.9" |
| #1344 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1345 | checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" |
| #1346 | dependencies = [ |
| #1347 | "cfg-if", |
| #1348 | "cpufeatures", |
| #1349 | "digest 0.10.7", |
| #1350 | ] |
| #1351 | |
| #1352 | [[package]] |
| #1353 | name = "sha3" |
| #1354 | version = "0.10.8" |
| #1355 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1356 | checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60" |
| #1357 | dependencies = [ |
| #1358 | "digest 0.10.7", |
| #1359 | "keccak", |
| #1360 | ] |
| #1361 | |
| #1362 | [[package]] |
| #1363 | name = "shlex" |
| #1364 | version = "1.3.0" |
| #1365 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1366 | checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
| #1367 | |
| #1368 | [[package]] |
| #1369 | name = "smallvec" |
| #1370 | version = "1.15.1" |
| #1371 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1372 | checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" |
| #1373 | |
| #1374 | [[package]] |
| #1375 | name = "solana-account" |
| #1376 | version = "2.2.1" |
| #1377 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1378 | checksum = "0f949fe4edaeaea78c844023bfc1c898e0b1f5a100f8a8d2d0f85d0a7b090258" |
| #1379 | dependencies = [ |
| #1380 | "solana-account-info", |
| #1381 | "solana-clock", |
| #1382 | "solana-instruction", |
| #1383 | "solana-pubkey", |
| #1384 | "solana-sdk-ids", |
| #1385 | ] |
| #1386 | |
| #1387 | [[package]] |
| #1388 | name = "solana-account-info" |
| #1389 | version = "2.3.0" |
| #1390 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1391 | checksum = "c8f5152a288ef1912300fc6efa6c2d1f9bb55d9398eb6c72326360b8063987da" |
| #1392 | dependencies = [ |
| #1393 | "bincode", |
| #1394 | "serde", |
| #1395 | "solana-program-error", |
| #1396 | "solana-program-memory", |
| #1397 | "solana-pubkey", |
| #1398 | ] |
| #1399 | |
| #1400 | [[package]] |
| #1401 | name = "solana-address-lookup-table-interface" |
| #1402 | version = "2.2.2" |
| #1403 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1404 | checksum = "d1673f67efe870b64a65cb39e6194be5b26527691ce5922909939961a6e6b395" |
| #1405 | dependencies = [ |
| #1406 | "bincode", |
| #1407 | "bytemuck", |
| #1408 | "serde", |
| #1409 | "serde_derive", |
| #1410 | "solana-clock", |
| #1411 | "solana-instruction", |
| #1412 | "solana-pubkey", |
| #1413 | "solana-sdk-ids", |
| #1414 | "solana-slot-hashes", |
| #1415 | ] |
| #1416 | |
| #1417 | [[package]] |
| #1418 | name = "solana-atomic-u64" |
| #1419 | version = "2.2.1" |
| #1420 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1421 | checksum = "d52e52720efe60465b052b9e7445a01c17550666beec855cce66f44766697bc2" |
| #1422 | dependencies = [ |
| #1423 | "parking_lot", |
| #1424 | ] |
| #1425 | |
| #1426 | [[package]] |
| #1427 | name = "solana-big-mod-exp" |
| #1428 | version = "2.2.1" |
| #1429 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1430 | checksum = "75db7f2bbac3e62cfd139065d15bcda9e2428883ba61fc8d27ccb251081e7567" |
| #1431 | dependencies = [ |
| #1432 | "num-bigint", |
| #1433 | "num-traits", |
| #1434 | "solana-define-syscall", |
| #1435 | ] |
| #1436 | |
| #1437 | [[package]] |
| #1438 | name = "solana-bincode" |
| #1439 | version = "2.2.1" |
| #1440 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1441 | checksum = "19a3787b8cf9c9fe3dd360800e8b70982b9e5a8af9e11c354b6665dd4a003adc" |
| #1442 | dependencies = [ |
| #1443 | "bincode", |
| #1444 | "serde", |
| #1445 | "solana-instruction", |
| #1446 | ] |
| #1447 | |
| #1448 | [[package]] |
| #1449 | name = "solana-blake3-hasher" |
| #1450 | version = "2.2.1" |
| #1451 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1452 | checksum = "a1a0801e25a1b31a14494fc80882a036be0ffd290efc4c2d640bfcca120a4672" |
| #1453 | dependencies = [ |
| #1454 | "blake3", |
| #1455 | "solana-define-syscall", |
| #1456 | "solana-hash", |
| #1457 | "solana-sanitize", |
| #1458 | ] |
| #1459 | |
| #1460 | [[package]] |
| #1461 | name = "solana-borsh" |
| #1462 | version = "2.2.1" |
| #1463 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1464 | checksum = "718333bcd0a1a7aed6655aa66bef8d7fb047944922b2d3a18f49cbc13e73d004" |
| #1465 | dependencies = [ |
| #1466 | "borsh 0.10.4", |
| #1467 | "borsh 1.6.0", |
| #1468 | ] |
| #1469 | |
| #1470 | [[package]] |
| #1471 | name = "solana-clock" |
| #1472 | version = "2.2.3" |
| #1473 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1474 | checksum = "f8584296123df8fe229b95e2ebfd37ae637fe9db9b7d4dd677ac5a78e80dbfce" |
| #1475 | dependencies = [ |
| #1476 | "serde", |
| #1477 | "serde_derive", |
| #1478 | "solana-sdk-ids", |
| #1479 | "solana-sdk-macro", |
| #1480 | "solana-sysvar-id", |
| #1481 | ] |
| #1482 | |
| #1483 | [[package]] |
| #1484 | name = "solana-cpi" |
| #1485 | version = "2.2.1" |
| #1486 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1487 | checksum = "8dc71126edddc2ba014622fc32d0f5e2e78ec6c5a1e0eb511b85618c09e9ea11" |
| #1488 | dependencies = [ |
| #1489 | "solana-account-info", |
| #1490 | "solana-define-syscall", |
| #1491 | "solana-instruction", |
| #1492 | "solana-program-error", |
| #1493 | "solana-pubkey", |
| #1494 | "solana-stable-layout", |
| #1495 | ] |
| #1496 | |
| #1497 | [[package]] |
| #1498 | name = "solana-curve25519" |
| #1499 | version = "2.3.13" |
| #1500 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1501 | checksum = "eae4261b9a8613d10e77ac831a8fa60b6fa52b9b103df46d641deff9f9812a23" |
| #1502 | dependencies = [ |
| #1503 | "bytemuck", |
| #1504 | "bytemuck_derive", |
| #1505 | "curve25519-dalek", |
| #1506 | "solana-define-syscall", |
| #1507 | "subtle", |
| #1508 | "thiserror 2.0.18", |
| #1509 | ] |
| #1510 | |
| #1511 | [[package]] |
| #1512 | name = "solana-decode-error" |
| #1513 | version = "2.3.0" |
| #1514 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1515 | checksum = "8c781686a18db2f942e70913f7ca15dc120ec38dcab42ff7557db2c70c625a35" |
| #1516 | dependencies = [ |
| #1517 | "num-traits", |
| #1518 | ] |
| #1519 | |
| #1520 | [[package]] |
| #1521 | name = "solana-define-syscall" |
| #1522 | version = "2.3.0" |
| #1523 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1524 | checksum = "2ae3e2abcf541c8122eafe9a625d4d194b4023c20adde1e251f94e056bb1aee2" |
| #1525 | |
| #1526 | [[package]] |
| #1527 | name = "solana-derivation-path" |
| #1528 | version = "2.2.1" |
| #1529 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1530 | checksum = "939756d798b25c5ec3cca10e06212bdca3b1443cb9bb740a38124f58b258737b" |
| #1531 | dependencies = [ |
| #1532 | "derivation-path", |
| #1533 | "qstring", |
| #1534 | "uriparse", |
| #1535 | ] |
| #1536 | |
| #1537 | [[package]] |
| #1538 | name = "solana-epoch-rewards" |
| #1539 | version = "2.2.1" |
| #1540 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1541 | checksum = "86b575d3dd323b9ea10bb6fe89bf6bf93e249b215ba8ed7f68f1a3633f384db7" |
| #1542 | dependencies = [ |
| #1543 | "serde", |
| #1544 | "serde_derive", |
| #1545 | "solana-hash", |
| #1546 | "solana-sdk-ids", |
| #1547 | "solana-sdk-macro", |
| #1548 | "solana-sysvar-id", |
| #1549 | ] |
| #1550 | |
| #1551 | [[package]] |
| #1552 | name = "solana-epoch-schedule" |
| #1553 | version = "2.2.1" |
| #1554 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1555 | checksum = "3fce071fbddecc55d727b1d7ed16a629afe4f6e4c217bc8d00af3b785f6f67ed" |
| #1556 | dependencies = [ |
| #1557 | "serde", |
| #1558 | "serde_derive", |
| #1559 | "solana-sdk-ids", |
| #1560 | "solana-sdk-macro", |
| #1561 | "solana-sysvar-id", |
| #1562 | ] |
| #1563 | |
| #1564 | [[package]] |
| #1565 | name = "solana-example-mocks" |
| #1566 | version = "2.2.1" |
| #1567 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1568 | checksum = "84461d56cbb8bb8d539347151e0525b53910102e4bced875d49d5139708e39d3" |
| #1569 | dependencies = [ |
| #1570 | "serde", |
| #1571 | "serde_derive", |
| #1572 | "solana-address-lookup-table-interface", |
| #1573 | "solana-clock", |
| #1574 | "solana-hash", |
| #1575 | "solana-instruction", |
| #1576 | "solana-keccak-hasher", |
| #1577 | "solana-message", |
| #1578 | "solana-nonce", |
| #1579 | "solana-pubkey", |
| #1580 | "solana-sdk-ids", |
| #1581 | "solana-system-interface", |
| #1582 | "thiserror 2.0.18", |
| #1583 | ] |
| #1584 | |
| #1585 | [[package]] |
| #1586 | name = "solana-feature-gate-interface" |
| #1587 | version = "2.2.2" |
| #1588 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1589 | checksum = "43f5c5382b449e8e4e3016fb05e418c53d57782d8b5c30aa372fc265654b956d" |
| #1590 | dependencies = [ |
| #1591 | "bincode", |
| #1592 | "serde", |
| #1593 | "serde_derive", |
| #1594 | "solana-account", |
| #1595 | "solana-account-info", |
| #1596 | "solana-instruction", |
| #1597 | "solana-program-error", |
| #1598 | "solana-pubkey", |
| #1599 | "solana-rent", |
| #1600 | "solana-sdk-ids", |
| #1601 | "solana-system-interface", |
| #1602 | ] |
| #1603 | |
| #1604 | [[package]] |
| #1605 | name = "solana-fee-calculator" |
| #1606 | version = "2.2.1" |
| #1607 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1608 | checksum = "d89bc408da0fb3812bc3008189d148b4d3e08252c79ad810b245482a3f70cd8d" |
| #1609 | dependencies = [ |
| #1610 | "log", |
| #1611 | "serde", |
| #1612 | "serde_derive", |
| #1613 | ] |
| #1614 | |
| #1615 | [[package]] |
| #1616 | name = "solana-hash" |
| #1617 | version = "2.3.0" |
| #1618 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1619 | checksum = "b5b96e9f0300fa287b545613f007dfe20043d7812bee255f418c1eb649c93b63" |
| #1620 | dependencies = [ |
| #1621 | "borsh 1.6.0", |
| #1622 | "bytemuck", |
| #1623 | "bytemuck_derive", |
| #1624 | "five8", |
| #1625 | "js-sys", |
| #1626 | "serde", |
| #1627 | "serde_derive", |
| #1628 | "solana-atomic-u64", |
| #1629 | "solana-sanitize", |
| #1630 | "wasm-bindgen", |
| #1631 | ] |
| #1632 | |
| #1633 | [[package]] |
| #1634 | name = "solana-instruction" |
| #1635 | version = "2.3.3" |
| #1636 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1637 | checksum = "bab5682934bd1f65f8d2c16f21cb532526fcc1a09f796e2cacdb091eee5774ad" |
| #1638 | dependencies = [ |
| #1639 | "bincode", |
| #1640 | "borsh 1.6.0", |
| #1641 | "getrandom 0.2.17", |
| #1642 | "js-sys", |
| #1643 | "num-traits", |
| #1644 | "serde", |
| #1645 | "serde_derive", |
| #1646 | "serde_json", |
| #1647 | "solana-define-syscall", |
| #1648 | "solana-pubkey", |
| #1649 | "wasm-bindgen", |
| #1650 | ] |
| #1651 | |
| #1652 | [[package]] |
| #1653 | name = "solana-instructions-sysvar" |
| #1654 | version = "2.2.2" |
| #1655 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1656 | checksum = "e0e85a6fad5c2d0c4f5b91d34b8ca47118fc593af706e523cdbedf846a954f57" |
| #1657 | dependencies = [ |
| #1658 | "bitflags", |
| #1659 | "solana-account-info", |
| #1660 | "solana-instruction", |
| #1661 | "solana-program-error", |
| #1662 | "solana-pubkey", |
| #1663 | "solana-sanitize", |
| #1664 | "solana-sdk-ids", |
| #1665 | "solana-serialize-utils", |
| #1666 | "solana-sysvar-id", |
| #1667 | ] |
| #1668 | |
| #1669 | [[package]] |
| #1670 | name = "solana-invoke" |
| #1671 | version = "0.4.0" |
| #1672 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1673 | checksum = "58f5693c6de226b3626658377168b0184e94e8292ff16e3d31d4766e65627565" |
| #1674 | dependencies = [ |
| #1675 | "solana-account-info", |
| #1676 | "solana-define-syscall", |
| #1677 | "solana-instruction", |
| #1678 | "solana-program-entrypoint", |
| #1679 | "solana-stable-layout", |
| #1680 | ] |
| #1681 | |
| #1682 | [[package]] |
| #1683 | name = "solana-keccak-hasher" |
| #1684 | version = "2.2.1" |
| #1685 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1686 | checksum = "c7aeb957fbd42a451b99235df4942d96db7ef678e8d5061ef34c9b34cae12f79" |
| #1687 | dependencies = [ |
| #1688 | "sha3", |
| #1689 | "solana-define-syscall", |
| #1690 | "solana-hash", |
| #1691 | "solana-sanitize", |
| #1692 | ] |
| #1693 | |
| #1694 | [[package]] |
| #1695 | name = "solana-last-restart-slot" |
| #1696 | version = "2.2.1" |
| #1697 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1698 | checksum = "4a6360ac2fdc72e7463565cd256eedcf10d7ef0c28a1249d261ec168c1b55cdd" |
| #1699 | dependencies = [ |
| #1700 | "serde", |
| #1701 | "serde_derive", |
| #1702 | "solana-sdk-ids", |
| #1703 | "solana-sdk-macro", |
| #1704 | "solana-sysvar-id", |
| #1705 | ] |
| #1706 | |
| #1707 | [[package]] |
| #1708 | name = "solana-loader-v2-interface" |
| #1709 | version = "2.2.1" |
| #1710 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1711 | checksum = "d8ab08006dad78ae7cd30df8eea0539e207d08d91eaefb3e1d49a446e1c49654" |
| #1712 | dependencies = [ |
| #1713 | "serde", |
| #1714 | "serde_bytes", |
| #1715 | "serde_derive", |
| #1716 | "solana-instruction", |
| #1717 | "solana-pubkey", |
| #1718 | "solana-sdk-ids", |
| #1719 | ] |
| #1720 | |
| #1721 | [[package]] |
| #1722 | name = "solana-loader-v3-interface" |
| #1723 | version = "3.0.0" |
| #1724 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1725 | checksum = "fa4be76cfa9afd84ca2f35ebc09f0da0f0092935ccdac0595d98447f259538c2" |
| #1726 | dependencies = [ |
| #1727 | "serde", |
| #1728 | "serde_bytes", |
| #1729 | "serde_derive", |
| #1730 | "solana-instruction", |
| #1731 | "solana-pubkey", |
| #1732 | "solana-sdk-ids", |
| #1733 | "solana-system-interface", |
| #1734 | ] |
| #1735 | |
| #1736 | [[package]] |
| #1737 | name = "solana-loader-v3-interface" |
| #1738 | version = "5.0.0" |
| #1739 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1740 | checksum = "6f7162a05b8b0773156b443bccd674ea78bb9aa406325b467ea78c06c99a63a2" |
| #1741 | dependencies = [ |
| #1742 | "serde", |
| #1743 | "serde_bytes", |
| #1744 | "serde_derive", |
| #1745 | "solana-instruction", |
| #1746 | "solana-pubkey", |
| #1747 | "solana-sdk-ids", |
| #1748 | "solana-system-interface", |
| #1749 | ] |
| #1750 | |
| #1751 | [[package]] |
| #1752 | name = "solana-loader-v4-interface" |
| #1753 | version = "2.2.1" |
| #1754 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1755 | checksum = "706a777242f1f39a83e2a96a2a6cb034cb41169c6ecbee2cf09cb873d9659e7e" |
| #1756 | dependencies = [ |
| #1757 | "serde", |
| #1758 | "serde_bytes", |
| #1759 | "serde_derive", |
| #1760 | "solana-instruction", |
| #1761 | "solana-pubkey", |
| #1762 | "solana-sdk-ids", |
| #1763 | "solana-system-interface", |
| #1764 | ] |
| #1765 | |
| #1766 | [[package]] |
| #1767 | name = "solana-message" |
| #1768 | version = "2.4.0" |
| #1769 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1770 | checksum = "1796aabce376ff74bf89b78d268fa5e683d7d7a96a0a4e4813ec34de49d5314b" |
| #1771 | dependencies = [ |
| #1772 | "bincode", |
| #1773 | "blake3", |
| #1774 | "lazy_static", |
| #1775 | "serde", |
| #1776 | "serde_derive", |
| #1777 | "solana-bincode", |
| #1778 | "solana-hash", |
| #1779 | "solana-instruction", |
| #1780 | "solana-pubkey", |
| #1781 | "solana-sanitize", |
| #1782 | "solana-sdk-ids", |
| #1783 | "solana-short-vec", |
| #1784 | "solana-system-interface", |
| #1785 | "solana-transaction-error", |
| #1786 | "wasm-bindgen", |
| #1787 | ] |
| #1788 | |
| #1789 | [[package]] |
| #1790 | name = "solana-msg" |
| #1791 | version = "2.2.1" |
| #1792 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1793 | checksum = "f36a1a14399afaabc2781a1db09cb14ee4cc4ee5c7a5a3cfcc601811379a8092" |
| #1794 | dependencies = [ |
| #1795 | "solana-define-syscall", |
| #1796 | ] |
| #1797 | |
| #1798 | [[package]] |
| #1799 | name = "solana-native-token" |
| #1800 | version = "2.3.0" |
| #1801 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1802 | checksum = "61515b880c36974053dd499c0510066783f0cc6ac17def0c7ef2a244874cf4a9" |
| #1803 | |
| #1804 | [[package]] |
| #1805 | name = "solana-nonce" |
| #1806 | version = "2.2.1" |
| #1807 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1808 | checksum = "703e22eb185537e06204a5bd9d509b948f0066f2d1d814a6f475dafb3ddf1325" |
| #1809 | dependencies = [ |
| #1810 | "serde", |
| #1811 | "serde_derive", |
| #1812 | "solana-fee-calculator", |
| #1813 | "solana-hash", |
| #1814 | "solana-pubkey", |
| #1815 | "solana-sha256-hasher", |
| #1816 | ] |
| #1817 | |
| #1818 | [[package]] |
| #1819 | name = "solana-program" |
| #1820 | version = "2.3.0" |
| #1821 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1822 | checksum = "98eca145bd3545e2fbb07166e895370576e47a00a7d824e325390d33bf467210" |
| #1823 | dependencies = [ |
| #1824 | "bincode", |
| #1825 | "blake3", |
| #1826 | "borsh 0.10.4", |
| #1827 | "borsh 1.6.0", |
| #1828 | "bs58", |
| #1829 | "bytemuck", |
| #1830 | "console_error_panic_hook", |
| #1831 | "console_log", |
| #1832 | "getrandom 0.2.17", |
| #1833 | "lazy_static", |
| #1834 | "log", |
| #1835 | "memoffset", |
| #1836 | "num-bigint", |
| #1837 | "num-derive", |
| #1838 | "num-traits", |
| #1839 | "rand 0.8.5", |
| #1840 | "serde", |
| #1841 | "serde_bytes", |
| #1842 | "serde_derive", |
| #1843 | "solana-account-info", |
| #1844 | "solana-address-lookup-table-interface", |
| #1845 | "solana-atomic-u64", |
| #1846 | "solana-big-mod-exp", |
| #1847 | "solana-bincode", |
| #1848 | "solana-blake3-hasher", |
| #1849 | "solana-borsh", |
| #1850 | "solana-clock", |
| #1851 | "solana-cpi", |
| #1852 | "solana-decode-error", |
| #1853 | "solana-define-syscall", |
| #1854 | "solana-epoch-rewards", |
| #1855 | "solana-epoch-schedule", |
| #1856 | "solana-example-mocks", |
| #1857 | "solana-feature-gate-interface", |
| #1858 | "solana-fee-calculator", |
| #1859 | "solana-hash", |
| #1860 | "solana-instruction", |
| #1861 | "solana-instructions-sysvar", |
| #1862 | "solana-keccak-hasher", |
| #1863 | "solana-last-restart-slot", |
| #1864 | "solana-loader-v2-interface", |
| #1865 | "solana-loader-v3-interface 5.0.0", |
| #1866 | "solana-loader-v4-interface", |
| #1867 | "solana-message", |
| #1868 | "solana-msg", |
| #1869 | "solana-native-token", |
| #1870 | "solana-nonce", |
| #1871 | "solana-program-entrypoint", |
| #1872 | "solana-program-error", |
| #1873 | "solana-program-memory", |
| #1874 | "solana-program-option", |
| #1875 | "solana-program-pack", |
| #1876 | "solana-pubkey", |
| #1877 | "solana-rent", |
| #1878 | "solana-sanitize", |
| #1879 | "solana-sdk-ids", |
| #1880 | "solana-sdk-macro", |
| #1881 | "solana-secp256k1-recover", |
| #1882 | "solana-serde-varint", |
| #1883 | "solana-serialize-utils", |
| #1884 | "solana-sha256-hasher", |
| #1885 | "solana-short-vec", |
| #1886 | "solana-slot-hashes", |
| #1887 | "solana-slot-history", |
| #1888 | "solana-stable-layout", |
| #1889 | "solana-stake-interface", |
| #1890 | "solana-system-interface", |
| #1891 | "solana-sysvar", |
| #1892 | "solana-sysvar-id", |
| #1893 | "solana-vote-interface", |
| #1894 | "thiserror 2.0.18", |
| #1895 | "wasm-bindgen", |
| #1896 | ] |
| #1897 | |
| #1898 | [[package]] |
| #1899 | name = "solana-program-entrypoint" |
| #1900 | version = "2.3.0" |
| #1901 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1902 | checksum = "32ce041b1a0ed275290a5008ee1a4a6c48f5054c8a3d78d313c08958a06aedbd" |
| #1903 | dependencies = [ |
| #1904 | "solana-account-info", |
| #1905 | "solana-msg", |
| #1906 | "solana-program-error", |
| #1907 | "solana-pubkey", |
| #1908 | ] |
| #1909 | |
| #1910 | [[package]] |
| #1911 | name = "solana-program-error" |
| #1912 | version = "2.2.2" |
| #1913 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1914 | checksum = "9ee2e0217d642e2ea4bee237f37bd61bb02aec60da3647c48ff88f6556ade775" |
| #1915 | dependencies = [ |
| #1916 | "borsh 1.6.0", |
| #1917 | "num-traits", |
| #1918 | "serde", |
| #1919 | "serde_derive", |
| #1920 | "solana-decode-error", |
| #1921 | "solana-instruction", |
| #1922 | "solana-msg", |
| #1923 | "solana-pubkey", |
| #1924 | ] |
| #1925 | |
| #1926 | [[package]] |
| #1927 | name = "solana-program-memory" |
| #1928 | version = "2.3.1" |
| #1929 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1930 | checksum = "3a5426090c6f3fd6cfdc10685322fede9ca8e5af43cd6a59e98bfe4e91671712" |
| #1931 | dependencies = [ |
| #1932 | "solana-define-syscall", |
| #1933 | ] |
| #1934 | |
| #1935 | [[package]] |
| #1936 | name = "solana-program-option" |
| #1937 | version = "2.2.1" |
| #1938 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1939 | checksum = "dc677a2e9bc616eda6dbdab834d463372b92848b2bfe4a1ed4e4b4adba3397d0" |
| #1940 | |
| #1941 | [[package]] |
| #1942 | name = "solana-program-pack" |
| #1943 | version = "2.2.1" |
| #1944 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1945 | checksum = "319f0ef15e6e12dc37c597faccb7d62525a509fec5f6975ecb9419efddeb277b" |
| #1946 | dependencies = [ |
| #1947 | "solana-program-error", |
| #1948 | ] |
| #1949 | |
| #1950 | [[package]] |
| #1951 | name = "solana-pubkey" |
| #1952 | version = "2.4.0" |
| #1953 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1954 | checksum = "9b62adb9c3261a052ca1f999398c388f1daf558a1b492f60a6d9e64857db4ff1" |
| #1955 | dependencies = [ |
| #1956 | "borsh 0.10.4", |
| #1957 | "borsh 1.6.0", |
| #1958 | "bytemuck", |
| #1959 | "bytemuck_derive", |
| #1960 | "curve25519-dalek", |
| #1961 | "five8", |
| #1962 | "five8_const", |
| #1963 | "getrandom 0.2.17", |
| #1964 | "js-sys", |
| #1965 | "num-traits", |
| #1966 | "serde", |
| #1967 | "serde_derive", |
| #1968 | "solana-atomic-u64", |
| #1969 | "solana-decode-error", |
| #1970 | "solana-define-syscall", |
| #1971 | "solana-sanitize", |
| #1972 | "solana-sha256-hasher", |
| #1973 | "wasm-bindgen", |
| #1974 | ] |
| #1975 | |
| #1976 | [[package]] |
| #1977 | name = "solana-rent" |
| #1978 | version = "2.2.1" |
| #1979 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1980 | checksum = "d1aea8fdea9de98ca6e8c2da5827707fb3842833521b528a713810ca685d2480" |
| #1981 | dependencies = [ |
| #1982 | "serde", |
| #1983 | "serde_derive", |
| #1984 | "solana-sdk-ids", |
| #1985 | "solana-sdk-macro", |
| #1986 | "solana-sysvar-id", |
| #1987 | ] |
| #1988 | |
| #1989 | [[package]] |
| #1990 | name = "solana-sanitize" |
| #1991 | version = "2.2.1" |
| #1992 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1993 | checksum = "61f1bc1357b8188d9c4a3af3fc55276e56987265eb7ad073ae6f8180ee54cecf" |
| #1994 | |
| #1995 | [[package]] |
| #1996 | name = "solana-sdk-ids" |
| #1997 | version = "2.2.1" |
| #1998 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #1999 | checksum = "5c5d8b9cc68d5c88b062a33e23a6466722467dde0035152d8fb1afbcdf350a5f" |
| #2000 | dependencies = [ |
| #2001 | "solana-pubkey", |
| #2002 | ] |
| #2003 | |
| #2004 | [[package]] |
| #2005 | name = "solana-sdk-macro" |
| #2006 | version = "2.2.1" |
| #2007 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2008 | checksum = "86280da8b99d03560f6ab5aca9de2e38805681df34e0bb8f238e69b29433b9df" |
| #2009 | dependencies = [ |
| #2010 | "bs58", |
| #2011 | "proc-macro2", |
| #2012 | "quote", |
| #2013 | "syn 2.0.117", |
| #2014 | ] |
| #2015 | |
| #2016 | [[package]] |
| #2017 | name = "solana-secp256k1-recover" |
| #2018 | version = "2.2.1" |
| #2019 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2020 | checksum = "baa3120b6cdaa270f39444f5093a90a7b03d296d362878f7a6991d6de3bbe496" |
| #2021 | dependencies = [ |
| #2022 | "libsecp256k1", |
| #2023 | "solana-define-syscall", |
| #2024 | "thiserror 2.0.18", |
| #2025 | ] |
| #2026 | |
| #2027 | [[package]] |
| #2028 | name = "solana-security-txt" |
| #2029 | version = "1.1.2" |
| #2030 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2031 | checksum = "156bb61a96c605fa124e052d630dba2f6fb57e08c7d15b757e1e958b3ed7b3fe" |
| #2032 | dependencies = [ |
| #2033 | "hashbrown 0.15.2", |
| #2034 | ] |
| #2035 | |
| #2036 | [[package]] |
| #2037 | name = "solana-seed-derivable" |
| #2038 | version = "2.2.1" |
| #2039 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2040 | checksum = "3beb82b5adb266c6ea90e5cf3967235644848eac476c5a1f2f9283a143b7c97f" |
| #2041 | dependencies = [ |
| #2042 | "solana-derivation-path", |
| #2043 | ] |
| #2044 | |
| #2045 | [[package]] |
| #2046 | name = "solana-seed-phrase" |
| #2047 | version = "2.2.1" |
| #2048 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2049 | checksum = "36187af2324f079f65a675ec22b31c24919cb4ac22c79472e85d819db9bbbc15" |
| #2050 | dependencies = [ |
| #2051 | "hmac", |
| #2052 | "pbkdf2", |
| #2053 | "sha2 0.10.9", |
| #2054 | ] |
| #2055 | |
| #2056 | [[package]] |
| #2057 | name = "solana-serde-varint" |
| #2058 | version = "2.2.2" |
| #2059 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2060 | checksum = "2a7e155eba458ecfb0107b98236088c3764a09ddf0201ec29e52a0be40857113" |
| #2061 | dependencies = [ |
| #2062 | "serde", |
| #2063 | ] |
| #2064 | |
| #2065 | [[package]] |
| #2066 | name = "solana-serialize-utils" |
| #2067 | version = "2.2.1" |
| #2068 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2069 | checksum = "817a284b63197d2b27afdba829c5ab34231da4a9b4e763466a003c40ca4f535e" |
| #2070 | dependencies = [ |
| #2071 | "solana-instruction", |
| #2072 | "solana-pubkey", |
| #2073 | "solana-sanitize", |
| #2074 | ] |
| #2075 | |
| #2076 | [[package]] |
| #2077 | name = "solana-sha256-hasher" |
| #2078 | version = "2.3.0" |
| #2079 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2080 | checksum = "5aa3feb32c28765f6aa1ce8f3feac30936f16c5c3f7eb73d63a5b8f6f8ecdc44" |
| #2081 | dependencies = [ |
| #2082 | "sha2 0.10.9", |
| #2083 | "solana-define-syscall", |
| #2084 | "solana-hash", |
| #2085 | ] |
| #2086 | |
| #2087 | [[package]] |
| #2088 | name = "solana-short-vec" |
| #2089 | version = "2.2.1" |
| #2090 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2091 | checksum = "5c54c66f19b9766a56fa0057d060de8378676cb64987533fa088861858fc5a69" |
| #2092 | dependencies = [ |
| #2093 | "serde", |
| #2094 | ] |
| #2095 | |
| #2096 | [[package]] |
| #2097 | name = "solana-signature" |
| #2098 | version = "2.3.0" |
| #2099 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2100 | checksum = "64c8ec8e657aecfc187522fc67495142c12f35e55ddeca8698edbb738b8dbd8c" |
| #2101 | dependencies = [ |
| #2102 | "five8", |
| #2103 | "solana-sanitize", |
| #2104 | ] |
| #2105 | |
| #2106 | [[package]] |
| #2107 | name = "solana-signer" |
| #2108 | version = "2.2.1" |
| #2109 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2110 | checksum = "7c41991508a4b02f021c1342ba00bcfa098630b213726ceadc7cb032e051975b" |
| #2111 | dependencies = [ |
| #2112 | "solana-pubkey", |
| #2113 | "solana-signature", |
| #2114 | "solana-transaction-error", |
| #2115 | ] |
| #2116 | |
| #2117 | [[package]] |
| #2118 | name = "solana-slot-hashes" |
| #2119 | version = "2.2.1" |
| #2120 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2121 | checksum = "0c8691982114513763e88d04094c9caa0376b867a29577939011331134c301ce" |
| #2122 | dependencies = [ |
| #2123 | "serde", |
| #2124 | "serde_derive", |
| #2125 | "solana-hash", |
| #2126 | "solana-sdk-ids", |
| #2127 | "solana-sysvar-id", |
| #2128 | ] |
| #2129 | |
| #2130 | [[package]] |
| #2131 | name = "solana-slot-history" |
| #2132 | version = "2.2.1" |
| #2133 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2134 | checksum = "97ccc1b2067ca22754d5283afb2b0126d61eae734fc616d23871b0943b0d935e" |
| #2135 | dependencies = [ |
| #2136 | "bv", |
| #2137 | "serde", |
| #2138 | "serde_derive", |
| #2139 | "solana-sdk-ids", |
| #2140 | "solana-sysvar-id", |
| #2141 | ] |
| #2142 | |
| #2143 | [[package]] |
| #2144 | name = "solana-stable-layout" |
| #2145 | version = "2.2.1" |
| #2146 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2147 | checksum = "9f14f7d02af8f2bc1b5efeeae71bc1c2b7f0f65cd75bcc7d8180f2c762a57f54" |
| #2148 | dependencies = [ |
| #2149 | "solana-instruction", |
| #2150 | "solana-pubkey", |
| #2151 | ] |
| #2152 | |
| #2153 | [[package]] |
| #2154 | name = "solana-stake-interface" |
| #2155 | version = "1.2.1" |
| #2156 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2157 | checksum = "5269e89fde216b4d7e1d1739cf5303f8398a1ff372a81232abbee80e554a838c" |
| #2158 | dependencies = [ |
| #2159 | "borsh 0.10.4", |
| #2160 | "borsh 1.6.0", |
| #2161 | "num-traits", |
| #2162 | "serde", |
| #2163 | "serde_derive", |
| #2164 | "solana-clock", |
| #2165 | "solana-cpi", |
| #2166 | "solana-decode-error", |
| #2167 | "solana-instruction", |
| #2168 | "solana-program-error", |
| #2169 | "solana-pubkey", |
| #2170 | "solana-system-interface", |
| #2171 | "solana-sysvar-id", |
| #2172 | ] |
| #2173 | |
| #2174 | [[package]] |
| #2175 | name = "solana-system-interface" |
| #2176 | version = "1.0.0" |
| #2177 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2178 | checksum = "94d7c18cb1a91c6be5f5a8ac9276a1d7c737e39a21beba9ea710ab4b9c63bc90" |
| #2179 | dependencies = [ |
| #2180 | "js-sys", |
| #2181 | "num-traits", |
| #2182 | "serde", |
| #2183 | "serde_derive", |
| #2184 | "solana-decode-error", |
| #2185 | "solana-instruction", |
| #2186 | "solana-pubkey", |
| #2187 | "wasm-bindgen", |
| #2188 | ] |
| #2189 | |
| #2190 | [[package]] |
| #2191 | name = "solana-sysvar" |
| #2192 | version = "2.3.0" |
| #2193 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2194 | checksum = "b8c3595f95069f3d90f275bb9bd235a1973c4d059028b0a7f81baca2703815db" |
| #2195 | dependencies = [ |
| #2196 | "base64 0.22.1", |
| #2197 | "bincode", |
| #2198 | "bytemuck", |
| #2199 | "bytemuck_derive", |
| #2200 | "lazy_static", |
| #2201 | "serde", |
| #2202 | "serde_derive", |
| #2203 | "solana-account-info", |
| #2204 | "solana-clock", |
| #2205 | "solana-define-syscall", |
| #2206 | "solana-epoch-rewards", |
| #2207 | "solana-epoch-schedule", |
| #2208 | "solana-fee-calculator", |
| #2209 | "solana-hash", |
| #2210 | "solana-instruction", |
| #2211 | "solana-instructions-sysvar", |
| #2212 | "solana-last-restart-slot", |
| #2213 | "solana-program-entrypoint", |
| #2214 | "solana-program-error", |
| #2215 | "solana-program-memory", |
| #2216 | "solana-pubkey", |
| #2217 | "solana-rent", |
| #2218 | "solana-sanitize", |
| #2219 | "solana-sdk-ids", |
| #2220 | "solana-sdk-macro", |
| #2221 | "solana-slot-hashes", |
| #2222 | "solana-slot-history", |
| #2223 | "solana-stake-interface", |
| #2224 | "solana-sysvar-id", |
| #2225 | ] |
| #2226 | |
| #2227 | [[package]] |
| #2228 | name = "solana-sysvar-id" |
| #2229 | version = "2.2.1" |
| #2230 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2231 | checksum = "5762b273d3325b047cfda250787f8d796d781746860d5d0a746ee29f3e8812c1" |
| #2232 | dependencies = [ |
| #2233 | "solana-pubkey", |
| #2234 | "solana-sdk-ids", |
| #2235 | ] |
| #2236 | |
| #2237 | [[package]] |
| #2238 | name = "solana-transaction-error" |
| #2239 | version = "2.2.1" |
| #2240 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2241 | checksum = "222a9dc8fdb61c6088baab34fc3a8b8473a03a7a5fd404ed8dd502fa79b67cb1" |
| #2242 | dependencies = [ |
| #2243 | "solana-instruction", |
| #2244 | "solana-sanitize", |
| #2245 | ] |
| #2246 | |
| #2247 | [[package]] |
| #2248 | name = "solana-vote-interface" |
| #2249 | version = "2.2.6" |
| #2250 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2251 | checksum = "b80d57478d6599d30acc31cc5ae7f93ec2361a06aefe8ea79bc81739a08af4c3" |
| #2252 | dependencies = [ |
| #2253 | "bincode", |
| #2254 | "num-derive", |
| #2255 | "num-traits", |
| #2256 | "serde", |
| #2257 | "serde_derive", |
| #2258 | "solana-clock", |
| #2259 | "solana-decode-error", |
| #2260 | "solana-hash", |
| #2261 | "solana-instruction", |
| #2262 | "solana-pubkey", |
| #2263 | "solana-rent", |
| #2264 | "solana-sdk-ids", |
| #2265 | "solana-serde-varint", |
| #2266 | "solana-serialize-utils", |
| #2267 | "solana-short-vec", |
| #2268 | "solana-system-interface", |
| #2269 | ] |
| #2270 | |
| #2271 | [[package]] |
| #2272 | name = "solana-zk-sdk" |
| #2273 | version = "2.3.13" |
| #2274 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2275 | checksum = "97b9fc6ec37d16d0dccff708ed1dd6ea9ba61796700c3bb7c3b401973f10f63b" |
| #2276 | dependencies = [ |
| #2277 | "aes-gcm-siv", |
| #2278 | "base64 0.22.1", |
| #2279 | "bincode", |
| #2280 | "bytemuck", |
| #2281 | "bytemuck_derive", |
| #2282 | "curve25519-dalek", |
| #2283 | "itertools", |
| #2284 | "js-sys", |
| #2285 | "merlin", |
| #2286 | "num-derive", |
| #2287 | "num-traits", |
| #2288 | "rand 0.8.5", |
| #2289 | "serde", |
| #2290 | "serde_derive", |
| #2291 | "serde_json", |
| #2292 | "sha3", |
| #2293 | "solana-derivation-path", |
| #2294 | "solana-instruction", |
| #2295 | "solana-pubkey", |
| #2296 | "solana-sdk-ids", |
| #2297 | "solana-seed-derivable", |
| #2298 | "solana-seed-phrase", |
| #2299 | "solana-signature", |
| #2300 | "solana-signer", |
| #2301 | "subtle", |
| #2302 | "thiserror 2.0.18", |
| #2303 | "wasm-bindgen", |
| #2304 | "zeroize", |
| #2305 | ] |
| #2306 | |
| #2307 | [[package]] |
| #2308 | name = "spl-associated-token-account" |
| #2309 | version = "7.0.0" |
| #2310 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2311 | checksum = "ae179d4a26b3c7a20c839898e6aed84cb4477adf108a366c95532f058aea041b" |
| #2312 | dependencies = [ |
| #2313 | "borsh 1.6.0", |
| #2314 | "num-derive", |
| #2315 | "num-traits", |
| #2316 | "solana-program", |
| #2317 | "spl-associated-token-account-client", |
| #2318 | "spl-token", |
| #2319 | "spl-token-2022", |
| #2320 | "thiserror 2.0.18", |
| #2321 | ] |
| #2322 | |
| #2323 | [[package]] |
| #2324 | name = "spl-associated-token-account-client" |
| #2325 | version = "2.0.0" |
| #2326 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2327 | checksum = "d6f8349dbcbe575f354f9a533a21f272f3eb3808a49e2fdc1c34393b88ba76cb" |
| #2328 | dependencies = [ |
| #2329 | "solana-instruction", |
| #2330 | "solana-pubkey", |
| #2331 | ] |
| #2332 | |
| #2333 | [[package]] |
| #2334 | name = "spl-discriminator" |
| #2335 | version = "0.4.1" |
| #2336 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2337 | checksum = "a7398da23554a31660f17718164e31d31900956054f54f52d5ec1be51cb4f4b3" |
| #2338 | dependencies = [ |
| #2339 | "bytemuck", |
| #2340 | "solana-program-error", |
| #2341 | "solana-sha256-hasher", |
| #2342 | "spl-discriminator-derive", |
| #2343 | ] |
| #2344 | |
| #2345 | [[package]] |
| #2346 | name = "spl-discriminator-derive" |
| #2347 | version = "0.2.0" |
| #2348 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2349 | checksum = "d9e8418ea6269dcfb01c712f0444d2c75542c04448b480e87de59d2865edc750" |
| #2350 | dependencies = [ |
| #2351 | "quote", |
| #2352 | "spl-discriminator-syn", |
| #2353 | "syn 2.0.117", |
| #2354 | ] |
| #2355 | |
| #2356 | [[package]] |
| #2357 | name = "spl-discriminator-syn" |
| #2358 | version = "0.2.1" |
| #2359 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2360 | checksum = "5d1dbc82ab91422345b6df40a79e2b78c7bce1ebb366da323572dd60b7076b67" |
| #2361 | dependencies = [ |
| #2362 | "proc-macro2", |
| #2363 | "quote", |
| #2364 | "sha2 0.10.9", |
| #2365 | "syn 2.0.117", |
| #2366 | "thiserror 1.0.69", |
| #2367 | ] |
| #2368 | |
| #2369 | [[package]] |
| #2370 | name = "spl-elgamal-registry" |
| #2371 | version = "0.2.0" |
| #2372 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2373 | checksum = "65edfeed09cd4231e595616aa96022214f9c9d2be02dea62c2b30d5695a6833a" |
| #2374 | dependencies = [ |
| #2375 | "bytemuck", |
| #2376 | "solana-account-info", |
| #2377 | "solana-cpi", |
| #2378 | "solana-instruction", |
| #2379 | "solana-msg", |
| #2380 | "solana-program-entrypoint", |
| #2381 | "solana-program-error", |
| #2382 | "solana-pubkey", |
| #2383 | "solana-rent", |
| #2384 | "solana-sdk-ids", |
| #2385 | "solana-system-interface", |
| #2386 | "solana-sysvar", |
| #2387 | "solana-zk-sdk", |
| #2388 | "spl-pod", |
| #2389 | "spl-token-confidential-transfer-proof-extraction", |
| #2390 | ] |
| #2391 | |
| #2392 | [[package]] |
| #2393 | name = "spl-memo" |
| #2394 | version = "6.0.0" |
| #2395 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2396 | checksum = "9f09647c0974e33366efeb83b8e2daebb329f0420149e74d3a4bd2c08cf9f7cb" |
| #2397 | dependencies = [ |
| #2398 | "solana-account-info", |
| #2399 | "solana-instruction", |
| #2400 | "solana-msg", |
| #2401 | "solana-program-entrypoint", |
| #2402 | "solana-program-error", |
| #2403 | "solana-pubkey", |
| #2404 | ] |
| #2405 | |
| #2406 | [[package]] |
| #2407 | name = "spl-pod" |
| #2408 | version = "0.5.1" |
| #2409 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2410 | checksum = "d994afaf86b779104b4a95ba9ca75b8ced3fdb17ee934e38cb69e72afbe17799" |
| #2411 | dependencies = [ |
| #2412 | "borsh 1.6.0", |
| #2413 | "bytemuck", |
| #2414 | "bytemuck_derive", |
| #2415 | "num-derive", |
| #2416 | "num-traits", |
| #2417 | "solana-decode-error", |
| #2418 | "solana-msg", |
| #2419 | "solana-program-error", |
| #2420 | "solana-program-option", |
| #2421 | "solana-pubkey", |
| #2422 | "solana-zk-sdk", |
| #2423 | "thiserror 2.0.18", |
| #2424 | ] |
| #2425 | |
| #2426 | [[package]] |
| #2427 | name = "spl-program-error" |
| #2428 | version = "0.7.0" |
| #2429 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2430 | checksum = "9cdebc8b42553070b75aa5106f071fef2eb798c64a7ec63375da4b1f058688c6" |
| #2431 | dependencies = [ |
| #2432 | "num-derive", |
| #2433 | "num-traits", |
| #2434 | "solana-decode-error", |
| #2435 | "solana-msg", |
| #2436 | "solana-program-error", |
| #2437 | "spl-program-error-derive", |
| #2438 | "thiserror 2.0.18", |
| #2439 | ] |
| #2440 | |
| #2441 | [[package]] |
| #2442 | name = "spl-program-error-derive" |
| #2443 | version = "0.5.0" |
| #2444 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2445 | checksum = "2a2539e259c66910d78593475540e8072f0b10f0f61d7607bbf7593899ed52d0" |
| #2446 | dependencies = [ |
| #2447 | "proc-macro2", |
| #2448 | "quote", |
| #2449 | "sha2 0.10.9", |
| #2450 | "syn 2.0.117", |
| #2451 | ] |
| #2452 | |
| #2453 | [[package]] |
| #2454 | name = "spl-tlv-account-resolution" |
| #2455 | version = "0.10.0" |
| #2456 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2457 | checksum = "1408e961215688715d5a1063cbdcf982de225c45f99c82b4f7d7e1dd22b998d7" |
| #2458 | dependencies = [ |
| #2459 | "bytemuck", |
| #2460 | "num-derive", |
| #2461 | "num-traits", |
| #2462 | "solana-account-info", |
| #2463 | "solana-decode-error", |
| #2464 | "solana-instruction", |
| #2465 | "solana-msg", |
| #2466 | "solana-program-error", |
| #2467 | "solana-pubkey", |
| #2468 | "spl-discriminator", |
| #2469 | "spl-pod", |
| #2470 | "spl-program-error", |
| #2471 | "spl-type-length-value", |
| #2472 | "thiserror 2.0.18", |
| #2473 | ] |
| #2474 | |
| #2475 | [[package]] |
| #2476 | name = "spl-token" |
| #2477 | version = "8.0.0" |
| #2478 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2479 | checksum = "053067c6a82c705004f91dae058b11b4780407e9ccd6799dc9e7d0fab5f242da" |
| #2480 | dependencies = [ |
| #2481 | "arrayref", |
| #2482 | "bytemuck", |
| #2483 | "num-derive", |
| #2484 | "num-traits", |
| #2485 | "num_enum", |
| #2486 | "solana-account-info", |
| #2487 | "solana-cpi", |
| #2488 | "solana-decode-error", |
| #2489 | "solana-instruction", |
| #2490 | "solana-msg", |
| #2491 | "solana-program-entrypoint", |
| #2492 | "solana-program-error", |
| #2493 | "solana-program-memory", |
| #2494 | "solana-program-option", |
| #2495 | "solana-program-pack", |
| #2496 | "solana-pubkey", |
| #2497 | "solana-rent", |
| #2498 | "solana-sdk-ids", |
| #2499 | "solana-sysvar", |
| #2500 | "thiserror 2.0.18", |
| #2501 | ] |
| #2502 | |
| #2503 | [[package]] |
| #2504 | name = "spl-token-2022" |
| #2505 | version = "8.0.1" |
| #2506 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2507 | checksum = "31f0dfbb079eebaee55e793e92ca5f433744f4b71ee04880bfd6beefba5973e5" |
| #2508 | dependencies = [ |
| #2509 | "arrayref", |
| #2510 | "bytemuck", |
| #2511 | "num-derive", |
| #2512 | "num-traits", |
| #2513 | "num_enum", |
| #2514 | "solana-account-info", |
| #2515 | "solana-clock", |
| #2516 | "solana-cpi", |
| #2517 | "solana-decode-error", |
| #2518 | "solana-instruction", |
| #2519 | "solana-msg", |
| #2520 | "solana-native-token", |
| #2521 | "solana-program-entrypoint", |
| #2522 | "solana-program-error", |
| #2523 | "solana-program-memory", |
| #2524 | "solana-program-option", |
| #2525 | "solana-program-pack", |
| #2526 | "solana-pubkey", |
| #2527 | "solana-rent", |
| #2528 | "solana-sdk-ids", |
| #2529 | "solana-security-txt", |
| #2530 | "solana-system-interface", |
| #2531 | "solana-sysvar", |
| #2532 | "solana-zk-sdk", |
| #2533 | "spl-elgamal-registry", |
| #2534 | "spl-memo", |
| #2535 | "spl-pod", |
| #2536 | "spl-token", |
| #2537 | "spl-token-confidential-transfer-ciphertext-arithmetic", |
| #2538 | "spl-token-confidential-transfer-proof-extraction", |
| #2539 | "spl-token-confidential-transfer-proof-generation", |
| #2540 | "spl-token-group-interface", |
| #2541 | "spl-token-metadata-interface", |
| #2542 | "spl-transfer-hook-interface", |
| #2543 | "spl-type-length-value", |
| #2544 | "thiserror 2.0.18", |
| #2545 | ] |
| #2546 | |
| #2547 | [[package]] |
| #2548 | name = "spl-token-confidential-transfer-ciphertext-arithmetic" |
| #2549 | version = "0.3.1" |
| #2550 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2551 | checksum = "cddd52bfc0f1c677b41493dafa3f2dbbb4b47cf0990f08905429e19dc8289b35" |
| #2552 | dependencies = [ |
| #2553 | "base64 0.22.1", |
| #2554 | "bytemuck", |
| #2555 | "solana-curve25519", |
| #2556 | "solana-zk-sdk", |
| #2557 | ] |
| #2558 | |
| #2559 | [[package]] |
| #2560 | name = "spl-token-confidential-transfer-proof-extraction" |
| #2561 | version = "0.3.0" |
| #2562 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2563 | checksum = "fe2629860ff04c17bafa9ba4bed8850a404ecac81074113e1f840dbd0ebb7bd6" |
| #2564 | dependencies = [ |
| #2565 | "bytemuck", |
| #2566 | "solana-account-info", |
| #2567 | "solana-curve25519", |
| #2568 | "solana-instruction", |
| #2569 | "solana-instructions-sysvar", |
| #2570 | "solana-msg", |
| #2571 | "solana-program-error", |
| #2572 | "solana-pubkey", |
| #2573 | "solana-sdk-ids", |
| #2574 | "solana-zk-sdk", |
| #2575 | "spl-pod", |
| #2576 | "thiserror 2.0.18", |
| #2577 | ] |
| #2578 | |
| #2579 | [[package]] |
| #2580 | name = "spl-token-confidential-transfer-proof-generation" |
| #2581 | version = "0.4.1" |
| #2582 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2583 | checksum = "fa27b9174bea869a7ebf31e0be6890bce90b1a4288bc2bbf24bd413f80ae3fde" |
| #2584 | dependencies = [ |
| #2585 | "curve25519-dalek", |
| #2586 | "solana-zk-sdk", |
| #2587 | "thiserror 2.0.18", |
| #2588 | ] |
| #2589 | |
| #2590 | [[package]] |
| #2591 | name = "spl-token-group-interface" |
| #2592 | version = "0.6.0" |
| #2593 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2594 | checksum = "5597b4cd76f85ce7cd206045b7dc22da8c25516573d42d267c8d1fd128db5129" |
| #2595 | dependencies = [ |
| #2596 | "bytemuck", |
| #2597 | "num-derive", |
| #2598 | "num-traits", |
| #2599 | "solana-decode-error", |
| #2600 | "solana-instruction", |
| #2601 | "solana-msg", |
| #2602 | "solana-program-error", |
| #2603 | "solana-pubkey", |
| #2604 | "spl-discriminator", |
| #2605 | "spl-pod", |
| #2606 | "thiserror 2.0.18", |
| #2607 | ] |
| #2608 | |
| #2609 | [[package]] |
| #2610 | name = "spl-token-metadata-interface" |
| #2611 | version = "0.7.0" |
| #2612 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2613 | checksum = "304d6e06f0de0c13a621464b1fd5d4b1bebf60d15ca71a44d3839958e0da16ee" |
| #2614 | dependencies = [ |
| #2615 | "borsh 1.6.0", |
| #2616 | "num-derive", |
| #2617 | "num-traits", |
| #2618 | "solana-borsh", |
| #2619 | "solana-decode-error", |
| #2620 | "solana-instruction", |
| #2621 | "solana-msg", |
| #2622 | "solana-program-error", |
| #2623 | "solana-pubkey", |
| #2624 | "spl-discriminator", |
| #2625 | "spl-pod", |
| #2626 | "spl-type-length-value", |
| #2627 | "thiserror 2.0.18", |
| #2628 | ] |
| #2629 | |
| #2630 | [[package]] |
| #2631 | name = "spl-transfer-hook-interface" |
| #2632 | version = "0.10.0" |
| #2633 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2634 | checksum = "a7e905b849b6aba63bde8c4badac944ebb6c8e6e14817029cbe1bc16829133bd" |
| #2635 | dependencies = [ |
| #2636 | "arrayref", |
| #2637 | "bytemuck", |
| #2638 | "num-derive", |
| #2639 | "num-traits", |
| #2640 | "solana-account-info", |
| #2641 | "solana-cpi", |
| #2642 | "solana-decode-error", |
| #2643 | "solana-instruction", |
| #2644 | "solana-msg", |
| #2645 | "solana-program-error", |
| #2646 | "solana-pubkey", |
| #2647 | "spl-discriminator", |
| #2648 | "spl-pod", |
| #2649 | "spl-program-error", |
| #2650 | "spl-tlv-account-resolution", |
| #2651 | "spl-type-length-value", |
| #2652 | "thiserror 2.0.18", |
| #2653 | ] |
| #2654 | |
| #2655 | [[package]] |
| #2656 | name = "spl-type-length-value" |
| #2657 | version = "0.8.0" |
| #2658 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2659 | checksum = "d417eb548214fa822d93f84444024b4e57c13ed6719d4dcc68eec24fb481e9f5" |
| #2660 | dependencies = [ |
| #2661 | "bytemuck", |
| #2662 | "num-derive", |
| #2663 | "num-traits", |
| #2664 | "solana-account-info", |
| #2665 | "solana-decode-error", |
| #2666 | "solana-msg", |
| #2667 | "solana-program-error", |
| #2668 | "spl-discriminator", |
| #2669 | "spl-pod", |
| #2670 | "thiserror 2.0.18", |
| #2671 | ] |
| #2672 | |
| #2673 | [[package]] |
| #2674 | name = "subtle" |
| #2675 | version = "2.6.1" |
| #2676 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2677 | checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" |
| #2678 | |
| #2679 | [[package]] |
| #2680 | name = "syn" |
| #2681 | version = "1.0.109" |
| #2682 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2683 | checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
| #2684 | dependencies = [ |
| #2685 | "proc-macro2", |
| #2686 | "quote", |
| #2687 | "unicode-ident", |
| #2688 | ] |
| #2689 | |
| #2690 | [[package]] |
| #2691 | name = "syn" |
| #2692 | version = "2.0.117" |
| #2693 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2694 | checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" |
| #2695 | dependencies = [ |
| #2696 | "proc-macro2", |
| #2697 | "quote", |
| #2698 | "unicode-ident", |
| #2699 | ] |
| #2700 | |
| #2701 | [[package]] |
| #2702 | name = "thiserror" |
| #2703 | version = "1.0.69" |
| #2704 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2705 | checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" |
| #2706 | dependencies = [ |
| #2707 | "thiserror-impl 1.0.69", |
| #2708 | ] |
| #2709 | |
| #2710 | [[package]] |
| #2711 | name = "thiserror" |
| #2712 | version = "2.0.18" |
| #2713 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2714 | checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" |
| #2715 | dependencies = [ |
| #2716 | "thiserror-impl 2.0.18", |
| #2717 | ] |
| #2718 | |
| #2719 | [[package]] |
| #2720 | name = "thiserror-impl" |
| #2721 | version = "1.0.69" |
| #2722 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2723 | checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" |
| #2724 | dependencies = [ |
| #2725 | "proc-macro2", |
| #2726 | "quote", |
| #2727 | "syn 2.0.117", |
| #2728 | ] |
| #2729 | |
| #2730 | [[package]] |
| #2731 | name = "thiserror-impl" |
| #2732 | version = "2.0.18" |
| #2733 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2734 | checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" |
| #2735 | dependencies = [ |
| #2736 | "proc-macro2", |
| #2737 | "quote", |
| #2738 | "syn 2.0.117", |
| #2739 | ] |
| #2740 | |
| #2741 | [[package]] |
| #2742 | name = "tinyvec" |
| #2743 | version = "1.11.0" |
| #2744 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2745 | checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3" |
| #2746 | dependencies = [ |
| #2747 | "tinyvec_macros", |
| #2748 | ] |
| #2749 | |
| #2750 | [[package]] |
| #2751 | name = "tinyvec_macros" |
| #2752 | version = "0.1.1" |
| #2753 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2754 | checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
| #2755 | |
| #2756 | [[package]] |
| #2757 | name = "toml" |
| #2758 | version = "0.5.11" |
| #2759 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2760 | checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" |
| #2761 | dependencies = [ |
| #2762 | "serde", |
| #2763 | ] |
| #2764 | |
| #2765 | [[package]] |
| #2766 | name = "toml" |
| #2767 | version = "0.8.23" |
| #2768 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2769 | checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362" |
| #2770 | dependencies = [ |
| #2771 | "serde", |
| #2772 | "serde_spanned", |
| #2773 | "toml_datetime 0.6.11", |
| #2774 | "toml_edit 0.22.27", |
| #2775 | ] |
| #2776 | |
| #2777 | [[package]] |
| #2778 | name = "toml_datetime" |
| #2779 | version = "0.6.11" |
| #2780 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2781 | checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" |
| #2782 | dependencies = [ |
| #2783 | "serde", |
| #2784 | ] |
| #2785 | |
| #2786 | [[package]] |
| #2787 | name = "toml_datetime" |
| #2788 | version = "1.0.0+spec-1.1.0" |
| #2789 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2790 | checksum = "32c2555c699578a4f59f0cc68e5116c8d7cabbd45e1409b989d4be085b53f13e" |
| #2791 | dependencies = [ |
| #2792 | "serde_core", |
| #2793 | ] |
| #2794 | |
| #2795 | [[package]] |
| #2796 | name = "toml_edit" |
| #2797 | version = "0.22.27" |
| #2798 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2799 | checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" |
| #2800 | dependencies = [ |
| #2801 | "indexmap", |
| #2802 | "serde", |
| #2803 | "serde_spanned", |
| #2804 | "toml_datetime 0.6.11", |
| #2805 | "toml_write", |
| #2806 | "winnow", |
| #2807 | ] |
| #2808 | |
| #2809 | [[package]] |
| #2810 | name = "toml_edit" |
| #2811 | version = "0.25.4+spec-1.1.0" |
| #2812 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2813 | checksum = "7193cbd0ce53dc966037f54351dbbcf0d5a642c7f0038c382ef9e677ce8c13f2" |
| #2814 | dependencies = [ |
| #2815 | "indexmap", |
| #2816 | "toml_datetime 1.0.0+spec-1.1.0", |
| #2817 | "toml_parser", |
| #2818 | "winnow", |
| #2819 | ] |
| #2820 | |
| #2821 | [[package]] |
| #2822 | name = "toml_parser" |
| #2823 | version = "1.0.9+spec-1.1.0" |
| #2824 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2825 | checksum = "702d4415e08923e7e1ef96cd5727c0dfed80b4d2fa25db9647fe5eb6f7c5a4c4" |
| #2826 | dependencies = [ |
| #2827 | "winnow", |
| #2828 | ] |
| #2829 | |
| #2830 | [[package]] |
| #2831 | name = "toml_write" |
| #2832 | version = "0.1.2" |
| #2833 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2834 | checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" |
| #2835 | |
| #2836 | [[package]] |
| #2837 | name = "typenum" |
| #2838 | version = "1.19.0" |
| #2839 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2840 | checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" |
| #2841 | |
| #2842 | [[package]] |
| #2843 | name = "unicode-ident" |
| #2844 | version = "1.0.24" |
| #2845 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2846 | checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" |
| #2847 | |
| #2848 | [[package]] |
| #2849 | name = "unicode-segmentation" |
| #2850 | version = "1.12.0" |
| #2851 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2852 | checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" |
| #2853 | |
| #2854 | [[package]] |
| #2855 | name = "universal-hash" |
| #2856 | version = "0.5.1" |
| #2857 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2858 | checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea" |
| #2859 | dependencies = [ |
| #2860 | "crypto-common", |
| #2861 | "subtle", |
| #2862 | ] |
| #2863 | |
| #2864 | [[package]] |
| #2865 | name = "uriparse" |
| #2866 | version = "0.6.4" |
| #2867 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2868 | checksum = "0200d0fc04d809396c2ad43f3c95da3582a2556eba8d453c1087f4120ee352ff" |
| #2869 | dependencies = [ |
| #2870 | "fnv", |
| #2871 | "lazy_static", |
| #2872 | ] |
| #2873 | |
| #2874 | [[package]] |
| #2875 | name = "version_check" |
| #2876 | version = "0.9.5" |
| #2877 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2878 | checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
| #2879 | |
| #2880 | [[package]] |
| #2881 | name = "wasi" |
| #2882 | version = "0.9.0+wasi-snapshot-preview1" |
| #2883 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2884 | checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" |
| #2885 | |
| #2886 | [[package]] |
| #2887 | name = "wasi" |
| #2888 | version = "0.11.1+wasi-snapshot-preview1" |
| #2889 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2890 | checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" |
| #2891 | |
| #2892 | [[package]] |
| #2893 | name = "wasm-bindgen" |
| #2894 | version = "0.2.114" |
| #2895 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2896 | checksum = "6532f9a5c1ece3798cb1c2cfdba640b9b3ba884f5db45973a6f442510a87d38e" |
| #2897 | dependencies = [ |
| #2898 | "cfg-if", |
| #2899 | "once_cell", |
| #2900 | "rustversion", |
| #2901 | "wasm-bindgen-macro", |
| #2902 | "wasm-bindgen-shared", |
| #2903 | ] |
| #2904 | |
| #2905 | [[package]] |
| #2906 | name = "wasm-bindgen-macro" |
| #2907 | version = "0.2.114" |
| #2908 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2909 | checksum = "18a2d50fcf105fb33bb15f00e7a77b772945a2ee45dcf454961fd843e74c18e6" |
| #2910 | dependencies = [ |
| #2911 | "quote", |
| #2912 | "wasm-bindgen-macro-support", |
| #2913 | ] |
| #2914 | |
| #2915 | [[package]] |
| #2916 | name = "wasm-bindgen-macro-support" |
| #2917 | version = "0.2.114" |
| #2918 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2919 | checksum = "03ce4caeaac547cdf713d280eda22a730824dd11e6b8c3ca9e42247b25c631e3" |
| #2920 | dependencies = [ |
| #2921 | "bumpalo", |
| #2922 | "proc-macro2", |
| #2923 | "quote", |
| #2924 | "syn 2.0.117", |
| #2925 | "wasm-bindgen-shared", |
| #2926 | ] |
| #2927 | |
| #2928 | [[package]] |
| #2929 | name = "wasm-bindgen-shared" |
| #2930 | version = "0.2.114" |
| #2931 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2932 | checksum = "75a326b8c223ee17883a4251907455a2431acc2791c98c26279376490c378c16" |
| #2933 | dependencies = [ |
| #2934 | "unicode-ident", |
| #2935 | ] |
| #2936 | |
| #2937 | [[package]] |
| #2938 | name = "web-sys" |
| #2939 | version = "0.3.91" |
| #2940 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2941 | checksum = "854ba17bb104abfb26ba36da9729addc7ce7f06f5c0f90f3c391f8461cca21f9" |
| #2942 | dependencies = [ |
| #2943 | "js-sys", |
| #2944 | "wasm-bindgen", |
| #2945 | ] |
| #2946 | |
| #2947 | [[package]] |
| #2948 | name = "windows-link" |
| #2949 | version = "0.2.1" |
| #2950 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2951 | checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
| #2952 | |
| #2953 | [[package]] |
| #2954 | name = "winnow" |
| #2955 | version = "0.7.15" |
| #2956 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2957 | checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945" |
| #2958 | dependencies = [ |
| #2959 | "memchr", |
| #2960 | ] |
| #2961 | |
| #2962 | [[package]] |
| #2963 | name = "zerocopy" |
| #2964 | version = "0.8.42" |
| #2965 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2966 | checksum = "f2578b716f8a7a858b7f02d5bd870c14bf4ddbbcf3a4c05414ba6503640505e3" |
| #2967 | dependencies = [ |
| #2968 | "zerocopy-derive", |
| #2969 | ] |
| #2970 | |
| #2971 | [[package]] |
| #2972 | name = "zerocopy-derive" |
| #2973 | version = "0.8.42" |
| #2974 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2975 | checksum = "7e6cc098ea4d3bd6246687de65af3f920c430e236bee1e3bf2e441463f08a02f" |
| #2976 | dependencies = [ |
| #2977 | "proc-macro2", |
| #2978 | "quote", |
| #2979 | "syn 2.0.117", |
| #2980 | ] |
| #2981 | |
| #2982 | [[package]] |
| #2983 | name = "zeroize" |
| #2984 | version = "1.8.2" |
| #2985 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2986 | checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" |
| #2987 | dependencies = [ |
| #2988 | "zeroize_derive", |
| #2989 | ] |
| #2990 | |
| #2991 | [[package]] |
| #2992 | name = "zeroize_derive" |
| #2993 | version = "1.4.3" |
| #2994 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #2995 | checksum = "85a5b4158499876c763cb03bc4e49185d3cccbabb15b33c627f7884f43db852e" |
| #2996 | dependencies = [ |
| #2997 | "proc-macro2", |
| #2998 | "quote", |
| #2999 | "syn 2.0.117", |
| #3000 | ] |
| #3001 | |
| #3002 | [[package]] |
| #3003 | name = "zmij" |
| #3004 | version = "1.0.21" |
| #3005 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| #3006 | checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" |
| #3007 |