|
@@ -0,0 +1,2390 @@
|
|
|
|
+# This file is automatically @generated by Cargo.
|
|
|
|
+# It is not intended for manual editing.
|
|
|
|
+version = 3
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "aead"
|
|
|
|
+version = "0.4.3"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"
|
|
|
|
+dependencies = [
|
|
|
|
+ "generic-array",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "aes"
|
|
|
|
+version = "0.7.5"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"
|
|
|
|
+dependencies = [
|
|
|
|
+ "cfg-if",
|
|
|
|
+ "cipher",
|
|
|
|
+ "cpufeatures",
|
|
|
|
+ "opaque-debug",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "aes-gcm-siv"
|
|
|
|
+version = "0.10.3"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "589c637f0e68c877bbd59a4599bbe849cac8e5f3e4b5a3ebae8f528cd218dcdc"
|
|
|
|
+dependencies = [
|
|
|
|
+ "aead",
|
|
|
|
+ "aes",
|
|
|
|
+ "cipher",
|
|
|
|
+ "ctr",
|
|
|
|
+ "polyval",
|
|
|
|
+ "subtle",
|
|
|
|
+ "zeroize",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "ahash"
|
|
|
|
+version = "0.7.6"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
|
|
|
+dependencies = [
|
|
|
|
+ "getrandom 0.2.9",
|
|
|
|
+ "once_cell",
|
|
|
|
+ "version_check",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "ahash"
|
|
|
|
+version = "0.8.3"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
|
|
|
|
+dependencies = [
|
|
|
|
+ "cfg-if",
|
|
|
|
+ "getrandom 0.2.9",
|
|
|
|
+ "once_cell",
|
|
|
|
+ "version_check",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "aho-corasick"
|
|
|
|
+version = "1.0.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04"
|
|
|
|
+dependencies = [
|
|
|
|
+ "memchr",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "anchor-attribute-access-control"
|
|
|
|
+version = "0.28.0"
|
|
|
|
+dependencies = [
|
|
|
|
+ "anchor-syn",
|
|
|
|
+ "anyhow",
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "regex",
|
|
|
|
+ "syn 1.0.109",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "anchor-attribute-account"
|
|
|
|
+version = "0.28.0"
|
|
|
|
+dependencies = [
|
|
|
|
+ "anchor-syn",
|
|
|
|
+ "anyhow",
|
|
|
|
+ "bs58 0.5.0",
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "rustversion",
|
|
|
|
+ "syn 1.0.109",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "anchor-attribute-constant"
|
|
|
|
+version = "0.28.0"
|
|
|
|
+dependencies = [
|
|
|
|
+ "anchor-syn",
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "syn 1.0.109",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "anchor-attribute-error"
|
|
|
|
+version = "0.28.0"
|
|
|
|
+dependencies = [
|
|
|
|
+ "anchor-syn",
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "syn 1.0.109",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "anchor-attribute-event"
|
|
|
|
+version = "0.28.0"
|
|
|
|
+dependencies = [
|
|
|
|
+ "anchor-syn",
|
|
|
|
+ "anyhow",
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "syn 1.0.109",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "anchor-attribute-program"
|
|
|
|
+version = "0.28.0"
|
|
|
|
+dependencies = [
|
|
|
|
+ "anchor-syn",
|
|
|
|
+ "anyhow",
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "syn 1.0.109",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "anchor-derive-accounts"
|
|
|
|
+version = "0.28.0"
|
|
|
|
+dependencies = [
|
|
|
|
+ "anchor-syn",
|
|
|
|
+ "anyhow",
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "syn 1.0.109",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "anchor-derive-space"
|
|
|
|
+version = "0.28.0"
|
|
|
|
+dependencies = [
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "syn 1.0.109",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "anchor-lang"
|
|
|
|
+version = "0.28.0"
|
|
|
|
+dependencies = [
|
|
|
|
+ "anchor-attribute-access-control",
|
|
|
|
+ "anchor-attribute-account",
|
|
|
|
+ "anchor-attribute-constant",
|
|
|
|
+ "anchor-attribute-error",
|
|
|
|
+ "anchor-attribute-event",
|
|
|
|
+ "anchor-attribute-program",
|
|
|
|
+ "anchor-derive-accounts",
|
|
|
|
+ "anchor-derive-space",
|
|
|
|
+ "arrayref",
|
|
|
|
+ "base64 0.13.1",
|
|
|
|
+ "bincode",
|
|
|
|
+ "borsh 0.10.3",
|
|
|
|
+ "bytemuck",
|
|
|
|
+ "getrandom 0.2.9",
|
|
|
|
+ "solana-program",
|
|
|
|
+ "thiserror",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "anchor-spl"
|
|
|
|
+version = "0.28.0"
|
|
|
|
+dependencies = [
|
|
|
|
+ "anchor-lang",
|
|
|
|
+ "solana-program",
|
|
|
|
+ "spl-associated-token-account",
|
|
|
|
+ "spl-token",
|
|
|
|
+ "spl-token-2022",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "anchor-syn"
|
|
|
|
+version = "0.28.0"
|
|
|
|
+dependencies = [
|
|
|
|
+ "anyhow",
|
|
|
|
+ "bs58 0.5.0",
|
|
|
|
+ "heck",
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "serde",
|
|
|
|
+ "serde_json",
|
|
|
|
+ "sha2 0.10.6",
|
|
|
|
+ "syn 1.0.109",
|
|
|
|
+ "thiserror",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "android-tzdata"
|
|
|
|
+version = "0.1.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "anyhow"
|
|
|
|
+version = "1.0.71"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "ark-bn254"
|
|
|
|
+version = "0.4.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "a22f4561524cd949590d78d7d4c5df8f592430d221f7f3c9497bbafd8972120f"
|
|
|
|
+dependencies = [
|
|
|
|
+ "ark-ec",
|
|
|
|
+ "ark-ff",
|
|
|
|
+ "ark-std",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "ark-ec"
|
|
|
|
+version = "0.4.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "defd9a439d56ac24968cca0571f598a61bc8c55f71d50a89cda591cb750670ba"
|
|
|
|
+dependencies = [
|
|
|
|
+ "ark-ff",
|
|
|
|
+ "ark-poly",
|
|
|
|
+ "ark-serialize",
|
|
|
|
+ "ark-std",
|
|
|
|
+ "derivative",
|
|
|
|
+ "hashbrown 0.13.2",
|
|
|
|
+ "itertools",
|
|
|
|
+ "num-traits",
|
|
|
|
+ "zeroize",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "ark-ff"
|
|
|
|
+version = "0.4.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "ec847af850f44ad29048935519032c33da8aa03340876d351dfab5660d2966ba"
|
|
|
|
+dependencies = [
|
|
|
|
+ "ark-ff-asm",
|
|
|
|
+ "ark-ff-macros",
|
|
|
|
+ "ark-serialize",
|
|
|
|
+ "ark-std",
|
|
|
|
+ "derivative",
|
|
|
|
+ "digest 0.10.7",
|
|
|
|
+ "itertools",
|
|
|
|
+ "num-bigint",
|
|
|
|
+ "num-traits",
|
|
|
|
+ "paste",
|
|
|
|
+ "rustc_version",
|
|
|
|
+ "zeroize",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "ark-ff-asm"
|
|
|
|
+version = "0.4.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "3ed4aa4fe255d0bc6d79373f7e31d2ea147bcf486cba1be5ba7ea85abdb92348"
|
|
|
|
+dependencies = [
|
|
|
|
+ "quote",
|
|
|
|
+ "syn 1.0.109",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "ark-ff-macros"
|
|
|
|
+version = "0.4.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "7abe79b0e4288889c4574159ab790824d0033b9fdcb2a112a3182fac2e514565"
|
|
|
|
+dependencies = [
|
|
|
|
+ "num-bigint",
|
|
|
|
+ "num-traits",
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "syn 1.0.109",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "ark-poly"
|
|
|
|
+version = "0.4.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "d320bfc44ee185d899ccbadfa8bc31aab923ce1558716e1997a1e74057fe86bf"
|
|
|
|
+dependencies = [
|
|
|
|
+ "ark-ff",
|
|
|
|
+ "ark-serialize",
|
|
|
|
+ "ark-std",
|
|
|
|
+ "derivative",
|
|
|
|
+ "hashbrown 0.13.2",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "ark-serialize"
|
|
|
|
+version = "0.4.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "adb7b85a02b83d2f22f89bd5cac66c9c89474240cb6207cb1efc16d098e822a5"
|
|
|
|
+dependencies = [
|
|
|
|
+ "ark-serialize-derive",
|
|
|
|
+ "ark-std",
|
|
|
|
+ "digest 0.10.7",
|
|
|
|
+ "num-bigint",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "ark-serialize-derive"
|
|
|
|
+version = "0.4.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "ae3281bc6d0fd7e549af32b52511e1302185bd688fd3359fa36423346ff682ea"
|
|
|
|
+dependencies = [
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "syn 1.0.109",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "ark-std"
|
|
|
|
+version = "0.4.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185"
|
|
|
|
+dependencies = [
|
|
|
|
+ "num-traits",
|
|
|
|
+ "rand 0.8.5",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "array-bytes"
|
|
|
|
+version = "1.4.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "9ad284aeb45c13f2fb4f084de4a420ebf447423bdf9386c0540ce33cb3ef4b8c"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "arrayref"
|
|
|
|
+version = "0.3.7"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "arrayvec"
|
|
|
|
+version = "0.7.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "assert_matches"
|
|
|
|
+version = "1.5.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "atty"
|
|
|
|
+version = "0.2.14"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
+dependencies = [
|
|
|
|
+ "hermit-abi 0.1.19",
|
|
|
|
+ "libc",
|
|
|
|
+ "winapi",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "autocfg"
|
|
|
|
+version = "1.1.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "base64"
|
|
|
|
+version = "0.12.3"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "base64"
|
|
|
|
+version = "0.13.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "base64"
|
|
|
|
+version = "0.21.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "bench"
|
|
|
|
+version = "0.1.0"
|
|
|
|
+dependencies = [
|
|
|
|
+ "anchor-lang",
|
|
|
|
+ "anchor-spl",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "bincode"
|
|
|
|
+version = "1.3.3"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
|
|
|
|
+dependencies = [
|
|
|
|
+ "serde",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "bitflags"
|
|
|
|
+version = "1.3.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "bitmaps"
|
|
|
|
+version = "2.1.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2"
|
|
|
|
+dependencies = [
|
|
|
|
+ "typenum",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "blake3"
|
|
|
|
+version = "1.3.3"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "42ae2468a89544a466886840aa467a25b766499f4f04bf7d9fcd10ecee9fccef"
|
|
|
|
+dependencies = [
|
|
|
|
+ "arrayref",
|
|
|
|
+ "arrayvec",
|
|
|
|
+ "cc",
|
|
|
|
+ "cfg-if",
|
|
|
|
+ "constant_time_eq",
|
|
|
|
+ "digest 0.10.7",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "block-buffer"
|
|
|
|
+version = "0.9.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
|
|
|
|
+dependencies = [
|
|
|
|
+ "block-padding",
|
|
|
|
+ "generic-array",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "block-buffer"
|
|
|
|
+version = "0.10.4"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
|
|
|
+dependencies = [
|
|
|
|
+ "generic-array",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "block-padding"
|
|
|
|
+version = "0.2.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "borsh"
|
|
|
|
+version = "0.9.3"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "15bf3650200d8bffa99015595e10f1fbd17de07abbc25bb067da79e769939bfa"
|
|
|
|
+dependencies = [
|
|
|
|
+ "borsh-derive 0.9.3",
|
|
|
|
+ "hashbrown 0.11.2",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "borsh"
|
|
|
|
+version = "0.10.3"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "4114279215a005bc675e386011e594e1d9b800918cea18fcadadcce864a2046b"
|
|
|
|
+dependencies = [
|
|
|
|
+ "borsh-derive 0.10.3",
|
|
|
|
+ "hashbrown 0.13.2",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "borsh-derive"
|
|
|
|
+version = "0.9.3"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "6441c552f230375d18e3cc377677914d2ca2b0d36e52129fe15450a2dce46775"
|
|
|
|
+dependencies = [
|
|
|
|
+ "borsh-derive-internal 0.9.3",
|
|
|
|
+ "borsh-schema-derive-internal 0.9.3",
|
|
|
|
+ "proc-macro-crate 0.1.5",
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "syn 1.0.109",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "borsh-derive"
|
|
|
|
+version = "0.10.3"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "0754613691538d51f329cce9af41d7b7ca150bc973056f1156611489475f54f7"
|
|
|
|
+dependencies = [
|
|
|
|
+ "borsh-derive-internal 0.10.3",
|
|
|
|
+ "borsh-schema-derive-internal 0.10.3",
|
|
|
|
+ "proc-macro-crate 0.1.5",
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "syn 1.0.109",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "borsh-derive-internal"
|
|
|
|
+version = "0.9.3"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "5449c28a7b352f2d1e592a8a28bf139bc71afb0764a14f3c02500935d8c44065"
|
|
|
|
+dependencies = [
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "syn 1.0.109",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "borsh-derive-internal"
|
|
|
|
+version = "0.10.3"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "afb438156919598d2c7bad7e1c0adf3d26ed3840dbc010db1a882a65583ca2fb"
|
|
|
|
+dependencies = [
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "syn 1.0.109",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "borsh-schema-derive-internal"
|
|
|
|
+version = "0.9.3"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "cdbd5696d8bfa21d53d9fe39a714a18538bad11492a42d066dbbc395fb1951c0"
|
|
|
|
+dependencies = [
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "syn 1.0.109",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "borsh-schema-derive-internal"
|
|
|
|
+version = "0.10.3"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "634205cc43f74a1b9046ef87c4540ebda95696ec0f315024860cad7c5b0f5ccd"
|
|
|
|
+dependencies = [
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "syn 1.0.109",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "bs58"
|
|
|
|
+version = "0.4.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "bs58"
|
|
|
|
+version = "0.5.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "f5353f36341f7451062466f0b755b96ac3a9547e4d7f6b70d603fc721a7d7896"
|
|
|
|
+dependencies = [
|
|
|
|
+ "tinyvec",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "bumpalo"
|
|
|
|
+version = "3.13.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "bv"
|
|
|
|
+version = "0.11.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "8834bb1d8ee5dc048ee3124f2c7c1afcc6bc9aed03f11e9dfd8c69470a5db340"
|
|
|
|
+dependencies = [
|
|
|
|
+ "feature-probe",
|
|
|
|
+ "serde",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "bytemuck"
|
|
|
|
+version = "1.13.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea"
|
|
|
|
+dependencies = [
|
|
|
|
+ "bytemuck_derive",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "bytemuck_derive"
|
|
|
|
+version = "1.4.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "fdde5c9cd29ebd706ce1b35600920a33550e402fc998a2e53ad3b42c3c47a192"
|
|
|
|
+dependencies = [
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "syn 2.0.18",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "byteorder"
|
|
|
|
+version = "1.4.3"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "cc"
|
|
|
|
+version = "1.0.79"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
|
|
|
|
+dependencies = [
|
|
|
|
+ "jobserver",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "cfg-if"
|
|
|
|
+version = "1.0.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "chrono"
|
|
|
|
+version = "0.4.26"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5"
|
|
|
|
+dependencies = [
|
|
|
|
+ "android-tzdata",
|
|
|
|
+ "num-traits",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "cipher"
|
|
|
|
+version = "0.3.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"
|
|
|
|
+dependencies = [
|
|
|
|
+ "generic-array",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "console_error_panic_hook"
|
|
|
|
+version = "0.1.7"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
|
|
|
|
+dependencies = [
|
|
|
|
+ "cfg-if",
|
|
|
|
+ "wasm-bindgen",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "console_log"
|
|
|
|
+version = "0.2.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "e89f72f65e8501878b8a004d5a1afb780987e2ce2b4532c562e367a72c57499f"
|
|
|
|
+dependencies = [
|
|
|
|
+ "log",
|
|
|
|
+ "web-sys",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "constant_time_eq"
|
|
|
|
+version = "0.2.5"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "13418e745008f7349ec7e449155f419a61b92b58a99cc3616942b926825ec76b"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "cpufeatures"
|
|
|
|
+version = "0.2.7"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "3e4c1eaa2012c47becbbad2ab175484c2a84d1185b566fb2cc5b8707343dfe58"
|
|
|
|
+dependencies = [
|
|
|
|
+ "libc",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "crossbeam-channel"
|
|
|
|
+version = "0.5.8"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
|
|
|
|
+dependencies = [
|
|
|
|
+ "cfg-if",
|
|
|
|
+ "crossbeam-utils",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "crossbeam-deque"
|
|
|
|
+version = "0.8.3"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
|
|
|
|
+dependencies = [
|
|
|
|
+ "cfg-if",
|
|
|
|
+ "crossbeam-epoch",
|
|
|
|
+ "crossbeam-utils",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "crossbeam-epoch"
|
|
|
|
+version = "0.9.14"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695"
|
|
|
|
+dependencies = [
|
|
|
|
+ "autocfg",
|
|
|
|
+ "cfg-if",
|
|
|
|
+ "crossbeam-utils",
|
|
|
|
+ "memoffset 0.8.0",
|
|
|
|
+ "scopeguard",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "crossbeam-utils"
|
|
|
|
+version = "0.8.15"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
|
|
|
|
+dependencies = [
|
|
|
|
+ "cfg-if",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "crunchy"
|
|
|
|
+version = "0.2.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "crypto-common"
|
|
|
|
+version = "0.1.6"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
|
|
|
+dependencies = [
|
|
|
|
+ "generic-array",
|
|
|
|
+ "typenum",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "crypto-mac"
|
|
|
|
+version = "0.8.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"
|
|
|
|
+dependencies = [
|
|
|
|
+ "generic-array",
|
|
|
|
+ "subtle",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "ctr"
|
|
|
|
+version = "0.8.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"
|
|
|
|
+dependencies = [
|
|
|
|
+ "cipher",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "curve25519-dalek"
|
|
|
|
+version = "3.2.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "90f9d052967f590a76e62eb387bd0bbb1b000182c3cefe5364db6b7211651bc0"
|
|
|
|
+dependencies = [
|
|
|
|
+ "byteorder",
|
|
|
|
+ "digest 0.9.0",
|
|
|
|
+ "rand_core 0.5.1",
|
|
|
|
+ "serde",
|
|
|
|
+ "subtle",
|
|
|
|
+ "zeroize",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "darling"
|
|
|
|
+version = "0.20.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "0558d22a7b463ed0241e993f76f09f30b126687447751a8638587b864e4b3944"
|
|
|
|
+dependencies = [
|
|
|
|
+ "darling_core",
|
|
|
|
+ "darling_macro",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "darling_core"
|
|
|
|
+version = "0.20.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "ab8bfa2e259f8ee1ce5e97824a3c55ec4404a0d772ca7fa96bf19f0752a046eb"
|
|
|
|
+dependencies = [
|
|
|
|
+ "fnv",
|
|
|
|
+ "ident_case",
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "strsim",
|
|
|
|
+ "syn 2.0.18",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "darling_macro"
|
|
|
|
+version = "0.20.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "29a358ff9f12ec09c3e61fef9b5a9902623a695a46a917b07f269bff1445611a"
|
|
|
|
+dependencies = [
|
|
|
|
+ "darling_core",
|
|
|
|
+ "quote",
|
|
|
|
+ "syn 2.0.18",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "derivation-path"
|
|
|
|
+version = "0.2.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "6e5c37193a1db1d8ed868c03ec7b152175f26160a5b740e5e484143877e0adf0"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "derivative"
|
|
|
|
+version = "2.2.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
|
|
|
|
+dependencies = [
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "syn 1.0.109",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "digest"
|
|
|
|
+version = "0.9.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
|
|
|
|
+dependencies = [
|
|
|
|
+ "generic-array",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "digest"
|
|
|
|
+version = "0.10.7"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
|
|
|
+dependencies = [
|
|
|
|
+ "block-buffer 0.10.4",
|
|
|
|
+ "crypto-common",
|
|
|
|
+ "subtle",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "ed25519"
|
|
|
|
+version = "1.5.3"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7"
|
|
|
|
+dependencies = [
|
|
|
|
+ "signature",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "ed25519-dalek"
|
|
|
|
+version = "1.0.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"
|
|
|
|
+dependencies = [
|
|
|
|
+ "curve25519-dalek",
|
|
|
|
+ "ed25519",
|
|
|
|
+ "rand 0.7.3",
|
|
|
|
+ "serde",
|
|
|
|
+ "sha2 0.9.9",
|
|
|
|
+ "zeroize",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "ed25519-dalek-bip32"
|
|
|
|
+version = "0.2.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "9d2be62a4061b872c8c0873ee4fc6f101ce7b889d039f019c5fa2af471a59908"
|
|
|
|
+dependencies = [
|
|
|
|
+ "derivation-path",
|
|
|
|
+ "ed25519-dalek",
|
|
|
|
+ "hmac 0.12.1",
|
|
|
|
+ "sha2 0.10.6",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "either"
|
|
|
|
+version = "1.8.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "env_logger"
|
|
|
|
+version = "0.9.3"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
|
|
|
|
+dependencies = [
|
|
|
|
+ "atty",
|
|
|
|
+ "humantime",
|
|
|
|
+ "log",
|
|
|
|
+ "regex",
|
|
|
|
+ "termcolor",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "feature-probe"
|
|
|
|
+version = "0.1.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "835a3dc7d1ec9e75e2b5fb4ba75396837112d2060b03f7d43bc1897c7f7211da"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "fnv"
|
|
|
|
+version = "1.0.7"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "generic-array"
|
|
|
|
+version = "0.14.7"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
|
|
|
+dependencies = [
|
|
|
|
+ "serde",
|
|
|
|
+ "typenum",
|
|
|
|
+ "version_check",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "getrandom"
|
|
|
|
+version = "0.1.16"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
|
|
|
|
+dependencies = [
|
|
|
|
+ "cfg-if",
|
|
|
|
+ "js-sys",
|
|
|
|
+ "libc",
|
|
|
|
+ "wasi 0.9.0+wasi-snapshot-preview1",
|
|
|
|
+ "wasm-bindgen",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "getrandom"
|
|
|
|
+version = "0.2.9"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4"
|
|
|
|
+dependencies = [
|
|
|
|
+ "cfg-if",
|
|
|
|
+ "js-sys",
|
|
|
|
+ "libc",
|
|
|
|
+ "wasi 0.11.0+wasi-snapshot-preview1",
|
|
|
|
+ "wasm-bindgen",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "hashbrown"
|
|
|
|
+version = "0.11.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
|
|
|
+dependencies = [
|
|
|
|
+ "ahash 0.7.6",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "hashbrown"
|
|
|
|
+version = "0.12.3"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "hashbrown"
|
|
|
|
+version = "0.13.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
|
|
|
|
+dependencies = [
|
|
|
|
+ "ahash 0.8.3",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "heck"
|
|
|
|
+version = "0.3.3"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
|
|
|
+dependencies = [
|
|
|
|
+ "unicode-segmentation",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "hermit-abi"
|
|
|
|
+version = "0.1.19"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
|
|
|
+dependencies = [
|
|
|
|
+ "libc",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "hermit-abi"
|
|
|
|
+version = "0.2.6"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
|
|
|
|
+dependencies = [
|
|
|
|
+ "libc",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "hmac"
|
|
|
|
+version = "0.8.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"
|
|
|
|
+dependencies = [
|
|
|
|
+ "crypto-mac",
|
|
|
|
+ "digest 0.9.0",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "hmac"
|
|
|
|
+version = "0.12.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
|
|
|
+dependencies = [
|
|
|
|
+ "digest 0.10.7",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "hmac-drbg"
|
|
|
|
+version = "0.3.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"
|
|
|
|
+dependencies = [
|
|
|
|
+ "digest 0.9.0",
|
|
|
|
+ "generic-array",
|
|
|
|
+ "hmac 0.8.1",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "humantime"
|
|
|
|
+version = "2.1.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "ident_case"
|
|
|
|
+version = "1.0.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "im"
|
|
|
|
+version = "15.1.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "d0acd33ff0285af998aaf9b57342af478078f53492322fafc47450e09397e0e9"
|
|
|
|
+dependencies = [
|
|
|
|
+ "bitmaps",
|
|
|
|
+ "rand_core 0.6.4",
|
|
|
|
+ "rand_xoshiro",
|
|
|
|
+ "rayon",
|
|
|
|
+ "serde",
|
|
|
|
+ "sized-chunks",
|
|
|
|
+ "typenum",
|
|
|
|
+ "version_check",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "indexmap"
|
|
|
|
+version = "1.9.3"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
|
|
|
+dependencies = [
|
|
|
|
+ "autocfg",
|
|
|
|
+ "hashbrown 0.12.3",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "itertools"
|
|
|
|
+version = "0.10.5"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
|
|
|
+dependencies = [
|
|
|
|
+ "either",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "itoa"
|
|
|
|
+version = "1.0.6"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "jobserver"
|
|
|
|
+version = "0.1.26"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
|
|
|
|
+dependencies = [
|
|
|
|
+ "libc",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "js-sys"
|
|
|
|
+version = "0.3.63"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "2f37a4a5928311ac501dee68b3c7613a1037d0edb30c8e5427bd832d55d1b790"
|
|
|
|
+dependencies = [
|
|
|
|
+ "wasm-bindgen",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "keccak"
|
|
|
|
+version = "0.1.4"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "8f6d5ed8676d904364de097082f4e7d240b571b67989ced0240f08b7f966f940"
|
|
|
|
+dependencies = [
|
|
|
|
+ "cpufeatures",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "lazy_static"
|
|
|
|
+version = "1.4.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "libc"
|
|
|
|
+version = "0.2.144"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "libsecp256k1"
|
|
|
|
+version = "0.6.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "c9d220bc1feda2ac231cb78c3d26f27676b8cf82c96971f7aeef3d0cf2797c73"
|
|
|
|
+dependencies = [
|
|
|
|
+ "arrayref",
|
|
|
|
+ "base64 0.12.3",
|
|
|
|
+ "digest 0.9.0",
|
|
|
|
+ "hmac-drbg",
|
|
|
|
+ "libsecp256k1-core",
|
|
|
|
+ "libsecp256k1-gen-ecmult",
|
|
|
|
+ "libsecp256k1-gen-genmult",
|
|
|
|
+ "rand 0.7.3",
|
|
|
|
+ "serde",
|
|
|
|
+ "sha2 0.9.9",
|
|
|
|
+ "typenum",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "libsecp256k1-core"
|
|
|
|
+version = "0.2.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "d0f6ab710cec28cef759c5f18671a27dae2a5f952cdaaee1d8e2908cb2478a80"
|
|
|
|
+dependencies = [
|
|
|
|
+ "crunchy",
|
|
|
|
+ "digest 0.9.0",
|
|
|
|
+ "subtle",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "libsecp256k1-gen-ecmult"
|
|
|
|
+version = "0.2.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "ccab96b584d38fac86a83f07e659f0deafd0253dc096dab5a36d53efe653c5c3"
|
|
|
|
+dependencies = [
|
|
|
|
+ "libsecp256k1-core",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "libsecp256k1-gen-genmult"
|
|
|
|
+version = "0.2.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "67abfe149395e3aa1c48a2beb32b068e2334402df8181f818d3aee2b304c4f5d"
|
|
|
|
+dependencies = [
|
|
|
|
+ "libsecp256k1-core",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "lock_api"
|
|
|
|
+version = "0.4.9"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
|
|
|
|
+dependencies = [
|
|
|
|
+ "autocfg",
|
|
|
|
+ "scopeguard",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "log"
|
|
|
|
+version = "0.4.18"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "memchr"
|
|
|
|
+version = "2.5.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "memmap2"
|
|
|
|
+version = "0.5.10"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"
|
|
|
|
+dependencies = [
|
|
|
|
+ "libc",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "memoffset"
|
|
|
|
+version = "0.8.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
|
|
|
|
+dependencies = [
|
|
|
|
+ "autocfg",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "memoffset"
|
|
|
|
+version = "0.9.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
|
|
|
|
+dependencies = [
|
|
|
|
+ "autocfg",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "merlin"
|
|
|
|
+version = "3.0.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "58c38e2799fc0978b65dfff8023ec7843e2330bb462f19198840b34b6582397d"
|
|
|
|
+dependencies = [
|
|
|
|
+ "byteorder",
|
|
|
|
+ "keccak",
|
|
|
|
+ "rand_core 0.6.4",
|
|
|
|
+ "zeroize",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "num-bigint"
|
|
|
|
+version = "0.4.3"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
|
|
|
|
+dependencies = [
|
|
|
|
+ "autocfg",
|
|
|
|
+ "num-integer",
|
|
|
|
+ "num-traits",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "num-derive"
|
|
|
|
+version = "0.3.3"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
|
|
|
|
+dependencies = [
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "syn 1.0.109",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "num-integer"
|
|
|
|
+version = "0.1.45"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
|
|
|
+dependencies = [
|
|
|
|
+ "autocfg",
|
|
|
|
+ "num-traits",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "num-traits"
|
|
|
|
+version = "0.2.15"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
|
|
|
|
+dependencies = [
|
|
|
|
+ "autocfg",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "num_cpus"
|
|
|
|
+version = "1.15.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
|
|
|
|
+dependencies = [
|
|
|
|
+ "hermit-abi 0.2.6",
|
|
|
|
+ "libc",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "num_enum"
|
|
|
|
+version = "0.5.11"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9"
|
|
|
|
+dependencies = [
|
|
|
|
+ "num_enum_derive 0.5.11",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "num_enum"
|
|
|
|
+version = "0.6.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "7a015b430d3c108a207fd776d2e2196aaf8b1cf8cf93253e3a097ff3085076a1"
|
|
|
|
+dependencies = [
|
|
|
|
+ "num_enum_derive 0.6.1",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "num_enum_derive"
|
|
|
|
+version = "0.5.11"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799"
|
|
|
|
+dependencies = [
|
|
|
|
+ "proc-macro-crate 1.3.1",
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "syn 1.0.109",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "num_enum_derive"
|
|
|
|
+version = "0.6.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "96667db765a921f7b295ffee8b60472b686a51d4f21c2ee4ffdb94c7013b65a6"
|
|
|
|
+dependencies = [
|
|
|
|
+ "proc-macro-crate 1.3.1",
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "syn 2.0.18",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "once_cell"
|
|
|
|
+version = "1.17.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "9670a07f94779e00908f3e686eab508878ebb390ba6e604d3a284c00e8d0487b"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "opaque-debug"
|
|
|
|
+version = "0.3.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "parking_lot"
|
|
|
|
+version = "0.12.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
|
|
|
+dependencies = [
|
|
|
|
+ "lock_api",
|
|
|
|
+ "parking_lot_core",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "parking_lot_core"
|
|
|
|
+version = "0.9.7"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
|
|
|
|
+dependencies = [
|
|
|
|
+ "cfg-if",
|
|
|
|
+ "libc",
|
|
|
|
+ "redox_syscall",
|
|
|
|
+ "smallvec",
|
|
|
|
+ "windows-sys",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "paste"
|
|
|
|
+version = "1.0.12"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "pbkdf2"
|
|
|
|
+version = "0.4.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"
|
|
|
|
+dependencies = [
|
|
|
|
+ "crypto-mac",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "pbkdf2"
|
|
|
|
+version = "0.11.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
|
|
|
|
+dependencies = [
|
|
|
|
+ "digest 0.10.7",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "percent-encoding"
|
|
|
|
+version = "2.2.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "polyval"
|
|
|
|
+version = "0.5.3"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"
|
|
|
|
+dependencies = [
|
|
|
|
+ "cfg-if",
|
|
|
|
+ "cpufeatures",
|
|
|
|
+ "opaque-debug",
|
|
|
|
+ "universal-hash",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "ppv-lite86"
|
|
|
|
+version = "0.2.17"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "proc-macro-crate"
|
|
|
|
+version = "0.1.5"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
|
|
|
|
+dependencies = [
|
|
|
|
+ "toml",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "proc-macro-crate"
|
|
|
|
+version = "1.3.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
|
|
|
|
+dependencies = [
|
|
|
|
+ "once_cell",
|
|
|
|
+ "toml_edit",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "proc-macro2"
|
|
|
|
+version = "1.0.59"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "6aeca18b86b413c660b781aa319e4e2648a3e6f9eadc9b47e9038e6fe9f3451b"
|
|
|
|
+dependencies = [
|
|
|
|
+ "unicode-ident",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "qstring"
|
|
|
|
+version = "0.7.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "d464fae65fff2680baf48019211ce37aaec0c78e9264c84a3e484717f965104e"
|
|
|
|
+dependencies = [
|
|
|
|
+ "percent-encoding",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "quote"
|
|
|
|
+version = "1.0.28"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488"
|
|
|
|
+dependencies = [
|
|
|
|
+ "proc-macro2",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "rand"
|
|
|
|
+version = "0.7.3"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
|
|
|
+dependencies = [
|
|
|
|
+ "getrandom 0.1.16",
|
|
|
|
+ "libc",
|
|
|
|
+ "rand_chacha 0.2.2",
|
|
|
|
+ "rand_core 0.5.1",
|
|
|
|
+ "rand_hc",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "rand"
|
|
|
|
+version = "0.8.5"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
|
|
+dependencies = [
|
|
|
|
+ "rand_chacha 0.3.1",
|
|
|
|
+ "rand_core 0.6.4",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "rand_chacha"
|
|
|
|
+version = "0.2.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
|
|
|
+dependencies = [
|
|
|
|
+ "ppv-lite86",
|
|
|
|
+ "rand_core 0.5.1",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "rand_chacha"
|
|
|
|
+version = "0.3.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
|
|
+dependencies = [
|
|
|
|
+ "ppv-lite86",
|
|
|
|
+ "rand_core 0.6.4",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "rand_core"
|
|
|
|
+version = "0.5.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
|
|
|
+dependencies = [
|
|
|
|
+ "getrandom 0.1.16",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "rand_core"
|
|
|
|
+version = "0.6.4"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
|
|
+dependencies = [
|
|
|
|
+ "getrandom 0.2.9",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "rand_hc"
|
|
|
|
+version = "0.2.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
|
|
|
+dependencies = [
|
|
|
|
+ "rand_core 0.5.1",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "rand_xoshiro"
|
|
|
|
+version = "0.6.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
|
|
|
|
+dependencies = [
|
|
|
|
+ "rand_core 0.6.4",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "rayon"
|
|
|
|
+version = "1.7.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
|
|
|
|
+dependencies = [
|
|
|
|
+ "either",
|
|
|
|
+ "rayon-core",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "rayon-core"
|
|
|
|
+version = "1.11.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
|
|
|
|
+dependencies = [
|
|
|
|
+ "crossbeam-channel",
|
|
|
|
+ "crossbeam-deque",
|
|
|
|
+ "crossbeam-utils",
|
|
|
|
+ "num_cpus",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "redox_syscall"
|
|
|
|
+version = "0.2.16"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
|
|
|
+dependencies = [
|
|
|
|
+ "bitflags",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "regex"
|
|
|
|
+version = "1.8.3"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "81ca098a9821bd52d6b24fd8b10bd081f47d39c22778cafaa75a2857a62c6390"
|
|
|
|
+dependencies = [
|
|
|
|
+ "aho-corasick",
|
|
|
|
+ "memchr",
|
|
|
|
+ "regex-syntax",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "regex-syntax"
|
|
|
|
+version = "0.7.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "rustc-hash"
|
|
|
|
+version = "1.1.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "rustc_version"
|
|
|
|
+version = "0.4.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
|
|
|
+dependencies = [
|
|
|
|
+ "semver",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "rustversion"
|
|
|
|
+version = "1.0.12"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "ryu"
|
|
|
|
+version = "1.0.13"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "scopeguard"
|
|
|
|
+version = "1.1.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "semver"
|
|
|
|
+version = "1.0.17"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "serde"
|
|
|
|
+version = "1.0.163"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2"
|
|
|
|
+dependencies = [
|
|
|
|
+ "serde_derive",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "serde_bytes"
|
|
|
|
+version = "0.11.9"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "416bda436f9aab92e02c8e10d49a15ddd339cea90b6e340fe51ed97abb548294"
|
|
|
|
+dependencies = [
|
|
|
|
+ "serde",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "serde_derive"
|
|
|
|
+version = "1.0.163"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e"
|
|
|
|
+dependencies = [
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "syn 2.0.18",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "serde_json"
|
|
|
|
+version = "1.0.96"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
|
|
|
|
+dependencies = [
|
|
|
|
+ "itoa",
|
|
|
|
+ "ryu",
|
|
|
|
+ "serde",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "serde_with"
|
|
|
|
+version = "2.3.3"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "07ff71d2c147a7b57362cead5e22f772cd52f6ab31cfcd9edcd7f6aeb2a0afbe"
|
|
|
|
+dependencies = [
|
|
|
|
+ "serde",
|
|
|
|
+ "serde_with_macros",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "serde_with_macros"
|
|
|
|
+version = "2.3.3"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "881b6f881b17d13214e5d494c939ebab463d01264ce1811e9d4ac3a882e7695f"
|
|
|
|
+dependencies = [
|
|
|
|
+ "darling",
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "syn 2.0.18",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "sha2"
|
|
|
|
+version = "0.9.9"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
|
|
|
|
+dependencies = [
|
|
|
|
+ "block-buffer 0.9.0",
|
|
|
|
+ "cfg-if",
|
|
|
|
+ "cpufeatures",
|
|
|
|
+ "digest 0.9.0",
|
|
|
|
+ "opaque-debug",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "sha2"
|
|
|
|
+version = "0.10.6"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
|
|
|
|
+dependencies = [
|
|
|
|
+ "cfg-if",
|
|
|
|
+ "cpufeatures",
|
|
|
|
+ "digest 0.10.7",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "sha3"
|
|
|
|
+version = "0.9.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"
|
|
|
|
+dependencies = [
|
|
|
|
+ "block-buffer 0.9.0",
|
|
|
|
+ "digest 0.9.0",
|
|
|
|
+ "keccak",
|
|
|
|
+ "opaque-debug",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "sha3"
|
|
|
|
+version = "0.10.8"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60"
|
|
|
|
+dependencies = [
|
|
|
|
+ "digest 0.10.7",
|
|
|
|
+ "keccak",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "signature"
|
|
|
|
+version = "1.6.4"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "sized-chunks"
|
|
|
|
+version = "0.6.5"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "16d69225bde7a69b235da73377861095455d298f2b970996eec25ddbb42b3d1e"
|
|
|
|
+dependencies = [
|
|
|
|
+ "bitmaps",
|
|
|
|
+ "typenum",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "smallvec"
|
|
|
|
+version = "1.10.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "solana-frozen-abi"
|
|
|
|
+version = "1.16.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "e0ec1a23136ef6072f3c6e3eabf6349dc0219ae23129c44754a4f9f8506941cd"
|
|
|
|
+dependencies = [
|
|
|
|
+ "ahash 0.8.3",
|
|
|
|
+ "blake3",
|
|
|
|
+ "block-buffer 0.10.4",
|
|
|
|
+ "bs58 0.4.0",
|
|
|
|
+ "bv",
|
|
|
|
+ "byteorder",
|
|
|
|
+ "cc",
|
|
|
|
+ "either",
|
|
|
|
+ "generic-array",
|
|
|
|
+ "getrandom 0.1.16",
|
|
|
|
+ "im",
|
|
|
|
+ "lazy_static",
|
|
|
|
+ "log",
|
|
|
|
+ "memmap2",
|
|
|
|
+ "once_cell",
|
|
|
|
+ "rand_core 0.6.4",
|
|
|
|
+ "rustc_version",
|
|
|
|
+ "serde",
|
|
|
|
+ "serde_bytes",
|
|
|
|
+ "serde_derive",
|
|
|
|
+ "serde_json",
|
|
|
|
+ "sha2 0.10.6",
|
|
|
|
+ "solana-frozen-abi-macro",
|
|
|
|
+ "subtle",
|
|
|
|
+ "thiserror",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "solana-frozen-abi-macro"
|
|
|
|
+version = "1.16.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "89744bbdcb6dc87805bf50f3db4520adf56b9fdd2a55b80b8de3b4c97b5c4bc8"
|
|
|
|
+dependencies = [
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "rustc_version",
|
|
|
|
+ "syn 2.0.18",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "solana-logger"
|
|
|
|
+version = "1.16.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "4fc342d61b86066ca7bb72ab4ba17f677b8c2c3a3e71fb9286a57097f3b36b85"
|
|
|
|
+dependencies = [
|
|
|
|
+ "env_logger",
|
|
|
|
+ "lazy_static",
|
|
|
|
+ "log",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "solana-program"
|
|
|
|
+version = "1.16.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "aaf210d64911289b4a76cbd1fd0bfc6ab1d08e9d568a2dd021d03835d2e7efb6"
|
|
|
|
+dependencies = [
|
|
|
|
+ "ark-bn254",
|
|
|
|
+ "ark-ec",
|
|
|
|
+ "ark-ff",
|
|
|
|
+ "ark-serialize",
|
|
|
|
+ "array-bytes",
|
|
|
|
+ "base64 0.21.2",
|
|
|
|
+ "bincode",
|
|
|
|
+ "bitflags",
|
|
|
|
+ "blake3",
|
|
|
|
+ "borsh 0.10.3",
|
|
|
|
+ "bs58 0.4.0",
|
|
|
|
+ "bv",
|
|
|
|
+ "bytemuck",
|
|
|
|
+ "cc",
|
|
|
|
+ "console_error_panic_hook",
|
|
|
|
+ "console_log",
|
|
|
|
+ "curve25519-dalek",
|
|
|
|
+ "getrandom 0.2.9",
|
|
|
|
+ "itertools",
|
|
|
|
+ "js-sys",
|
|
|
|
+ "lazy_static",
|
|
|
|
+ "libc",
|
|
|
|
+ "libsecp256k1",
|
|
|
|
+ "log",
|
|
|
|
+ "memoffset 0.9.0",
|
|
|
|
+ "num-bigint",
|
|
|
|
+ "num-derive",
|
|
|
|
+ "num-traits",
|
|
|
|
+ "parking_lot",
|
|
|
|
+ "rand 0.7.3",
|
|
|
|
+ "rand_chacha 0.2.2",
|
|
|
|
+ "rustc_version",
|
|
|
|
+ "rustversion",
|
|
|
|
+ "serde",
|
|
|
|
+ "serde_bytes",
|
|
|
|
+ "serde_derive",
|
|
|
|
+ "serde_json",
|
|
|
|
+ "sha2 0.10.6",
|
|
|
|
+ "sha3 0.10.8",
|
|
|
|
+ "solana-frozen-abi",
|
|
|
|
+ "solana-frozen-abi-macro",
|
|
|
|
+ "solana-sdk-macro",
|
|
|
|
+ "thiserror",
|
|
|
|
+ "tiny-bip39",
|
|
|
|
+ "wasm-bindgen",
|
|
|
|
+ "zeroize",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "solana-sdk"
|
|
|
|
+version = "1.16.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "e0a43b1c03aa69e1410ada4b5b2971ab948806c188015ac54684deec67d2739a"
|
|
|
|
+dependencies = [
|
|
|
|
+ "assert_matches",
|
|
|
|
+ "base64 0.21.2",
|
|
|
|
+ "bincode",
|
|
|
|
+ "bitflags",
|
|
|
|
+ "borsh 0.10.3",
|
|
|
|
+ "bs58 0.4.0",
|
|
|
|
+ "bytemuck",
|
|
|
|
+ "byteorder",
|
|
|
|
+ "chrono",
|
|
|
|
+ "derivation-path",
|
|
|
|
+ "digest 0.10.7",
|
|
|
|
+ "ed25519-dalek",
|
|
|
|
+ "ed25519-dalek-bip32",
|
|
|
|
+ "generic-array",
|
|
|
|
+ "hmac 0.12.1",
|
|
|
|
+ "itertools",
|
|
|
|
+ "js-sys",
|
|
|
|
+ "lazy_static",
|
|
|
|
+ "libsecp256k1",
|
|
|
|
+ "log",
|
|
|
|
+ "memmap2",
|
|
|
|
+ "num-derive",
|
|
|
|
+ "num-traits",
|
|
|
|
+ "num_enum 0.6.1",
|
|
|
|
+ "pbkdf2 0.11.0",
|
|
|
|
+ "qstring",
|
|
|
|
+ "rand 0.7.3",
|
|
|
|
+ "rand_chacha 0.2.2",
|
|
|
|
+ "rustc_version",
|
|
|
|
+ "rustversion",
|
|
|
|
+ "serde",
|
|
|
|
+ "serde_bytes",
|
|
|
|
+ "serde_derive",
|
|
|
|
+ "serde_json",
|
|
|
|
+ "serde_with",
|
|
|
|
+ "sha2 0.10.6",
|
|
|
|
+ "sha3 0.10.8",
|
|
|
|
+ "solana-frozen-abi",
|
|
|
|
+ "solana-frozen-abi-macro",
|
|
|
|
+ "solana-logger",
|
|
|
|
+ "solana-program",
|
|
|
|
+ "solana-sdk-macro",
|
|
|
|
+ "thiserror",
|
|
|
|
+ "uriparse",
|
|
|
|
+ "wasm-bindgen",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "solana-sdk-macro"
|
|
|
|
+version = "1.16.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "aec66b2d42de3e7a90086ca6ec16f66ac0019bfc3a6ca44ade2404a9dc8c128a"
|
|
|
|
+dependencies = [
|
|
|
|
+ "bs58 0.4.0",
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "rustversion",
|
|
|
|
+ "syn 2.0.18",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "solana-zk-token-sdk"
|
|
|
|
+version = "1.16.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "34a565bea0147718f57ee8bbd79438341769acd53f634d665c34114040ea7c26"
|
|
|
|
+dependencies = [
|
|
|
|
+ "aes-gcm-siv",
|
|
|
|
+ "arrayref",
|
|
|
|
+ "base64 0.21.2",
|
|
|
|
+ "bincode",
|
|
|
|
+ "bytemuck",
|
|
|
|
+ "byteorder",
|
|
|
|
+ "curve25519-dalek",
|
|
|
|
+ "getrandom 0.1.16",
|
|
|
|
+ "itertools",
|
|
|
|
+ "lazy_static",
|
|
|
|
+ "merlin",
|
|
|
|
+ "num-derive",
|
|
|
|
+ "num-traits",
|
|
|
|
+ "rand 0.7.3",
|
|
|
|
+ "serde",
|
|
|
|
+ "serde_json",
|
|
|
|
+ "sha3 0.9.1",
|
|
|
|
+ "solana-program",
|
|
|
|
+ "solana-sdk",
|
|
|
|
+ "subtle",
|
|
|
|
+ "thiserror",
|
|
|
|
+ "zeroize",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "spl-associated-token-account"
|
|
|
|
+version = "1.1.3"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "978dba3bcbe88d0c2c58366c254d9ea41c5f73357e72fc0bdee4d6b5fc99c8f4"
|
|
|
|
+dependencies = [
|
|
|
|
+ "assert_matches",
|
|
|
|
+ "borsh 0.9.3",
|
|
|
|
+ "num-derive",
|
|
|
|
+ "num-traits",
|
|
|
|
+ "solana-program",
|
|
|
|
+ "spl-token",
|
|
|
|
+ "spl-token-2022",
|
|
|
|
+ "thiserror",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "spl-memo"
|
|
|
|
+version = "3.0.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "bd0dc6f70db6bacea7ff25870b016a65ba1d1b6013536f08e4fd79a8f9005325"
|
|
|
|
+dependencies = [
|
|
|
|
+ "solana-program",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "spl-token"
|
|
|
|
+version = "3.5.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "8e85e168a785e82564160dcb87b2a8e04cee9bfd1f4d488c729d53d6a4bd300d"
|
|
|
|
+dependencies = [
|
|
|
|
+ "arrayref",
|
|
|
|
+ "bytemuck",
|
|
|
|
+ "num-derive",
|
|
|
|
+ "num-traits",
|
|
|
|
+ "num_enum 0.5.11",
|
|
|
|
+ "solana-program",
|
|
|
|
+ "thiserror",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "spl-token-2022"
|
|
|
|
+version = "0.6.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "0043b590232c400bad5ee9eb983ced003d15163c4c5d56b090ac6d9a57457b47"
|
|
|
|
+dependencies = [
|
|
|
|
+ "arrayref",
|
|
|
|
+ "bytemuck",
|
|
|
|
+ "num-derive",
|
|
|
|
+ "num-traits",
|
|
|
|
+ "num_enum 0.5.11",
|
|
|
|
+ "solana-program",
|
|
|
|
+ "solana-zk-token-sdk",
|
|
|
|
+ "spl-memo",
|
|
|
|
+ "spl-token",
|
|
|
|
+ "thiserror",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "strsim"
|
|
|
|
+version = "0.10.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "subtle"
|
|
|
|
+version = "2.4.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "syn"
|
|
|
|
+version = "1.0.109"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
|
|
|
+dependencies = [
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "unicode-ident",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "syn"
|
|
|
|
+version = "2.0.18"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e"
|
|
|
|
+dependencies = [
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "unicode-ident",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "termcolor"
|
|
|
|
+version = "1.2.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
|
|
|
|
+dependencies = [
|
|
|
|
+ "winapi-util",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "thiserror"
|
|
|
|
+version = "1.0.40"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
|
|
|
|
+dependencies = [
|
|
|
|
+ "thiserror-impl",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "thiserror-impl"
|
|
|
|
+version = "1.0.40"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
|
|
|
|
+dependencies = [
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "syn 2.0.18",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "tiny-bip39"
|
|
|
|
+version = "0.8.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"
|
|
|
|
+dependencies = [
|
|
|
|
+ "anyhow",
|
|
|
|
+ "hmac 0.8.1",
|
|
|
|
+ "once_cell",
|
|
|
|
+ "pbkdf2 0.4.0",
|
|
|
|
+ "rand 0.7.3",
|
|
|
|
+ "rustc-hash",
|
|
|
|
+ "sha2 0.9.9",
|
|
|
|
+ "thiserror",
|
|
|
|
+ "unicode-normalization",
|
|
|
|
+ "wasm-bindgen",
|
|
|
|
+ "zeroize",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "tinyvec"
|
|
|
|
+version = "1.6.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
|
|
|
+dependencies = [
|
|
|
|
+ "tinyvec_macros",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "tinyvec_macros"
|
|
|
|
+version = "0.1.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "toml"
|
|
|
|
+version = "0.5.11"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
|
|
|
|
+dependencies = [
|
|
|
|
+ "serde",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "toml_datetime"
|
|
|
|
+version = "0.6.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "5a76a9312f5ba4c2dec6b9161fdf25d87ad8a09256ccea5a556fef03c706a10f"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "toml_edit"
|
|
|
|
+version = "0.19.10"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "2380d56e8670370eee6566b0bfd4265f65b3f432e8c6d85623f728d4fa31f739"
|
|
|
|
+dependencies = [
|
|
|
|
+ "indexmap",
|
|
|
|
+ "toml_datetime",
|
|
|
|
+ "winnow",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "typenum"
|
|
|
|
+version = "1.16.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "unicode-ident"
|
|
|
|
+version = "1.0.9"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "unicode-normalization"
|
|
|
|
+version = "0.1.22"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
|
|
|
+dependencies = [
|
|
|
|
+ "tinyvec",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "unicode-segmentation"
|
|
|
|
+version = "1.10.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "universal-hash"
|
|
|
|
+version = "0.4.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"
|
|
|
|
+dependencies = [
|
|
|
|
+ "generic-array",
|
|
|
|
+ "subtle",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "uriparse"
|
|
|
|
+version = "0.6.4"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "0200d0fc04d809396c2ad43f3c95da3582a2556eba8d453c1087f4120ee352ff"
|
|
|
|
+dependencies = [
|
|
|
|
+ "fnv",
|
|
|
|
+ "lazy_static",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "version_check"
|
|
|
|
+version = "0.9.4"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "wasi"
|
|
|
|
+version = "0.9.0+wasi-snapshot-preview1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "wasi"
|
|
|
|
+version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "wasm-bindgen"
|
|
|
|
+version = "0.2.86"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "5bba0e8cb82ba49ff4e229459ff22a191bbe9a1cb3a341610c9c33efc27ddf73"
|
|
|
|
+dependencies = [
|
|
|
|
+ "cfg-if",
|
|
|
|
+ "wasm-bindgen-macro",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "wasm-bindgen-backend"
|
|
|
|
+version = "0.2.86"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "19b04bc93f9d6bdee709f6bd2118f57dd6679cf1176a1af464fca3ab0d66d8fb"
|
|
|
|
+dependencies = [
|
|
|
|
+ "bumpalo",
|
|
|
|
+ "log",
|
|
|
|
+ "once_cell",
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "syn 2.0.18",
|
|
|
|
+ "wasm-bindgen-shared",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "wasm-bindgen-macro"
|
|
|
|
+version = "0.2.86"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "14d6b024f1a526bb0234f52840389927257beb670610081360e5a03c5df9c258"
|
|
|
|
+dependencies = [
|
|
|
|
+ "quote",
|
|
|
|
+ "wasm-bindgen-macro-support",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "wasm-bindgen-macro-support"
|
|
|
|
+version = "0.2.86"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "e128beba882dd1eb6200e1dc92ae6c5dbaa4311aa7bb211ca035779e5efc39f8"
|
|
|
|
+dependencies = [
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "syn 2.0.18",
|
|
|
|
+ "wasm-bindgen-backend",
|
|
|
|
+ "wasm-bindgen-shared",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "wasm-bindgen-shared"
|
|
|
|
+version = "0.2.86"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "ed9d5b4305409d1fc9482fee2d7f9bcbf24b3972bf59817ef757e23982242a93"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "web-sys"
|
|
|
|
+version = "0.3.63"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "3bdd9ef4e984da1187bf8110c5cf5b845fbc87a23602cdf912386a76fcd3a7c2"
|
|
|
|
+dependencies = [
|
|
|
|
+ "js-sys",
|
|
|
|
+ "wasm-bindgen",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "winapi"
|
|
|
|
+version = "0.3.9"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
|
|
+dependencies = [
|
|
|
|
+ "winapi-i686-pc-windows-gnu",
|
|
|
|
+ "winapi-x86_64-pc-windows-gnu",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "winapi-i686-pc-windows-gnu"
|
|
|
|
+version = "0.4.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "winapi-util"
|
|
|
|
+version = "0.1.5"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
|
|
+dependencies = [
|
|
|
|
+ "winapi",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
+version = "0.4.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "windows-sys"
|
|
|
|
+version = "0.45.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
|
|
|
|
+dependencies = [
|
|
|
|
+ "windows-targets",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "windows-targets"
|
|
|
|
+version = "0.42.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
|
|
|
|
+dependencies = [
|
|
|
|
+ "windows_aarch64_gnullvm",
|
|
|
|
+ "windows_aarch64_msvc",
|
|
|
|
+ "windows_i686_gnu",
|
|
|
|
+ "windows_i686_msvc",
|
|
|
|
+ "windows_x86_64_gnu",
|
|
|
|
+ "windows_x86_64_gnullvm",
|
|
|
|
+ "windows_x86_64_msvc",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "windows_aarch64_gnullvm"
|
|
|
|
+version = "0.42.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "windows_aarch64_msvc"
|
|
|
|
+version = "0.42.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "windows_i686_gnu"
|
|
|
|
+version = "0.42.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "windows_i686_msvc"
|
|
|
|
+version = "0.42.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "windows_x86_64_gnu"
|
|
|
|
+version = "0.42.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "windows_x86_64_gnullvm"
|
|
|
|
+version = "0.42.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "windows_x86_64_msvc"
|
|
|
|
+version = "0.42.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "winnow"
|
|
|
|
+version = "0.4.6"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "61de7bac303dc551fe038e2b3cef0f571087a47571ea6e79a87692ac99b99699"
|
|
|
|
+dependencies = [
|
|
|
|
+ "memchr",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "zeroize"
|
|
|
|
+version = "1.3.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "4756f7db3f7b5574938c3eb1c117038b8e07f95ee6718c0efad4ac21508f1efd"
|
|
|
|
+dependencies = [
|
|
|
|
+ "zeroize_derive",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "zeroize_derive"
|
|
|
|
+version = "1.4.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
|
|
|
|
+dependencies = [
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "syn 2.0.18",
|
|
|
|
+]
|