2024-01-11 11:21:22 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
|
|
|
version = "0.21.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
|
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aead"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"
|
|
|
|
dependencies = [
|
|
|
|
"crypto-common",
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aes"
|
2024-02-23 22:29:14 +00:00
|
|
|
version = "0.8.4"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-23 22:29:14 +00:00
|
|
|
checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
2024-05-30 00:00:43 +00:00
|
|
|
"cfg-if",
|
2024-01-11 11:21:22 +00:00
|
|
|
"cipher",
|
|
|
|
"cpufeatures",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aes-gcm"
|
|
|
|
version = "0.10.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1"
|
|
|
|
dependencies = [
|
|
|
|
"aead",
|
|
|
|
"aes",
|
|
|
|
"cipher",
|
|
|
|
"ctr",
|
|
|
|
"ghash",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2024-02-23 22:29:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2024-07-19 20:12:29 +00:00
|
|
|
version = "0.8.11"
|
2024-02-23 22:29:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-19 20:12:29 +00:00
|
|
|
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
|
2024-02-23 22:29:14 +00:00
|
|
|
dependencies = [
|
2024-07-19 20:12:29 +00:00
|
|
|
"cfg-if",
|
2024-02-23 22:29:14 +00:00
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
2024-07-19 20:12:29 +00:00
|
|
|
"zerocopy",
|
2024-02-23 22:29:14 +00:00
|
|
|
]
|
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2024-05-07 22:05:58 +00:00
|
|
|
version = "1.1.3"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 22:05:58 +00:00
|
|
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2024-07-19 20:12:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "allocator-api2"
|
|
|
|
version = "0.2.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
|
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
2024-05-07 22:05:58 +00:00
|
|
|
version = "1.0.7"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 22:05:58 +00:00
|
|
|
checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b"
|
2024-01-11 11:21:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2024-05-21 12:39:25 +00:00
|
|
|
version = "1.0.86"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:39:25 +00:00
|
|
|
checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
|
2024-01-11 11:21:22 +00:00
|
|
|
|
2024-07-19 20:12:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ark-bls12-381"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c775f0d12169cba7aae4caeb547bb6a50781c7449a8aa53793827c9ec4abf488"
|
|
|
|
dependencies = [
|
|
|
|
"ark-ec",
|
|
|
|
"ark-ff",
|
|
|
|
"ark-serialize",
|
|
|
|
"ark-std",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ark-ec"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "defd9a439d56ac24968cca0571f598a61bc8c55f71d50a89cda591cb750670ba"
|
|
|
|
dependencies = [
|
|
|
|
"ark-ff",
|
|
|
|
"ark-poly",
|
|
|
|
"ark-serialize",
|
|
|
|
"ark-std",
|
|
|
|
"derivative",
|
|
|
|
"hashbrown 0.13.2",
|
|
|
|
"itertools 0.10.5",
|
|
|
|
"num-traits",
|
|
|
|
"rayon",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ark-ff"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ec847af850f44ad29048935519032c33da8aa03340876d351dfab5660d2966ba"
|
|
|
|
dependencies = [
|
|
|
|
"ark-ff-asm",
|
|
|
|
"ark-ff-macros",
|
|
|
|
"ark-serialize",
|
|
|
|
"ark-std",
|
|
|
|
"derivative",
|
|
|
|
"digest 0.10.7",
|
|
|
|
"itertools 0.10.5",
|
|
|
|
"num-bigint",
|
|
|
|
"num-traits",
|
|
|
|
"paste",
|
|
|
|
"rayon",
|
|
|
|
"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",
|
|
|
|
"rayon",
|
|
|
|
]
|
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayref"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
|
|
|
|
|
2024-02-23 22:29:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.7.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
|
|
|
|
|
2024-07-02 12:19:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "asn1-rs"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "22ad1373757efa0f70ec53939aabc7152e1591cb485208052993070ac8d2429d"
|
|
|
|
dependencies = [
|
|
|
|
"asn1-rs-derive",
|
|
|
|
"asn1-rs-impl",
|
|
|
|
"displaydoc",
|
|
|
|
"nom",
|
|
|
|
"num-traits",
|
|
|
|
"rusticata-macros",
|
|
|
|
"thiserror",
|
|
|
|
"time",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "asn1-rs-derive"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7378575ff571966e99a744addeff0bff98b8ada0dedf1956d59e634db95eaac1"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-19 20:12:29 +00:00
|
|
|
"syn 2.0.71",
|
2024-07-02 12:19:15 +00:00
|
|
|
"synstructure",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "asn1-rs-impl"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-19 20:12:29 +00:00
|
|
|
"syn 2.0.71",
|
2024-07-02 12:19:15 +00:00
|
|
|
]
|
|
|
|
|
2024-02-20 11:27:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-stream"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
|
|
|
|
dependencies = [
|
|
|
|
"async-stream-impl",
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-stream-impl"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-19 20:12:29 +00:00
|
|
|
"syn 2.0.71",
|
2024-02-20 11:27:10 +00:00
|
|
|
]
|
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2024-07-19 20:12:29 +00:00
|
|
|
version = "0.1.81"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-19 20:12:29 +00:00
|
|
|
checksum = "6e0c28dcc82d7c8ead5cb13beb15405b57b8546e93215673ff8ca0349a028107"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-19 20:12:29 +00:00
|
|
|
"syn 2.0.71",
|
2024-01-11 11:21:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2024-05-07 22:05:58 +00:00
|
|
|
version = "1.3.0"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 22:05:58 +00:00
|
|
|
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
|
2024-01-11 11:21:22 +00:00
|
|
|
|
2024-02-20 11:27:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "axum"
|
|
|
|
version = "0.6.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"axum-core",
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
2024-05-07 22:05:58 +00:00
|
|
|
"http 0.2.12",
|
|
|
|
"http-body 0.4.6",
|
2024-07-19 20:12:29 +00:00
|
|
|
"hyper 0.14.30",
|
2024-02-20 11:27:10 +00:00
|
|
|
"itoa",
|
|
|
|
"matchit",
|
|
|
|
"memchr",
|
|
|
|
"mime",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rustversion",
|
|
|
|
"serde",
|
2024-07-11 13:31:46 +00:00
|
|
|
"sync_wrapper 0.1.2",
|
2024-02-20 11:27:10 +00:00
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "axum-core"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
2024-05-07 22:05:58 +00:00
|
|
|
"http 0.2.12",
|
|
|
|
"http-body 0.4.6",
|
2024-02-20 11:27:10 +00:00
|
|
|
"mime",
|
|
|
|
"rustversion",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2024-05-07 22:05:58 +00:00
|
|
|
version = "0.3.71"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 22:05:58 +00:00
|
|
|
checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cc",
|
2024-05-30 00:00:43 +00:00
|
|
|
"cfg-if",
|
2024-01-11 11:21:22 +00:00
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base16ct"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2024-02-23 22:29:14 +00:00
|
|
|
version = "0.21.7"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-23 22:29:14 +00:00
|
|
|
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
2024-01-11 11:21:22 +00:00
|
|
|
|
2024-05-07 22:05:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.22.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64ct"
|
|
|
|
version = "1.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
|
|
|
|
|
2024-02-23 22:29:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bech32"
|
2024-07-19 20:12:29 +00:00
|
|
|
version = "0.11.0"
|
2024-02-23 22:29:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-19 20:12:29 +00:00
|
|
|
checksum = "d965446196e3b7decd44aa7ee49e31d630118f90ef12f97900f262eb915c951d"
|
2024-02-23 22:29:14 +00:00
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bip32"
|
2024-07-19 20:12:29 +00:00
|
|
|
version = "0.5.2"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-19 20:12:29 +00:00
|
|
|
checksum = "aa13fae8b6255872fd86f7faf4b41168661d7d78609f7bfe6771b85c6739a15b"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
2024-05-30 00:00:43 +00:00
|
|
|
"bs58",
|
2024-01-11 11:21:22 +00:00
|
|
|
"hmac",
|
2024-05-30 00:00:43 +00:00
|
|
|
"k256",
|
2024-05-07 22:05:58 +00:00
|
|
|
"once_cell",
|
2024-05-30 00:00:43 +00:00
|
|
|
"pbkdf2",
|
2024-07-19 20:12:29 +00:00
|
|
|
"rand_core",
|
2024-01-11 11:21:22 +00:00
|
|
|
"ripemd",
|
|
|
|
"sha2 0.10.8",
|
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
2024-02-20 11:27:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2024-07-11 13:31:46 +00:00
|
|
|
version = "2.6.0"
|
2024-02-20 11:27:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 13:31:46 +00:00
|
|
|
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
2024-02-20 11:27:10 +00:00
|
|
|
|
2024-02-23 22:29:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "blake2"
|
|
|
|
version = "0.10.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
|
|
|
|
dependencies = [
|
|
|
|
"digest 0.10.7",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "blake3"
|
2024-07-19 20:12:29 +00:00
|
|
|
version = "1.5.3"
|
2024-02-23 22:29:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-19 20:12:29 +00:00
|
|
|
checksum = "e9ec96fe9a81b5e365f9db71fe00edc4fe4ca2cc7dcb7861f0603012a7caa210"
|
2024-02-23 22:29:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
|
|
|
"arrayvec",
|
|
|
|
"cc",
|
2024-05-30 00:00:43 +00:00
|
|
|
"cfg-if",
|
2024-02-23 22:29:14 +00:00
|
|
|
"constant_time_eq",
|
|
|
|
]
|
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.10.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2024-02-23 22:29:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bnum"
|
2024-07-19 20:12:29 +00:00
|
|
|
version = "0.11.0"
|
2024-02-23 22:29:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-19 20:12:29 +00:00
|
|
|
checksum = "3e31ea183f6ee62ac8b8a8cf7feddd766317adfb13ff469de57ce033efd6a790"
|
2024-02-23 22:29:14 +00:00
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bs58"
|
2024-05-07 22:05:58 +00:00
|
|
|
version = "0.5.1"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 22:05:58 +00:00
|
|
|
checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"sha2 0.10.8",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2024-05-07 22:05:58 +00:00
|
|
|
version = "3.16.0"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 22:05:58 +00:00
|
|
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
2024-01-11 11:21:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2024-07-19 20:12:29 +00:00
|
|
|
version = "1.6.1"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-19 20:12:29 +00:00
|
|
|
checksum = "a12916984aab3fa6e39d655a33e09c0071eb36d6ab3aea5c2d78551f1df6d952"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2024-07-19 20:12:29 +00:00
|
|
|
version = "1.1.5"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-19 20:12:29 +00:00
|
|
|
checksum = "324c74f2155653c90b04f25b2a47a8a631360cb908f92a772695f430c7e31052"
|
2024-01-11 11:21:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2024-05-07 22:05:58 +00:00
|
|
|
version = "0.4.38"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 22:05:58 +00:00
|
|
|
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cipher"
|
|
|
|
version = "0.4.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
|
|
|
|
dependencies = [
|
|
|
|
"crypto-common",
|
|
|
|
"inout",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2024-07-19 20:12:29 +00:00
|
|
|
version = "4.5.9"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-19 20:12:29 +00:00
|
|
|
checksum = "64acc1846d54c1fe936a78dc189c34e28d3f5afc348403f28ecf53660b9b8462"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"clap_builder",
|
|
|
|
"clap_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2024-07-19 20:12:29 +00:00
|
|
|
version = "4.5.9"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-19 20:12:29 +00:00
|
|
|
checksum = "6fb8393d67ba2e7bfaf28a23458e4e2b543cc73a99595511eb207fdb8aede942"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"clap_lex",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2024-07-11 13:31:46 +00:00
|
|
|
version = "4.5.8"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 13:31:46 +00:00
|
|
|
checksum = "2bac35c6dafb060fd4d275d9a4ffae97917c13a6327903a8be2153cd964f7085"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-19 20:12:29 +00:00
|
|
|
"syn 2.0.71",
|
2024-01-11 11:21:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2024-07-11 13:31:46 +00:00
|
|
|
version = "0.7.1"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 13:31:46 +00:00
|
|
|
checksum = "4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70"
|
2024-01-11 11:21:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "color-eyre"
|
2024-05-07 22:05:58 +00:00
|
|
|
version = "0.6.3"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 22:05:58 +00:00
|
|
|
checksum = "55146f5e46f237f7423d74111267d4597b59b0dad0ffaf7303bce9945d843ad5"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"backtrace",
|
|
|
|
"eyre",
|
|
|
|
"indenter",
|
|
|
|
"once_cell",
|
|
|
|
"owo-colors",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "const-oid"
|
|
|
|
version = "0.9.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
|
|
|
|
|
2024-02-23 22:29:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2"
|
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "contracts"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f1d1429e3bd78171c65aa010eabcdf8f863ba3254728dbfb0ad4b1545beac15c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
|
|
|
version = "0.8.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
|
|
|
|
|
2024-05-07 22:05:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cosmos-sdk-proto"
|
|
|
|
version = "0.21.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "82e23f6ab56d5f031cde05b8b82a5fefd3a1a223595c79e32317a97189e612bc"
|
|
|
|
dependencies = [
|
2024-05-30 00:00:43 +00:00
|
|
|
"prost",
|
|
|
|
"prost-types",
|
2024-05-07 22:05:58 +00:00
|
|
|
"tendermint-proto 0.35.0",
|
2024-05-30 00:00:43 +00:00
|
|
|
"tonic",
|
2024-01-11 11:21:22 +00:00
|
|
|
]
|
|
|
|
|
2024-05-07 22:05:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cosmrs"
|
|
|
|
version = "0.16.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5d184abb7b0039cc64f282dfa5b34165e4c5a7410ab46804636d53f4d09aee44"
|
|
|
|
dependencies = [
|
2024-05-30 00:00:43 +00:00
|
|
|
"cosmos-sdk-proto",
|
|
|
|
"ecdsa",
|
2024-05-07 22:05:58 +00:00
|
|
|
"eyre",
|
2024-05-30 00:00:43 +00:00
|
|
|
"k256",
|
2024-07-19 20:12:29 +00:00
|
|
|
"rand_core",
|
2024-05-07 22:05:58 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2024-05-30 00:00:43 +00:00
|
|
|
"signature",
|
2024-05-07 22:05:58 +00:00
|
|
|
"subtle-encoding",
|
|
|
|
"tendermint 0.35.0",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2024-07-19 20:12:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cosmwasm-core"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8d075f6bb1483a6ce83b5cbc73a3a1207e0316ac1e34ed1f2a4d9fc3a0f07bf6"
|
|
|
|
|
2024-02-23 22:29:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cosmwasm-crypto"
|
2024-07-19 20:12:29 +00:00
|
|
|
version = "2.1.0"
|
2024-02-23 22:29:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-19 20:12:29 +00:00
|
|
|
checksum = "88ced5a6dd2801a383d3e14e5ae5caa7fdfeff1bd9f22b30e810e0aded8a5869"
|
2024-02-23 22:29:14 +00:00
|
|
|
dependencies = [
|
2024-07-19 20:12:29 +00:00
|
|
|
"ark-bls12-381",
|
|
|
|
"ark-ec",
|
|
|
|
"ark-ff",
|
|
|
|
"ark-serialize",
|
|
|
|
"cosmwasm-core",
|
2024-02-23 22:29:14 +00:00
|
|
|
"digest 0.10.7",
|
2024-07-19 20:12:29 +00:00
|
|
|
"ecdsa",
|
2024-02-23 22:29:14 +00:00
|
|
|
"ed25519-zebra",
|
2024-05-30 00:00:43 +00:00
|
|
|
"k256",
|
2024-07-19 20:12:29 +00:00
|
|
|
"num-traits",
|
|
|
|
"p256",
|
|
|
|
"rand_core",
|
|
|
|
"rayon",
|
|
|
|
"sha2 0.10.8",
|
2024-02-23 22:29:14 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cosmwasm-derive"
|
2024-07-19 20:12:29 +00:00
|
|
|
version = "2.1.0"
|
2024-02-23 22:29:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-19 20:12:29 +00:00
|
|
|
checksum = "35bd1873f84d9b17edf8a90ffe10a89a649b82feacc00e36788b81d2c3cbf03c"
|
2024-02-23 22:29:14 +00:00
|
|
|
dependencies = [
|
2024-07-19 20:12:29 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.71",
|
2024-02-23 22:29:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cosmwasm-schema"
|
2024-07-19 20:12:29 +00:00
|
|
|
version = "2.1.0"
|
2024-02-23 22:29:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-19 20:12:29 +00:00
|
|
|
checksum = "27984b137eb2ac561f97f6bdb02004a98eb6f2ba263062c140b8e231ee1826b7"
|
2024-02-23 22:29:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"cosmwasm-schema-derive",
|
|
|
|
"schemars",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cosmwasm-schema-derive"
|
2024-07-19 20:12:29 +00:00
|
|
|
version = "2.1.0"
|
2024-02-23 22:29:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-19 20:12:29 +00:00
|
|
|
checksum = "f4ef0d201f611bdb6c9124207032423eb956f1fc8ab3e3ee7253a9c08a5f5809"
|
2024-02-23 22:29:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-19 20:12:29 +00:00
|
|
|
"syn 2.0.71",
|
2024-02-23 22:29:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cosmwasm-std"
|
2024-07-19 20:12:29 +00:00
|
|
|
version = "2.1.0"
|
2024-02-23 22:29:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-19 20:12:29 +00:00
|
|
|
checksum = "2522fb5c9a0409712bb1d036128bccf3564e6b2ac82f942ae4cf3c8df3e26fa8"
|
2024-02-23 22:29:14 +00:00
|
|
|
dependencies = [
|
2024-07-19 20:12:29 +00:00
|
|
|
"base64 0.22.1",
|
2024-02-23 22:29:14 +00:00
|
|
|
"bech32",
|
|
|
|
"bnum",
|
2024-07-19 20:12:29 +00:00
|
|
|
"cosmwasm-core",
|
2024-02-23 22:29:14 +00:00
|
|
|
"cosmwasm-crypto",
|
|
|
|
"cosmwasm-derive",
|
2024-07-19 20:12:29 +00:00
|
|
|
"derive_more 1.0.0-beta.6",
|
2024-02-23 22:29:14 +00:00
|
|
|
"hex",
|
2024-07-19 20:12:29 +00:00
|
|
|
"rand_core",
|
2024-02-23 22:29:14 +00:00
|
|
|
"schemars",
|
|
|
|
"serde",
|
|
|
|
"serde-json-wasm",
|
|
|
|
"sha2 0.10.8",
|
|
|
|
"static_assertions",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
|
|
|
version = "0.2.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2024-05-30 00:00:43 +00:00
|
|
|
version = "0.5.13"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 00:00:43 +00:00
|
|
|
checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2024-07-19 20:12:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
|
|
|
version = "0.8.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
|
|
|
version = "0.9.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2024-05-30 00:00:43 +00:00
|
|
|
version = "0.8.20"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 00:00:43 +00:00
|
|
|
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
|
2024-01-11 11:21:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crunchy"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crypto-bigint"
|
|
|
|
version = "0.5.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
2024-07-19 20:12:29 +00:00
|
|
|
"rand_core",
|
2024-01-11 11:21:22 +00:00
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ctr"
|
|
|
|
version = "0.9.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835"
|
|
|
|
dependencies = [
|
|
|
|
"cipher",
|
|
|
|
]
|
|
|
|
|
2024-02-23 22:29:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "curve25519-dalek"
|
2024-07-19 20:12:29 +00:00
|
|
|
version = "4.1.3"
|
2024-02-23 22:29:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-19 20:12:29 +00:00
|
|
|
checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be"
|
2024-02-23 22:29:14 +00:00
|
|
|
dependencies = [
|
2024-07-19 20:12:29 +00:00
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"curve25519-dalek-derive",
|
|
|
|
"digest 0.10.7",
|
|
|
|
"fiat-crypto",
|
|
|
|
"rustc_version",
|
2024-02-23 22:29:14 +00:00
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2024-07-19 20:12:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "curve25519-dalek-derive"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.71",
|
|
|
|
]
|
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "curve25519-dalek-ng"
|
|
|
|
version = "4.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1c359b7249347e46fb28804470d071c921156ad62b3eef5d34e2ba867533dec8"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"digest 0.9.0",
|
2024-07-19 20:12:29 +00:00
|
|
|
"rand_core",
|
2024-01-11 11:21:22 +00:00
|
|
|
"subtle-ng",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cw-proof"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"clap",
|
2024-05-30 00:00:43 +00:00
|
|
|
"cosmrs",
|
2024-01-11 11:21:22 +00:00
|
|
|
"displaydoc",
|
|
|
|
"hex",
|
|
|
|
"ics23",
|
2024-05-30 00:00:43 +00:00
|
|
|
"prost",
|
2024-01-11 11:21:22 +00:00
|
|
|
"serde",
|
|
|
|
"serde_with",
|
2024-05-30 00:00:43 +00:00
|
|
|
"tendermint 0.36.0",
|
2024-01-11 11:21:22 +00:00
|
|
|
"tendermint-rpc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cw-prover"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"clap",
|
2024-05-30 00:00:43 +00:00
|
|
|
"cosmrs",
|
2024-01-11 11:21:22 +00:00
|
|
|
"cw-proof",
|
|
|
|
"hex",
|
|
|
|
"serde_json",
|
2024-05-30 00:00:43 +00:00
|
|
|
"tendermint 0.36.0",
|
2024-01-11 11:21:22 +00:00
|
|
|
"tendermint-rpc",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2024-02-23 22:29:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cw-storage-plus"
|
2024-07-11 13:31:46 +00:00
|
|
|
version = "2.0.0"
|
2024-02-23 22:29:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 13:31:46 +00:00
|
|
|
checksum = "f13360e9007f51998d42b1bc6b7fa0141f74feae61ed5fd1e5b0a89eec7b5de1"
|
2024-02-23 22:29:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"cosmwasm-std",
|
|
|
|
"schemars",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2024-02-29 13:17:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cw-tee-mtcs"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"cosmwasm-schema",
|
|
|
|
"cosmwasm-std",
|
|
|
|
"cw-storage-plus",
|
|
|
|
"cw2",
|
2024-05-07 22:05:58 +00:00
|
|
|
"cw20",
|
|
|
|
"cw20-base",
|
2024-07-10 21:52:07 +00:00
|
|
|
"getrandom",
|
2024-02-29 13:17:52 +00:00
|
|
|
"hex",
|
2024-05-30 00:00:43 +00:00
|
|
|
"k256",
|
2024-02-29 13:17:52 +00:00
|
|
|
"quartz-cw",
|
|
|
|
"schemars",
|
2024-06-20 19:56:01 +00:00
|
|
|
"serde_json",
|
|
|
|
"sha2 0.10.8",
|
2024-02-29 13:17:52 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2024-05-07 22:05:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cw-utils"
|
2024-07-11 13:31:46 +00:00
|
|
|
version = "2.0.0"
|
2024-05-07 22:05:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 13:31:46 +00:00
|
|
|
checksum = "07dfee7f12f802431a856984a32bce1cb7da1e6c006b5409e3981035ce562dec"
|
2024-05-07 22:05:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"cosmwasm-schema",
|
|
|
|
"cosmwasm-std",
|
|
|
|
"schemars",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2024-02-29 13:17:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cw2"
|
2024-07-11 13:31:46 +00:00
|
|
|
version = "2.0.0"
|
2024-02-29 13:17:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 13:31:46 +00:00
|
|
|
checksum = "b04852cd38f044c0751259d5f78255d07590d136b8a86d4e09efdd7666bd6d27"
|
2024-02-29 13:17:52 +00:00
|
|
|
dependencies = [
|
|
|
|
"cosmwasm-schema",
|
|
|
|
"cosmwasm-std",
|
|
|
|
"cw-storage-plus",
|
|
|
|
"schemars",
|
|
|
|
"semver",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2024-05-07 22:05:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cw20"
|
2024-07-11 13:31:46 +00:00
|
|
|
version = "2.0.0"
|
2024-05-07 22:05:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 13:31:46 +00:00
|
|
|
checksum = "a42212b6bf29bbdda693743697c621894723f35d3db0d5df930be22903d0e27c"
|
2024-05-07 22:05:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"cosmwasm-schema",
|
|
|
|
"cosmwasm-std",
|
|
|
|
"cw-utils",
|
|
|
|
"schemars",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cw20-base"
|
2024-07-11 13:31:46 +00:00
|
|
|
version = "2.0.0"
|
2024-05-07 22:05:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 13:31:46 +00:00
|
|
|
checksum = "d6de8c32e100f1fca306972d86b617234a5e6b00594ea2b48716fd6804d4d95d"
|
2024-05-07 22:05:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"cosmwasm-schema",
|
|
|
|
"cosmwasm-std",
|
|
|
|
"cw-storage-plus",
|
|
|
|
"cw2",
|
|
|
|
"cw20",
|
|
|
|
"schemars",
|
|
|
|
"semver",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cycles-sync"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
2024-05-30 00:00:43 +00:00
|
|
|
"bip32",
|
2024-05-07 22:05:58 +00:00
|
|
|
"clap",
|
2024-05-30 00:00:43 +00:00
|
|
|
"cosmrs",
|
2024-05-07 22:05:58 +00:00
|
|
|
"cosmwasm-std",
|
|
|
|
"displaydoc",
|
|
|
|
"ecies",
|
|
|
|
"hex",
|
2024-07-19 20:12:29 +00:00
|
|
|
"rand_core",
|
2024-07-11 13:31:46 +00:00
|
|
|
"reqwest 0.12.5",
|
2024-05-07 22:05:58 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"subtle-encoding",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
2024-05-30 00:00:43 +00:00
|
|
|
"uuid",
|
2024-05-07 22:05:58 +00:00
|
|
|
]
|
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
2024-07-19 20:12:29 +00:00
|
|
|
version = "0.20.10"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-19 20:12:29 +00:00
|
|
|
checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"darling_macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
2024-07-19 20:12:29 +00:00
|
|
|
version = "0.20.10"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-19 20:12:29 +00:00
|
|
|
checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-05-21 12:39:25 +00:00
|
|
|
"strsim",
|
2024-07-19 20:12:29 +00:00
|
|
|
"syn 2.0.71",
|
2024-01-11 11:21:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
2024-07-19 20:12:29 +00:00
|
|
|
version = "0.20.10"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-19 20:12:29 +00:00
|
|
|
checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"quote",
|
2024-07-19 20:12:29 +00:00
|
|
|
"syn 2.0.71",
|
2024-02-27 00:15:42 +00:00
|
|
|
]
|
|
|
|
|
2024-07-02 12:19:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "data-encoding"
|
|
|
|
version = "2.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
|
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "der"
|
2024-05-07 22:05:58 +00:00
|
|
|
version = "0.7.9"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 22:05:58 +00:00
|
|
|
checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"const-oid",
|
2024-05-16 13:18:47 +00:00
|
|
|
"der_derive",
|
|
|
|
"flagset",
|
2024-01-11 11:21:22 +00:00
|
|
|
"pem-rfc7468",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2024-07-02 12:19:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "der-parser"
|
|
|
|
version = "9.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5cd0a5c643689626bec213c4d8bd4d96acc8ffdb4ad4bb6bc16abf27d5f4b553"
|
|
|
|
dependencies = [
|
|
|
|
"asn1-rs",
|
|
|
|
"displaydoc",
|
|
|
|
"nom",
|
|
|
|
"num-bigint",
|
|
|
|
"num-traits",
|
|
|
|
"rusticata-macros",
|
|
|
|
]
|
|
|
|
|
2024-05-16 13:18:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "der_derive"
|
2024-07-19 20:12:29 +00:00
|
|
|
version = "0.7.3"
|
2024-05-16 13:18:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-19 20:12:29 +00:00
|
|
|
checksum = "8034092389675178f570469e6c3b0465d3d30b4505c294a6550db47f3c17ad18"
|
2024-05-16 13:18:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-19 20:12:29 +00:00
|
|
|
"syn 2.0.71",
|
2024-05-16 13:18:47 +00:00
|
|
|
]
|
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "deranged"
|
|
|
|
version = "0.3.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
|
|
|
|
dependencies = [
|
|
|
|
"powerfmt",
|
|
|
|
]
|
|
|
|
|
2024-02-23 22:29:14 +00:00
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "derive_more"
|
2024-07-11 13:31:46 +00:00
|
|
|
version = "0.99.18"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 13:31:46 +00:00
|
|
|
checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-19 20:12:29 +00:00
|
|
|
"syn 2.0.71",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derive_more"
|
|
|
|
version = "1.0.0-beta.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f7abbfc297053be59290e3152f8cbcd52c8642e0728b69ee187d991d4c1af08d"
|
|
|
|
dependencies = [
|
|
|
|
"derive_more-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derive_more-impl"
|
|
|
|
version = "1.0.0-beta.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2bba3e9872d7c58ce7ef0fcf1844fcc3e23ef2a58377b50df35dd98e42a5726e"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.71",
|
|
|
|
"unicode-xid",
|
2024-01-11 11:21:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
"const-oid",
|
|
|
|
"crypto-common",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "displaydoc"
|
2024-07-11 13:31:46 +00:00
|
|
|
version = "0.2.5"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 13:31:46 +00:00
|
|
|
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-19 20:12:29 +00:00
|
|
|
"syn 2.0.71",
|
2024-01-11 11:21:22 +00:00
|
|
|
]
|
|
|
|
|
2024-02-23 22:29:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dyn-clone"
|
2024-02-27 23:29:06 +00:00
|
|
|
version = "1.0.17"
|
2024-02-23 22:29:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-27 23:29:06 +00:00
|
|
|
checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
|
2024-02-23 22:29:14 +00:00
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ecdsa"
|
|
|
|
version = "0.16.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
|
|
|
|
dependencies = [
|
2024-05-30 00:00:43 +00:00
|
|
|
"der",
|
2024-01-11 11:21:22 +00:00
|
|
|
"digest 0.10.7",
|
2024-05-30 00:00:43 +00:00
|
|
|
"elliptic-curve",
|
|
|
|
"rfc6979",
|
|
|
|
"signature",
|
|
|
|
"spki",
|
2024-01-11 11:21:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ecies"
|
2024-07-11 13:31:46 +00:00
|
|
|
version = "0.2.6"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 13:31:46 +00:00
|
|
|
checksum = "53f43496fc04523aa716c5dd76133cb6d7c81eb213375684d06a8b1683f8bc1e"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"aes-gcm",
|
|
|
|
"getrandom",
|
|
|
|
"hkdf",
|
|
|
|
"libsecp256k1",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot",
|
2024-07-19 20:12:29 +00:00
|
|
|
"rand_core",
|
2024-01-11 11:21:22 +00:00
|
|
|
"sha2 0.10.8",
|
|
|
|
"typenum",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ed25519"
|
|
|
|
version = "2.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53"
|
|
|
|
dependencies = [
|
2024-05-30 00:00:43 +00:00
|
|
|
"pkcs8",
|
|
|
|
"signature",
|
2024-01-11 11:21:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ed25519-consensus"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3c8465edc8ee7436ffea81d21a019b16676ee3db267aa8d5a8d729581ecf998b"
|
|
|
|
dependencies = [
|
|
|
|
"curve25519-dalek-ng",
|
|
|
|
"hex",
|
2024-07-19 20:12:29 +00:00
|
|
|
"rand_core",
|
2024-02-23 22:29:14 +00:00
|
|
|
"sha2 0.9.9",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ed25519-zebra"
|
2024-07-19 20:12:29 +00:00
|
|
|
version = "4.0.3"
|
2024-02-23 22:29:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-19 20:12:29 +00:00
|
|
|
checksum = "7d9ce6874da5d4415896cd45ffbc4d1cfc0c4f9c079427bd870742c30f2f65a9"
|
2024-02-23 22:29:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"curve25519-dalek",
|
2024-07-19 20:12:29 +00:00
|
|
|
"ed25519",
|
|
|
|
"hashbrown 0.14.5",
|
2024-02-23 22:29:14 +00:00
|
|
|
"hex",
|
2024-07-19 20:12:29 +00:00
|
|
|
"rand_core",
|
|
|
|
"sha2 0.10.8",
|
2024-01-11 11:21:22 +00:00
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2024-07-11 13:31:46 +00:00
|
|
|
version = "1.13.0"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 13:31:46 +00:00
|
|
|
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
2024-01-11 11:21:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "elliptic-curve"
|
|
|
|
version = "0.13.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
|
|
|
|
dependencies = [
|
2024-05-30 00:00:43 +00:00
|
|
|
"base16ct",
|
|
|
|
"crypto-bigint",
|
2024-01-11 11:21:22 +00:00
|
|
|
"digest 0.10.7",
|
2024-05-30 00:00:43 +00:00
|
|
|
"ff",
|
2024-01-11 11:21:22 +00:00
|
|
|
"generic-array",
|
2024-05-30 00:00:43 +00:00
|
|
|
"group",
|
|
|
|
"pkcs8",
|
2024-07-19 20:12:29 +00:00
|
|
|
"rand_core",
|
2024-05-30 00:00:43 +00:00
|
|
|
"sec1",
|
2024-01-11 11:21:22 +00:00
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2024-05-07 22:05:58 +00:00
|
|
|
version = "0.8.34"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 22:05:58 +00:00
|
|
|
checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
2024-05-30 00:00:43 +00:00
|
|
|
"cfg-if",
|
2024-01-11 11:21:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
|
|
|
2024-02-20 11:27:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2024-05-21 12:39:25 +00:00
|
|
|
version = "0.3.9"
|
2024-02-20 11:27:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:39:25 +00:00
|
|
|
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
|
2024-02-20 11:27:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
]
|
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "eyre"
|
2024-02-23 22:29:14 +00:00
|
|
|
version = "0.6.12"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-23 22:29:14 +00:00
|
|
|
checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"indenter",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2024-02-20 11:27:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2024-05-07 22:05:58 +00:00
|
|
|
version = "2.1.0"
|
2024-02-20 11:27:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 22:05:58 +00:00
|
|
|
checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
|
2024-02-20 11:27:10 +00:00
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ff"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449"
|
|
|
|
dependencies = [
|
2024-07-19 20:12:29 +00:00
|
|
|
"rand_core",
|
2024-01-11 11:21:22 +00:00
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2024-07-19 20:12:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fiat-crypto"
|
|
|
|
version = "0.2.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
|
|
|
|
|
2024-02-20 11:27:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fixedbitset"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
|
|
|
|
|
2024-05-16 13:18:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flagset"
|
2024-07-19 20:12:29 +00:00
|
|
|
version = "0.4.6"
|
2024-05-16 13:18:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-19 20:12:29 +00:00
|
|
|
checksum = "b3ea1ec5f8307826a5b71094dd91fc04d4ae75d5709b20ad351c7fb4815c86ec"
|
2024-05-16 13:18:47 +00:00
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flex-error"
|
|
|
|
version = "0.4.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c606d892c9de11507fa0dcffc116434f94e105d0bbdc4e405b61519464c49d7b"
|
|
|
|
dependencies = [
|
|
|
|
"eyre",
|
|
|
|
"paste",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
|
|
|
version = "1.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
|
|
|
version = "0.3.30"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
|
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
|
|
|
version = "0.3.30"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
|
|
|
version = "0.3.30"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
|
|
|
version = "0.3.30"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
|
|
|
version = "0.3.30"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
|
|
|
version = "0.3.30"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
|
|
|
version = "0.3.30"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
|
|
|
version = "0.14.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2024-07-11 13:31:46 +00:00
|
|
|
version = "0.2.15"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 13:31:46 +00:00
|
|
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
2024-05-30 00:00:43 +00:00
|
|
|
"cfg-if",
|
2024-01-11 11:21:22 +00:00
|
|
|
"js-sys",
|
|
|
|
"libc",
|
|
|
|
"wasi",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ghash"
|
2024-05-07 22:05:58 +00:00
|
|
|
version = "0.5.1"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 22:05:58 +00:00
|
|
|
checksum = "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"opaque-debug",
|
|
|
|
"polyval",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
|
|
|
version = "0.28.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "group"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
|
|
|
|
dependencies = [
|
2024-05-30 00:00:43 +00:00
|
|
|
"ff",
|
2024-07-19 20:12:29 +00:00
|
|
|
"rand_core",
|
2024-01-11 11:21:22 +00:00
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2024-05-07 22:05:58 +00:00
|
|
|
version = "0.3.26"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http 0.2.12",
|
|
|
|
"indexmap 2.2.6",
|
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "half"
|
2024-02-27 23:29:06 +00:00
|
|
|
version = "1.8.3"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-27 23:29:06 +00:00
|
|
|
checksum = "1b43ede17f21864e81be2fa654110bf1e793774238d86ef8555c37e6519c0403"
|
2024-01-11 11:21:22 +00:00
|
|
|
|
2024-02-20 11:27:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.12.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2024-07-19 20:12:29 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.13.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
|
2024-02-23 22:29:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
|
|
|
]
|
2024-02-20 11:27:10 +00:00
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2024-05-07 22:05:58 +00:00
|
|
|
version = "0.14.5"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 22:05:58 +00:00
|
|
|
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
2024-07-19 20:12:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
|
|
|
"allocator-api2",
|
|
|
|
]
|
2024-01-11 11:21:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2024-05-07 22:05:58 +00:00
|
|
|
version = "0.5.0"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 22:05:58 +00:00
|
|
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
2024-01-11 11:21:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2024-02-29 13:53:00 +00:00
|
|
|
version = "0.3.9"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 13:53:00 +00:00
|
|
|
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
2024-01-11 11:21:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
2024-05-16 13:18:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
2024-01-11 11:21:22 +00:00
|
|
|
|
2024-02-23 22:29:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hex-literal"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46"
|
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hkdf"
|
|
|
|
version = "0.12.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
|
|
|
|
dependencies = [
|
|
|
|
"hmac",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hmac"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
|
|
|
dependencies = [
|
|
|
|
"digest 0.10.7",
|
|
|
|
]
|
|
|
|
|
2024-02-20 11:27:10 +00:00
|
|
|
[[package]]
|
2024-05-07 22:05:58 +00:00
|
|
|
name = "http"
|
|
|
|
version = "0.2.12"
|
2024-02-20 11:27:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 22:05:58 +00:00
|
|
|
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
|
2024-02-20 11:27:10 +00:00
|
|
|
dependencies = [
|
2024-05-07 22:05:58 +00:00
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"itoa",
|
2024-02-20 11:27:10 +00:00
|
|
|
]
|
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2024-05-07 22:05:58 +00:00
|
|
|
version = "1.1.0"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 22:05:58 +00:00
|
|
|
checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"itoa",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
|
|
|
version = "0.4.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2024-05-07 22:05:58 +00:00
|
|
|
"http 0.2.12",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2024-07-19 20:12:29 +00:00
|
|
|
version = "1.0.1"
|
2024-05-07 22:05:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-19 20:12:29 +00:00
|
|
|
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
|
2024-05-07 22:05:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"http 1.1.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body-util"
|
2024-07-11 13:31:46 +00:00
|
|
|
version = "0.1.2"
|
2024-05-07 22:05:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 13:31:46 +00:00
|
|
|
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
|
2024-05-07 22:05:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2024-07-11 13:31:46 +00:00
|
|
|
"futures-util",
|
2024-05-07 22:05:58 +00:00
|
|
|
"http 1.1.0",
|
2024-07-19 20:12:29 +00:00
|
|
|
"http-body 1.0.1",
|
2024-01-11 11:21:22 +00:00
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2024-07-11 13:31:46 +00:00
|
|
|
version = "1.9.4"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 13:31:46 +00:00
|
|
|
checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9"
|
2024-01-11 11:21:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2024-07-19 20:12:29 +00:00
|
|
|
version = "0.14.30"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-19 20:12:29 +00:00
|
|
|
checksum = "a152ddd61dfaec7273fe8419ab357f33aee0d914c5f4efbf0d96fa749eea5ec9"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2024-05-26 19:29:38 +00:00
|
|
|
"h2",
|
2024-05-07 22:05:58 +00:00
|
|
|
"http 0.2.12",
|
|
|
|
"http-body 0.4.6",
|
2024-01-11 11:21:22 +00:00
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
|
|
|
"itoa",
|
|
|
|
"pin-project-lite",
|
|
|
|
"socket2",
|
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
2024-05-07 22:05:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2024-07-19 20:12:29 +00:00
|
|
|
version = "1.4.1"
|
2024-05-07 22:05:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-19 20:12:29 +00:00
|
|
|
checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05"
|
2024-05-07 22:05:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
|
|
|
"http 1.1.0",
|
2024-07-19 20:12:29 +00:00
|
|
|
"http-body 1.0.1",
|
2024-05-07 22:05:58 +00:00
|
|
|
"httparse",
|
|
|
|
"itoa",
|
|
|
|
"pin-project-lite",
|
|
|
|
"smallvec",
|
|
|
|
"tokio",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-rustls"
|
|
|
|
version = "0.24.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
|
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
2024-05-07 22:05:58 +00:00
|
|
|
"http 0.2.12",
|
2024-07-19 20:12:29 +00:00
|
|
|
"hyper 0.14.30",
|
2024-05-26 19:29:38 +00:00
|
|
|
"rustls 0.21.12",
|
2024-01-11 11:21:22 +00:00
|
|
|
"tokio",
|
2024-05-26 19:29:38 +00:00
|
|
|
"tokio-rustls 0.24.1",
|
2024-01-11 11:21:22 +00:00
|
|
|
]
|
|
|
|
|
2024-02-20 11:27:10 +00:00
|
|
|
[[package]]
|
2024-05-26 19:29:38 +00:00
|
|
|
name = "hyper-rustls"
|
2024-07-11 13:31:46 +00:00
|
|
|
version = "0.27.2"
|
2024-02-20 11:27:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 13:31:46 +00:00
|
|
|
checksum = "5ee4be2c948921a1a5320b629c4193916ed787a7f7f293fd3f7f5a6c9de74155"
|
2024-02-20 11:27:10 +00:00
|
|
|
dependencies = [
|
2024-05-26 19:29:38 +00:00
|
|
|
"futures-util",
|
|
|
|
"http 1.1.0",
|
2024-07-19 20:12:29 +00:00
|
|
|
"hyper 1.4.1",
|
2024-05-26 19:29:38 +00:00
|
|
|
"hyper-util",
|
2024-07-19 20:12:29 +00:00
|
|
|
"rustls 0.23.11",
|
2024-05-26 19:29:38 +00:00
|
|
|
"rustls-pki-types",
|
2024-02-20 11:27:10 +00:00
|
|
|
"tokio",
|
2024-07-11 13:31:46 +00:00
|
|
|
"tokio-rustls 0.26.0",
|
2024-05-26 19:29:38 +00:00
|
|
|
"tower-service",
|
2024-07-11 13:31:46 +00:00
|
|
|
"webpki-roots",
|
2024-02-20 11:27:10 +00:00
|
|
|
]
|
|
|
|
|
2024-05-07 22:05:58 +00:00
|
|
|
[[package]]
|
2024-05-26 19:29:38 +00:00
|
|
|
name = "hyper-timeout"
|
|
|
|
version = "0.4.1"
|
2024-05-07 22:05:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-26 19:29:38 +00:00
|
|
|
checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
|
2024-05-07 22:05:58 +00:00
|
|
|
dependencies = [
|
2024-07-19 20:12:29 +00:00
|
|
|
"hyper 0.14.30",
|
2024-05-26 19:29:38 +00:00
|
|
|
"pin-project-lite",
|
2024-05-07 22:05:58 +00:00
|
|
|
"tokio",
|
2024-05-26 19:29:38 +00:00
|
|
|
"tokio-io-timeout",
|
2024-05-07 22:05:58 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-util"
|
2024-07-11 13:31:46 +00:00
|
|
|
version = "0.1.6"
|
2024-05-07 22:05:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 13:31:46 +00:00
|
|
|
checksum = "3ab92f4f49ee4fb4f997c784b7a2e0fa70050211e0b6a287f898c3c9785ca956"
|
2024-05-07 22:05:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
|
|
|
"http 1.1.0",
|
2024-07-19 20:12:29 +00:00
|
|
|
"http-body 1.0.1",
|
|
|
|
"hyper 1.4.1",
|
2024-05-07 22:05:58 +00:00
|
|
|
"pin-project-lite",
|
|
|
|
"socket2",
|
|
|
|
"tokio",
|
|
|
|
"tower",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ics23"
|
2024-07-19 20:12:29 +00:00
|
|
|
version = "0.11.3"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-19 20:12:29 +00:00
|
|
|
checksum = "18798160736c1e368938ba6967dbcb3c7afb3256b442a5506ba5222eebb68a5a"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2024-02-23 22:29:14 +00:00
|
|
|
"blake2",
|
|
|
|
"blake3",
|
2024-01-11 11:21:22 +00:00
|
|
|
"bytes",
|
|
|
|
"hex",
|
2024-05-30 00:00:43 +00:00
|
|
|
"prost",
|
2024-01-11 11:21:22 +00:00
|
|
|
"ripemd",
|
|
|
|
"sha2 0.10.8",
|
|
|
|
"sha3",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indenter"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
|
|
|
|
|
2024-02-20 11:27:10 +00:00
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2024-05-07 22:05:58 +00:00
|
|
|
version = "2.2.6"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 22:05:58 +00:00
|
|
|
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
2024-05-07 22:05:58 +00:00
|
|
|
"hashbrown 0.14.5",
|
2024-01-11 11:21:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "inout"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
|
|
|
version = "2.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
|
|
|
|
|
2024-02-27 00:15:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.10.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2024-05-07 22:05:58 +00:00
|
|
|
version = "0.12.1"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 22:05:58 +00:00
|
|
|
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2024-05-07 22:05:58 +00:00
|
|
|
version = "1.0.11"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 22:05:58 +00:00
|
|
|
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
|
2024-01-11 11:21:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2024-05-07 22:05:58 +00:00
|
|
|
version = "0.3.69"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 22:05:58 +00:00
|
|
|
checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "k256"
|
|
|
|
version = "0.13.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "956ff9b67e26e1a6a866cb758f12c6f8746208489e3e4a4b5580802f2f0a587b"
|
|
|
|
dependencies = [
|
2024-05-30 00:00:43 +00:00
|
|
|
"cfg-if",
|
|
|
|
"ecdsa",
|
|
|
|
"elliptic-curve",
|
2024-01-11 11:21:22 +00:00
|
|
|
"sha2 0.10.8",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "keccak"
|
2024-02-23 22:29:14 +00:00
|
|
|
version = "0.1.5"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-23 22:29:14 +00:00
|
|
|
checksum = "ecc2af9a1119c51f12a14607e783cb977bde58bc069ff0c3da1095e635d70654"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"cpufeatures",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2024-07-11 13:31:46 +00:00
|
|
|
version = "1.5.0"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 13:31:46 +00:00
|
|
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
2024-01-11 11:21:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2024-05-21 12:39:25 +00:00
|
|
|
version = "0.2.155"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:39:25 +00:00
|
|
|
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
|
2024-01-11 11:21:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libsecp256k1"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "95b09eff1b35ed3b33b877ced3a691fc7a481919c7e29c53c906226fcf55e2a1"
|
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
|
|
|
"base64 0.13.1",
|
|
|
|
"digest 0.9.0",
|
|
|
|
"libsecp256k1-core",
|
|
|
|
"libsecp256k1-gen-ecmult",
|
|
|
|
"libsecp256k1-gen-genmult",
|
|
|
|
"rand",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libsecp256k1-core"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"
|
|
|
|
dependencies = [
|
|
|
|
"crunchy",
|
|
|
|
"digest 0.9.0",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libsecp256k1-gen-ecmult"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"
|
|
|
|
dependencies = [
|
|
|
|
"libsecp256k1-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libsecp256k1-gen-genmult"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"
|
|
|
|
dependencies = [
|
|
|
|
"libsecp256k1-core",
|
|
|
|
]
|
|
|
|
|
2024-02-20 11:27:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2024-05-21 12:39:25 +00:00
|
|
|
version = "0.4.14"
|
2024-02-20 11:27:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:39:25 +00:00
|
|
|
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
|
2024-02-20 11:27:10 +00:00
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2024-05-07 22:05:58 +00:00
|
|
|
version = "0.4.12"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 22:05:58 +00:00
|
|
|
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2024-07-11 13:31:46 +00:00
|
|
|
version = "0.4.22"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 13:31:46 +00:00
|
|
|
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
2024-01-11 11:21:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "matchers"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
|
|
|
|
dependencies = [
|
|
|
|
"regex-automata 0.1.10",
|
|
|
|
]
|
|
|
|
|
2024-02-20 11:27:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matchit"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
|
|
|
|
|
2024-05-16 13:18:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mc-attestation-verifier"
|
|
|
|
version = "0.4.3"
|
2024-05-21 12:39:25 +00:00
|
|
|
source = "git+https://github.com/informalsystems/attestation#ae86e2804abed218f4fd2fd4aec5e39408898cd8"
|
2024-05-16 13:18:47 +00:00
|
|
|
dependencies = [
|
2024-05-30 00:00:43 +00:00
|
|
|
"der",
|
2024-05-16 13:18:47 +00:00
|
|
|
"displaydoc",
|
|
|
|
"hex",
|
|
|
|
"mc-sgx-core-sys-types",
|
|
|
|
"mc-sgx-core-types",
|
|
|
|
"mc-sgx-dcap-types",
|
|
|
|
"p256",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"subtle",
|
|
|
|
"x509-cert",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mc-sgx-core-sys-types"
|
|
|
|
version = "0.11.0"
|
2024-05-21 12:39:25 +00:00
|
|
|
source = "git+https://github.com/informalsystems/sgx#f25807776cbe10901f53d23fca548c9e4f6f284c"
|
2024-05-16 13:18:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_with",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mc-sgx-core-types"
|
|
|
|
version = "0.11.0"
|
2024-05-21 12:39:25 +00:00
|
|
|
source = "git+https://github.com/informalsystems/sgx#f25807776cbe10901f53d23fca548c9e4f6f284c"
|
2024-05-16 13:18:47 +00:00
|
|
|
dependencies = [
|
2024-07-11 13:31:46 +00:00
|
|
|
"bitflags 2.6.0",
|
2024-05-16 13:18:47 +00:00
|
|
|
"displaydoc",
|
|
|
|
"getrandom",
|
|
|
|
"hex",
|
|
|
|
"mc-sgx-core-sys-types",
|
|
|
|
"mc-sgx-util",
|
|
|
|
"nom",
|
2024-07-19 20:12:29 +00:00
|
|
|
"rand_core",
|
2024-05-16 13:18:47 +00:00
|
|
|
"serde",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mc-sgx-dcap-sys-types"
|
|
|
|
version = "0.11.0"
|
2024-05-21 12:39:25 +00:00
|
|
|
source = "git+https://github.com/informalsystems/sgx#f25807776cbe10901f53d23fca548c9e4f6f284c"
|
2024-05-16 13:18:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"mc-sgx-core-sys-types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mc-sgx-dcap-types"
|
|
|
|
version = "0.11.0"
|
2024-05-21 12:39:25 +00:00
|
|
|
source = "git+https://github.com/informalsystems/sgx#f25807776cbe10901f53d23fca548c9e4f6f284c"
|
2024-05-16 13:18:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"const-oid",
|
|
|
|
"displaydoc",
|
|
|
|
"hex",
|
|
|
|
"mc-sgx-core-types",
|
|
|
|
"mc-sgx-dcap-sys-types",
|
|
|
|
"mc-sgx-util",
|
|
|
|
"nom",
|
|
|
|
"p256",
|
|
|
|
"serde",
|
|
|
|
"sha2 0.10.8",
|
|
|
|
"static_assertions",
|
|
|
|
"subtle",
|
|
|
|
"x509-cert",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mc-sgx-util"
|
|
|
|
version = "0.11.0"
|
2024-05-21 12:39:25 +00:00
|
|
|
source = "git+https://github.com/informalsystems/sgx#f25807776cbe10901f53d23fca548c9e4f6f284c"
|
2024-05-16 13:18:47 +00:00
|
|
|
|
2024-02-29 13:17:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mcmf"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "git+https://github.com/hu55a1n1/flow#cad8f3adb29d3be2177a31db0fa0e5c2a858beb0"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2024-07-11 13:31:46 +00:00
|
|
|
version = "2.7.4"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 13:31:46 +00:00
|
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
2024-01-11 11:21:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
|
|
|
version = "0.3.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
|
|
|
|
2024-05-16 13:18:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2024-07-11 13:31:46 +00:00
|
|
|
version = "0.7.4"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 13:31:46 +00:00
|
|
|
checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2024-05-07 22:05:58 +00:00
|
|
|
version = "0.8.11"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 22:05:58 +00:00
|
|
|
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"wasi",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2024-02-29 13:17:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mtcs"
|
|
|
|
version = "0.1.0"
|
2024-05-07 22:05:58 +00:00
|
|
|
source = "git+ssh://git@github.com/informalsystems/mtcs.git#b421d9ef42272b5eb73d9c74a2a5d590d4c20603"
|
2024-02-29 13:17:52 +00:00
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"itertools 0.10.5",
|
|
|
|
"log",
|
|
|
|
"mcmf",
|
|
|
|
"num-traits",
|
|
|
|
"petgraph 0.6.3",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2024-02-28 23:29:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mtcs-intent"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2024-05-30 00:00:43 +00:00
|
|
|
"bip32",
|
2024-02-28 23:29:26 +00:00
|
|
|
"clap",
|
2024-05-30 00:00:43 +00:00
|
|
|
"cosmrs",
|
2024-02-28 23:29:26 +00:00
|
|
|
"cosmwasm-std",
|
|
|
|
"ecies",
|
|
|
|
"hex",
|
2024-05-30 00:00:43 +00:00
|
|
|
"k256",
|
2024-02-28 23:29:26 +00:00
|
|
|
"rand",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"sha2 0.10.8",
|
|
|
|
]
|
|
|
|
|
2024-02-20 11:27:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "multimap"
|
2024-05-07 22:05:58 +00:00
|
|
|
version = "0.10.0"
|
2024-02-20 11:27:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 22:05:58 +00:00
|
|
|
checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
|
|
|
|
|
2024-05-16 13:18:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
|
|
|
version = "7.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"minimal-lexical",
|
|
|
|
]
|
|
|
|
|
2024-02-29 13:17:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num"
|
2024-05-21 12:39:25 +00:00
|
|
|
version = "0.4.3"
|
2024-02-29 13:17:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:39:25 +00:00
|
|
|
checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
|
2024-02-29 13:17:52 +00:00
|
|
|
dependencies = [
|
|
|
|
"num-bigint",
|
|
|
|
"num-complex",
|
|
|
|
"num-integer",
|
|
|
|
"num-iter",
|
|
|
|
"num-rational",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2024-02-23 22:29:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
2024-07-11 13:31:46 +00:00
|
|
|
version = "0.4.6"
|
2024-02-23 22:29:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 13:31:46 +00:00
|
|
|
checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
|
2024-02-23 22:29:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2024-02-29 13:17:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-complex"
|
2024-05-21 12:39:25 +00:00
|
|
|
version = "0.4.6"
|
2024-02-29 13:17:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:39:25 +00:00
|
|
|
checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
|
2024-02-29 13:17:52 +00:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2024-02-23 22:29:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-conv"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-derive"
|
2024-05-30 00:00:43 +00:00
|
|
|
version = "0.4.2"
|
2024-05-07 22:05:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-19 20:12:29 +00:00
|
|
|
"syn 2.0.71",
|
2024-05-07 22:05:58 +00:00
|
|
|
]
|
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2024-02-23 22:29:14 +00:00
|
|
|
version = "0.1.46"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-23 22:29:14 +00:00
|
|
|
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-iter"
|
2024-05-07 22:05:58 +00:00
|
|
|
version = "0.1.45"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 22:05:58 +00:00
|
|
|
checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2024-02-29 13:17:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
2024-05-21 12:39:25 +00:00
|
|
|
version = "0.4.2"
|
2024-02-29 13:17:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:39:25 +00:00
|
|
|
checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
|
2024-02-29 13:17:52 +00:00
|
|
|
dependencies = [
|
|
|
|
"num-bigint",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2024-05-07 22:05:58 +00:00
|
|
|
version = "0.2.19"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 22:05:58 +00:00
|
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
|
|
|
version = "1.16.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "object"
|
|
|
|
version = "0.32.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2024-07-02 12:19:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "oid-registry"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1c958dd45046245b9c3c2547369bb634eb461670b2e7e0de552905801a648d1d"
|
|
|
|
dependencies = [
|
|
|
|
"asn1-rs",
|
|
|
|
]
|
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
|
|
|
version = "1.19.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
2024-05-07 22:05:58 +00:00
|
|
|
version = "0.3.1"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 22:05:58 +00:00
|
|
|
checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
|
2024-01-11 11:21:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "owo-colors"
|
|
|
|
version = "3.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
|
|
|
|
|
2024-05-16 13:18:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "p256"
|
|
|
|
version = "0.13.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
|
|
|
|
dependencies = [
|
2024-05-30 00:00:43 +00:00
|
|
|
"ecdsa",
|
|
|
|
"elliptic-curve",
|
2024-05-16 13:18:47 +00:00
|
|
|
"primeorder",
|
|
|
|
"sha2 0.10.8",
|
|
|
|
]
|
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2024-05-30 00:00:43 +00:00
|
|
|
version = "0.12.3"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 00:00:43 +00:00
|
|
|
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2024-05-07 22:05:58 +00:00
|
|
|
version = "0.9.10"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 22:05:58 +00:00
|
|
|
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
2024-05-30 00:00:43 +00:00
|
|
|
"cfg-if",
|
2024-01-11 11:21:22 +00:00
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
2024-07-11 13:31:46 +00:00
|
|
|
"windows-targets 0.52.6",
|
2024-01-11 11:21:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
2024-05-07 22:05:58 +00:00
|
|
|
version = "1.0.15"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 22:05:58 +00:00
|
|
|
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
2024-01-11 11:21:22 +00:00
|
|
|
|
2024-05-07 22:05:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pbkdf2"
|
|
|
|
version = "0.12.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
|
|
|
|
dependencies = [
|
|
|
|
"digest 0.10.7",
|
|
|
|
"hmac",
|
|
|
|
]
|
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "peg"
|
2024-05-30 00:00:43 +00:00
|
|
|
version = "0.8.3"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 00:00:43 +00:00
|
|
|
checksum = "8a625d12ad770914cbf7eff6f9314c3ef803bfe364a1b20bc36ddf56673e71e5"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"peg-macros",
|
|
|
|
"peg-runtime",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "peg-macros"
|
2024-05-30 00:00:43 +00:00
|
|
|
version = "0.8.3"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 00:00:43 +00:00
|
|
|
checksum = "f241d42067ed3ab6a4fece1db720838e1418f36d868585a27931f95d6bc03582"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"peg-runtime",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "peg-runtime"
|
2024-05-30 00:00:43 +00:00
|
|
|
version = "0.8.3"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 00:00:43 +00:00
|
|
|
checksum = "e3aeb8f54c078314c2065ee649a7241f46b9d8e418e1a9581ba0546657d7aa3a"
|
2024-01-11 11:21:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pem-rfc7468"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
|
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
|
|
|
|
2024-02-29 13:17:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "petgraph"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "git+https://github.com/hu55a1n1/petgraph?branch=min-cost-flow-primal-dual#3a2664a3b9d1e5b71c411a6ed497cf576c1a86ae"
|
|
|
|
dependencies = [
|
|
|
|
"fixedbitset",
|
|
|
|
"indexmap 1.9.3",
|
|
|
|
"num",
|
|
|
|
]
|
|
|
|
|
2024-02-20 11:27:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "petgraph"
|
2024-05-21 12:39:25 +00:00
|
|
|
version = "0.6.5"
|
2024-02-20 11:27:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:39:25 +00:00
|
|
|
checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
|
2024-02-20 11:27:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"fixedbitset",
|
2024-05-07 22:05:58 +00:00
|
|
|
"indexmap 2.2.6",
|
2024-02-20 11:27:10 +00:00
|
|
|
]
|
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2024-05-07 22:05:58 +00:00
|
|
|
version = "1.1.5"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 22:05:58 +00:00
|
|
|
checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"pin-project-internal",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2024-05-07 22:05:58 +00:00
|
|
|
version = "1.1.5"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 22:05:58 +00:00
|
|
|
checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-19 20:12:29 +00:00
|
|
|
"syn 2.0.71",
|
2024-01-11 11:21:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2024-05-07 22:05:58 +00:00
|
|
|
version = "0.2.14"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 22:05:58 +00:00
|
|
|
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
|
2024-01-11 11:21:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkcs8"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
|
|
|
|
dependencies = [
|
2024-05-30 00:00:43 +00:00
|
|
|
"der",
|
|
|
|
"spki",
|
2024-01-11 11:21:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "polyval"
|
2024-05-07 22:05:58 +00:00
|
|
|
version = "0.6.2"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 22:05:58 +00:00
|
|
|
checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
2024-05-30 00:00:43 +00:00
|
|
|
"cfg-if",
|
2024-01-11 11:21:22 +00:00
|
|
|
"cpufeatures",
|
|
|
|
"opaque-debug",
|
|
|
|
"universal-hash",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "powerfmt"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
|
|
|
version = "0.2.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
|
|
|
|
2024-02-20 11:27:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "prettyplease"
|
2024-05-07 22:05:58 +00:00
|
|
|
version = "0.2.20"
|
2024-02-20 11:27:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 22:05:58 +00:00
|
|
|
checksum = "5f12335488a2f3b0a83b14edad48dca9879ce89b2edd10e80237e4e852dd645e"
|
2024-02-20 11:27:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
2024-07-19 20:12:29 +00:00
|
|
|
"syn 2.0.71",
|
2024-02-20 11:27:10 +00:00
|
|
|
]
|
|
|
|
|
2024-05-16 13:18:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "primeorder"
|
|
|
|
version = "0.13.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
|
|
|
|
dependencies = [
|
2024-05-30 00:00:43 +00:00
|
|
|
"elliptic-curve",
|
2024-05-16 13:18:47 +00:00
|
|
|
]
|
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-07-11 13:31:46 +00:00
|
|
|
version = "1.0.86"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 13:31:46 +00:00
|
|
|
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost"
|
2024-05-21 12:39:25 +00:00
|
|
|
version = "0.12.6"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:39:25 +00:00
|
|
|
checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2024-05-30 00:00:43 +00:00
|
|
|
"prost-derive",
|
2024-01-11 11:21:22 +00:00
|
|
|
]
|
|
|
|
|
2024-02-20 11:27:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "prost-build"
|
2024-05-21 12:39:25 +00:00
|
|
|
version = "0.12.6"
|
2024-02-20 11:27:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:39:25 +00:00
|
|
|
checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
|
2024-02-20 11:27:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"heck",
|
2024-05-07 22:05:58 +00:00
|
|
|
"itertools 0.12.1",
|
2024-02-20 11:27:10 +00:00
|
|
|
"log",
|
|
|
|
"multimap",
|
|
|
|
"once_cell",
|
2024-05-21 12:39:25 +00:00
|
|
|
"petgraph 0.6.5",
|
2024-02-20 11:27:10 +00:00
|
|
|
"prettyplease",
|
2024-05-30 00:00:43 +00:00
|
|
|
"prost",
|
|
|
|
"prost-types",
|
2024-02-20 11:27:10 +00:00
|
|
|
"regex",
|
2024-07-19 20:12:29 +00:00
|
|
|
"syn 2.0.71",
|
2024-02-20 11:27:10 +00:00
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "prost-derive"
|
2024-05-21 12:39:25 +00:00
|
|
|
version = "0.12.6"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:39:25 +00:00
|
|
|
checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2024-05-07 22:05:58 +00:00
|
|
|
"itertools 0.12.1",
|
2024-01-11 11:21:22 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-19 20:12:29 +00:00
|
|
|
"syn 2.0.71",
|
2024-02-27 00:15:42 +00:00
|
|
|
]
|
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "prost-types"
|
2024-05-21 12:39:25 +00:00
|
|
|
version = "0.12.6"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:39:25 +00:00
|
|
|
checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
2024-05-30 00:00:43 +00:00
|
|
|
"prost",
|
2024-02-27 00:15:42 +00:00
|
|
|
]
|
|
|
|
|
2024-07-11 13:31:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quartz-app-mtcs-enclave"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"clap",
|
|
|
|
"color-eyre",
|
|
|
|
"cosmrs",
|
|
|
|
"cosmwasm-std",
|
|
|
|
"cw-tee-mtcs",
|
|
|
|
"cycles-sync",
|
|
|
|
"ecies",
|
|
|
|
"hex",
|
|
|
|
"k256",
|
|
|
|
"mtcs",
|
|
|
|
"prost",
|
|
|
|
"quartz-cw",
|
|
|
|
"quartz-enclave",
|
|
|
|
"quartz-proto",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"tendermint 0.36.0",
|
|
|
|
"tendermint-light-client",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tonic",
|
|
|
|
"tonic-build",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quartz-app-transfers-enclave"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"clap",
|
|
|
|
"color-eyre",
|
|
|
|
"cosmrs",
|
|
|
|
"cosmwasm-std",
|
|
|
|
"cycles-sync",
|
|
|
|
"ecies",
|
|
|
|
"hex",
|
|
|
|
"k256",
|
|
|
|
"prost",
|
|
|
|
"quartz-cw",
|
|
|
|
"quartz-enclave",
|
|
|
|
"quartz-proto",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2024-07-18 23:34:31 +00:00
|
|
|
"sha2 0.10.8",
|
2024-07-11 13:31:46 +00:00
|
|
|
"tendermint 0.36.0",
|
|
|
|
"tendermint-light-client",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tonic",
|
|
|
|
"tonic-build",
|
|
|
|
"transfers-contract",
|
|
|
|
]
|
|
|
|
|
2024-02-23 22:29:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quartz-cw"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"cosmwasm-schema",
|
|
|
|
"cosmwasm-std",
|
|
|
|
"cw-storage-plus",
|
2024-05-30 00:00:43 +00:00
|
|
|
"k256",
|
2024-02-27 10:46:48 +00:00
|
|
|
"quartz-tee-ra",
|
2024-02-23 22:29:14 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"sha2 0.10.8",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2024-02-19 19:13:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quartz-enclave"
|
|
|
|
version = "0.1.0"
|
2024-02-20 11:27:10 +00:00
|
|
|
dependencies = [
|
2024-02-22 20:48:13 +00:00
|
|
|
"clap",
|
|
|
|
"color-eyre",
|
2024-05-30 00:00:43 +00:00
|
|
|
"cosmrs",
|
2024-02-23 22:29:14 +00:00
|
|
|
"cosmwasm-std",
|
2024-02-29 14:54:56 +00:00
|
|
|
"cw-proof",
|
2024-02-29 13:17:52 +00:00
|
|
|
"cw-tee-mtcs",
|
2024-05-07 22:05:58 +00:00
|
|
|
"cycles-sync",
|
2024-02-29 13:17:52 +00:00
|
|
|
"ecies",
|
2024-05-07 22:05:58 +00:00
|
|
|
"hex",
|
2024-05-30 00:00:43 +00:00
|
|
|
"k256",
|
2024-02-29 13:17:52 +00:00
|
|
|
"mtcs",
|
2024-02-27 10:46:48 +00:00
|
|
|
"quartz-cw",
|
2024-02-26 21:45:48 +00:00
|
|
|
"quartz-proto",
|
|
|
|
"quartz-relayer",
|
2024-02-27 10:46:48 +00:00
|
|
|
"quartz-tee-ra",
|
2024-02-27 23:29:06 +00:00
|
|
|
"rand",
|
2024-02-22 20:48:13 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2024-05-30 00:00:43 +00:00
|
|
|
"tendermint 0.36.0",
|
2024-02-22 20:48:13 +00:00
|
|
|
"tendermint-light-client",
|
2024-02-29 14:54:56 +00:00
|
|
|
"tm-stateless-verifier",
|
2024-02-20 11:27:10 +00:00
|
|
|
"tokio",
|
2024-05-30 00:00:43 +00:00
|
|
|
"tonic",
|
2024-02-20 16:34:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quartz-proto"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2024-05-30 00:00:43 +00:00
|
|
|
"prost",
|
|
|
|
"tonic",
|
2024-02-20 11:27:10 +00:00
|
|
|
"tonic-build",
|
|
|
|
]
|
2024-02-19 19:13:34 +00:00
|
|
|
|
2024-02-23 22:29:14 +00:00
|
|
|
[[package]]
|
2024-02-26 21:39:19 +00:00
|
|
|
name = "quartz-relayer"
|
2024-02-23 22:29:14 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2024-02-26 21:39:19 +00:00
|
|
|
"clap",
|
2024-05-30 00:00:43 +00:00
|
|
|
"cosmos-sdk-proto",
|
|
|
|
"cosmrs",
|
2024-02-23 22:29:14 +00:00
|
|
|
"cosmwasm-std",
|
2024-02-27 00:15:42 +00:00
|
|
|
"displaydoc",
|
|
|
|
"ecies",
|
2024-05-30 00:00:43 +00:00
|
|
|
"k256",
|
2024-02-27 10:46:48 +00:00
|
|
|
"quartz-cw",
|
2024-02-26 21:45:48 +00:00
|
|
|
"quartz-proto",
|
2024-02-27 10:46:48 +00:00
|
|
|
"quartz-tee-ra",
|
2024-02-26 21:39:19 +00:00
|
|
|
"serde",
|
2024-02-23 22:29:14 +00:00
|
|
|
"serde_json",
|
2024-02-27 00:15:42 +00:00
|
|
|
"subtle-encoding",
|
2024-02-26 21:57:54 +00:00
|
|
|
"tempfile",
|
2024-05-30 00:00:43 +00:00
|
|
|
"tendermint 0.36.0",
|
2024-02-27 00:15:42 +00:00
|
|
|
"thiserror",
|
2024-02-26 21:39:19 +00:00
|
|
|
"tokio",
|
2024-05-30 00:00:43 +00:00
|
|
|
"tonic",
|
2024-02-27 00:15:42 +00:00
|
|
|
]
|
|
|
|
|
2024-02-23 22:29:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quartz-tee-ra"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"cosmwasm-schema",
|
|
|
|
"cosmwasm-std",
|
2024-05-30 00:00:43 +00:00
|
|
|
"der",
|
2024-05-16 13:18:47 +00:00
|
|
|
"displaydoc",
|
2024-06-20 20:09:29 +00:00
|
|
|
"hex",
|
2024-02-23 22:29:14 +00:00
|
|
|
"hex-literal",
|
2024-05-16 13:18:47 +00:00
|
|
|
"mc-attestation-verifier",
|
|
|
|
"mc-sgx-core-types",
|
|
|
|
"mc-sgx-dcap-sys-types",
|
|
|
|
"mc-sgx-dcap-types",
|
2024-02-23 22:29:14 +00:00
|
|
|
"num-bigint",
|
2024-05-16 13:18:47 +00:00
|
|
|
"serde",
|
2024-02-23 22:29:14 +00:00
|
|
|
"serde_json",
|
|
|
|
"sha2 0.10.8",
|
|
|
|
"thiserror",
|
2024-05-16 13:18:47 +00:00
|
|
|
"x509-cert",
|
2024-07-02 12:19:15 +00:00
|
|
|
"x509-parser",
|
2024-05-16 13:18:47 +00:00
|
|
|
"zeroize",
|
2024-02-23 22:29:14 +00:00
|
|
|
]
|
|
|
|
|
2024-07-11 13:31:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quinn"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e4ceeeeabace7857413798eb1ffa1e9c905a9946a57d81fb69b4b71c4d8eb3ad"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"pin-project-lite",
|
|
|
|
"quinn-proto",
|
|
|
|
"quinn-udp",
|
|
|
|
"rustc-hash",
|
2024-07-19 20:12:29 +00:00
|
|
|
"rustls 0.23.11",
|
2024-07-11 13:31:46 +00:00
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quinn-proto"
|
|
|
|
version = "0.11.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ddf517c03a109db8100448a4be38d498df8a210a99fe0e1b9eaf39e78c640efe"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"rand",
|
|
|
|
"ring",
|
|
|
|
"rustc-hash",
|
2024-07-19 20:12:29 +00:00
|
|
|
"rustls 0.23.11",
|
2024-07-11 13:31:46 +00:00
|
|
|
"slab",
|
|
|
|
"thiserror",
|
|
|
|
"tinyvec",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quinn-udp"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9096629c45860fc7fb143e125eb826b5e721e10be3263160c7d60ca832cf8c46"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"socket2",
|
|
|
|
"tracing",
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
]
|
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-05-07 22:05:58 +00:00
|
|
|
version = "1.0.36"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 22:05:58 +00:00
|
|
|
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.8.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"rand_chacha",
|
2024-07-19 20:12:29 +00:00
|
|
|
"rand_core",
|
2024-01-11 11:21:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
2024-07-19 20:12:29 +00:00
|
|
|
"rand_core",
|
2024-01-11 11:21:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
]
|
|
|
|
|
2024-07-19 20:12:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
|
|
|
version = "1.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
|
|
|
version = "1.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2024-07-19 20:12:29 +00:00
|
|
|
version = "0.5.3"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-19 20:12:29 +00:00
|
|
|
checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
2024-07-11 13:31:46 +00:00
|
|
|
"bitflags 2.6.0",
|
2024-01-11 11:21:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2024-07-11 13:31:46 +00:00
|
|
|
version = "1.10.5"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 13:31:46 +00:00
|
|
|
checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2024-07-11 13:31:46 +00:00
|
|
|
"regex-automata 0.4.7",
|
|
|
|
"regex-syntax 0.8.4",
|
2024-01-11 11:21:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
|
|
|
dependencies = [
|
|
|
|
"regex-syntax 0.6.29",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2024-07-11 13:31:46 +00:00
|
|
|
version = "0.4.7"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 13:31:46 +00:00
|
|
|
checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2024-07-11 13:31:46 +00:00
|
|
|
"regex-syntax 0.8.4",
|
2024-01-11 11:21:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
|
|
|
version = "0.6.29"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2024-07-11 13:31:46 +00:00
|
|
|
version = "0.8.4"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 13:31:46 +00:00
|
|
|
checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
|
2024-01-11 11:21:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2024-05-07 22:05:58 +00:00
|
|
|
version = "0.11.27"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 22:05:58 +00:00
|
|
|
checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
2024-02-23 22:29:14 +00:00
|
|
|
"base64 0.21.7",
|
2024-01-11 11:21:22 +00:00
|
|
|
"bytes",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2024-05-26 19:29:38 +00:00
|
|
|
"h2",
|
2024-05-07 22:05:58 +00:00
|
|
|
"http 0.2.12",
|
|
|
|
"http-body 0.4.6",
|
2024-07-19 20:12:29 +00:00
|
|
|
"hyper 0.14.30",
|
2024-05-26 19:29:38 +00:00
|
|
|
"hyper-rustls 0.24.2",
|
2024-01-11 11:21:22 +00:00
|
|
|
"ipnet",
|
|
|
|
"js-sys",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"once_cell",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
2024-05-26 19:29:38 +00:00
|
|
|
"rustls 0.21.12",
|
2024-01-11 11:21:22 +00:00
|
|
|
"rustls-native-certs",
|
2024-05-07 22:05:58 +00:00
|
|
|
"rustls-pemfile 1.0.4",
|
2024-01-11 11:21:22 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
2024-07-11 13:31:46 +00:00
|
|
|
"sync_wrapper 0.1.2",
|
2024-01-11 11:21:22 +00:00
|
|
|
"system-configuration",
|
|
|
|
"tokio",
|
2024-05-26 19:29:38 +00:00
|
|
|
"tokio-rustls 0.24.1",
|
2024-01-11 11:21:22 +00:00
|
|
|
"tower-service",
|
|
|
|
"url",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
2024-05-07 22:05:58 +00:00
|
|
|
"winreg 0.50.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2024-07-11 13:31:46 +00:00
|
|
|
version = "0.12.5"
|
2024-05-07 22:05:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 13:31:46 +00:00
|
|
|
checksum = "c7d6d2a27d57148378eb5e111173f4276ad26340ecc5c49a4a2152167a2d6a37"
|
2024-05-07 22:05:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"base64 0.22.1",
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"http 1.1.0",
|
2024-07-19 20:12:29 +00:00
|
|
|
"http-body 1.0.1",
|
2024-05-07 22:05:58 +00:00
|
|
|
"http-body-util",
|
2024-07-19 20:12:29 +00:00
|
|
|
"hyper 1.4.1",
|
2024-07-11 13:31:46 +00:00
|
|
|
"hyper-rustls 0.27.2",
|
2024-05-07 22:05:58 +00:00
|
|
|
"hyper-util",
|
|
|
|
"ipnet",
|
|
|
|
"js-sys",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"once_cell",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
2024-07-11 13:31:46 +00:00
|
|
|
"quinn",
|
2024-07-19 20:12:29 +00:00
|
|
|
"rustls 0.23.11",
|
2024-05-07 22:05:58 +00:00
|
|
|
"rustls-pemfile 2.1.2",
|
2024-05-26 19:29:38 +00:00
|
|
|
"rustls-pki-types",
|
2024-05-07 22:05:58 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
2024-07-11 13:31:46 +00:00
|
|
|
"sync_wrapper 1.0.1",
|
2024-05-07 22:05:58 +00:00
|
|
|
"tokio",
|
2024-07-11 13:31:46 +00:00
|
|
|
"tokio-rustls 0.26.0",
|
2024-05-07 22:05:58 +00:00
|
|
|
"tower-service",
|
|
|
|
"url",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
2024-05-26 19:29:38 +00:00
|
|
|
"webpki-roots",
|
2024-05-07 22:05:58 +00:00
|
|
|
"winreg 0.52.0",
|
2024-01-11 11:21:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rfc6979"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
|
|
|
|
dependencies = [
|
|
|
|
"hmac",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
2024-02-23 22:29:14 +00:00
|
|
|
version = "0.17.8"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-23 22:29:14 +00:00
|
|
|
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
2024-05-30 00:00:43 +00:00
|
|
|
"cfg-if",
|
2024-01-11 11:21:22 +00:00
|
|
|
"getrandom",
|
|
|
|
"libc",
|
2024-05-16 13:18:47 +00:00
|
|
|
"spin",
|
2024-01-11 11:21:22 +00:00
|
|
|
"untrusted",
|
2024-02-23 22:29:14 +00:00
|
|
|
"windows-sys 0.52.0",
|
2024-01-11 11:21:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ripemd"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bd124222d17ad93a644ed9d011a40f4fb64aa54275c08cc216524a9ea82fb09f"
|
|
|
|
dependencies = [
|
|
|
|
"digest 0.10.7",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2024-05-07 22:05:58 +00:00
|
|
|
version = "0.1.24"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 22:05:58 +00:00
|
|
|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
2024-01-11 11:21:22 +00:00
|
|
|
|
2024-07-11 13:31:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
|
2024-07-19 20:12:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
|
|
|
dependencies = [
|
|
|
|
"semver",
|
|
|
|
]
|
|
|
|
|
2024-07-02 12:19:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rusticata-macros"
|
|
|
|
version = "4.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"
|
|
|
|
dependencies = [
|
|
|
|
"nom",
|
|
|
|
]
|
|
|
|
|
2024-02-20 11:27:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2024-05-07 22:05:58 +00:00
|
|
|
version = "0.38.34"
|
2024-02-20 11:27:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 22:05:58 +00:00
|
|
|
checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
|
2024-02-20 11:27:10 +00:00
|
|
|
dependencies = [
|
2024-07-11 13:31:46 +00:00
|
|
|
"bitflags 2.6.0",
|
2024-02-20 11:27:10 +00:00
|
|
|
"errno",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys",
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
]
|
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2024-05-07 22:05:58 +00:00
|
|
|
version = "0.21.12"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 22:05:58 +00:00
|
|
|
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"ring",
|
2024-05-26 19:29:38 +00:00
|
|
|
"rustls-webpki 0.101.7",
|
2024-01-11 11:21:22 +00:00
|
|
|
"sct",
|
|
|
|
]
|
|
|
|
|
2024-05-26 19:29:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2024-07-19 20:12:29 +00:00
|
|
|
version = "0.23.11"
|
2024-05-26 19:29:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-19 20:12:29 +00:00
|
|
|
checksum = "4828ea528154ae444e5a642dbb7d5623354030dc9822b83fd9bb79683c7399d0"
|
2024-05-26 19:29:38 +00:00
|
|
|
dependencies = [
|
2024-07-11 13:31:46 +00:00
|
|
|
"once_cell",
|
2024-05-26 19:29:38 +00:00
|
|
|
"ring",
|
|
|
|
"rustls-pki-types",
|
2024-07-11 13:31:46 +00:00
|
|
|
"rustls-webpki 0.102.5",
|
2024-05-26 19:29:38 +00:00
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-native-certs"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
|
|
|
|
dependencies = [
|
|
|
|
"openssl-probe",
|
2024-05-07 22:05:58 +00:00
|
|
|
"rustls-pemfile 1.0.4",
|
2024-01-11 11:21:22 +00:00
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
|
|
|
|
dependencies = [
|
2024-02-23 22:29:14 +00:00
|
|
|
"base64 0.21.7",
|
2024-01-11 11:21:22 +00:00
|
|
|
]
|
|
|
|
|
2024-05-07 22:05:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
|
|
|
version = "2.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.22.1",
|
|
|
|
"rustls-pki-types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-pki-types"
|
|
|
|
version = "1.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d"
|
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-webpki"
|
|
|
|
version = "0.101.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2024-05-26 19:29:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-webpki"
|
2024-07-11 13:31:46 +00:00
|
|
|
version = "0.102.5"
|
2024-05-26 19:29:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 13:31:46 +00:00
|
|
|
checksum = "f9a6fccd794a42c2c105b513a2f62bc3fd8f3ba57a4593677ceb0bd035164d78"
|
2024-05-26 19:29:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"rustls-pki-types",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2024-02-20 11:27:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
2024-05-21 12:39:25 +00:00
|
|
|
version = "1.0.17"
|
2024-02-20 11:27:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:39:25 +00:00
|
|
|
checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
|
2024-02-20 11:27:10 +00:00
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2024-05-07 22:05:58 +00:00
|
|
|
version = "1.0.18"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 22:05:58 +00:00
|
|
|
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
2024-01-11 11:21:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
|
|
|
version = "0.1.23"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
|
|
|
|
dependencies = [
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
]
|
|
|
|
|
2024-02-23 22:29:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "schemars"
|
2024-05-30 00:00:43 +00:00
|
|
|
version = "0.8.21"
|
2024-02-23 22:29:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 00:00:43 +00:00
|
|
|
checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92"
|
2024-02-23 22:29:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"dyn-clone",
|
|
|
|
"schemars_derive",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "schemars_derive"
|
2024-05-30 00:00:43 +00:00
|
|
|
version = "0.8.21"
|
2024-02-23 22:29:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 00:00:43 +00:00
|
|
|
checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e"
|
2024-02-23 22:29:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde_derive_internals",
|
2024-07-19 20:12:29 +00:00
|
|
|
"syn 2.0.71",
|
2024-02-23 22:29:14 +00:00
|
|
|
]
|
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sct"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sec1"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
|
|
|
|
dependencies = [
|
2024-05-30 00:00:43 +00:00
|
|
|
"base16ct",
|
|
|
|
"der",
|
2024-01-11 11:21:22 +00:00
|
|
|
"generic-array",
|
2024-05-30 00:00:43 +00:00
|
|
|
"pkcs8",
|
2024-01-11 11:21:22 +00:00
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
2024-07-19 20:12:29 +00:00
|
|
|
version = "2.11.1"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-19 20:12:29 +00:00
|
|
|
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
2024-07-11 13:31:46 +00:00
|
|
|
"bitflags 2.6.0",
|
2024-01-11 11:21:22 +00:00
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
"security-framework-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
2024-07-19 20:12:29 +00:00
|
|
|
version = "2.11.1"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-19 20:12:29 +00:00
|
|
|
checksum = "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2024-05-07 22:05:58 +00:00
|
|
|
version = "1.0.23"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 22:05:58 +00:00
|
|
|
checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
|
2024-01-11 11:21:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2024-07-19 20:12:29 +00:00
|
|
|
version = "1.0.204"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-19 20:12:29 +00:00
|
|
|
checksum = "bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
2024-02-23 22:29:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde-json-wasm"
|
2024-07-11 13:31:46 +00:00
|
|
|
version = "1.0.1"
|
2024-02-23 22:29:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 13:31:46 +00:00
|
|
|
checksum = "f05da0d153dd4595bdffd5099dc0e9ce425b205ee648eb93437ff7302af8c9a5"
|
2024-02-23 22:29:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_bytes"
|
2024-07-11 13:31:46 +00:00
|
|
|
version = "0.11.15"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 13:31:46 +00:00
|
|
|
checksum = "387cc504cb06bb40a96c8e04e951fe01854cf6bc921053c954e4a606d9675c6a"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_cbor"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5"
|
|
|
|
dependencies = [
|
|
|
|
"half",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2024-07-19 20:12:29 +00:00
|
|
|
version = "1.0.204"
|
2024-02-23 22:29:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-19 20:12:29 +00:00
|
|
|
checksum = "e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222"
|
2024-02-23 22:29:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-19 20:12:29 +00:00
|
|
|
"syn 2.0.71",
|
2024-02-23 22:29:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive_internals"
|
2024-05-21 12:39:25 +00:00
|
|
|
version = "0.29.1"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:39:25 +00:00
|
|
|
checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-19 20:12:29 +00:00
|
|
|
"syn 2.0.71",
|
2024-01-11 11:21:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2024-07-11 13:31:46 +00:00
|
|
|
version = "1.0.120"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 13:31:46 +00:00
|
|
|
checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_repr"
|
2024-05-07 22:05:58 +00:00
|
|
|
version = "0.1.19"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 22:05:58 +00:00
|
|
|
checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-19 20:12:29 +00:00
|
|
|
"syn 2.0.71",
|
2024-05-30 00:00:43 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_spanned"
|
|
|
|
version = "0.6.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
2024-01-11 11:21:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_with"
|
2024-07-19 20:12:29 +00:00
|
|
|
version = "3.9.0"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-19 20:12:29 +00:00
|
|
|
checksum = "69cecfa94848272156ea67b2b1a53f20fc7bc638c4a46d2f8abde08f05f4b857"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
2024-05-07 22:05:58 +00:00
|
|
|
"base64 0.22.1",
|
2024-01-11 11:21:22 +00:00
|
|
|
"chrono",
|
|
|
|
"hex",
|
|
|
|
"serde",
|
2024-02-23 22:29:14 +00:00
|
|
|
"serde_derive",
|
2024-01-11 11:21:22 +00:00
|
|
|
"serde_json",
|
|
|
|
"serde_with_macros",
|
|
|
|
"time",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_with_macros"
|
2024-07-19 20:12:29 +00:00
|
|
|
version = "3.9.0"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-19 20:12:29 +00:00
|
|
|
checksum = "a8fee4991ef4f274617a51ad4af30519438dacb2f56ac773b08a1922ff743350"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"darling",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-19 20:12:29 +00:00
|
|
|
"syn 2.0.71",
|
2024-01-11 11:21:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
2024-05-30 00:00:43 +00:00
|
|
|
"cfg-if",
|
2024-01-11 11:21:22 +00:00
|
|
|
"cpufeatures",
|
|
|
|
"digest 0.9.0",
|
|
|
|
"opaque-debug",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
|
|
|
version = "0.10.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
|
|
|
dependencies = [
|
2024-05-30 00:00:43 +00:00
|
|
|
"cfg-if",
|
2024-01-11 11:21:22 +00:00
|
|
|
"cpufeatures",
|
|
|
|
"digest 0.10.7",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha3"
|
|
|
|
version = "0.10.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60"
|
|
|
|
dependencies = [
|
|
|
|
"digest 0.10.7",
|
|
|
|
"keccak",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sharded-slab"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signature"
|
|
|
|
version = "2.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
|
|
|
|
dependencies = [
|
|
|
|
"digest 0.10.7",
|
2024-07-19 20:12:29 +00:00
|
|
|
"rand_core",
|
2024-01-11 11:21:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
|
|
|
version = "0.4.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2024-05-07 22:05:58 +00:00
|
|
|
version = "1.13.2"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 22:05:58 +00:00
|
|
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
2024-01-11 11:21:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2024-05-07 22:05:58 +00:00
|
|
|
version = "0.5.7"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 22:05:58 +00:00
|
|
|
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2024-02-27 23:29:06 +00:00
|
|
|
"windows-sys 0.52.0",
|
2024-01-11 11:21:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.9.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "spki"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
|
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
2024-05-30 00:00:43 +00:00
|
|
|
"der",
|
2024-01-11 11:21:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "static_assertions"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
|
2024-02-23 22:29:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2024-05-07 22:05:58 +00:00
|
|
|
version = "0.11.1"
|
2024-02-23 22:29:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 22:05:58 +00:00
|
|
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
2024-02-23 22:29:14 +00:00
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
2024-07-11 13:31:46 +00:00
|
|
|
version = "2.6.1"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 13:31:46 +00:00
|
|
|
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
2024-01-11 11:21:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "subtle-encoding"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7dcb1ed7b8330c5eed5441052651dd7a12c75e2ed88f2ec024ae1fa3a5e59945"
|
|
|
|
dependencies = [
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "subtle-ng"
|
|
|
|
version = "2.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "734676eb262c623cec13c3155096e08d1f8f29adce39ba17948b18dad1e54142"
|
|
|
|
|
|
|
|
[[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"
|
2024-07-19 20:12:29 +00:00
|
|
|
version = "2.0.71"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-19 20:12:29 +00:00
|
|
|
checksum = "b146dcf730474b4bcd16c311627b31ede9ab149045db4d6088b3becaea046462"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2024-02-20 11:27:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sync_wrapper"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
|
|
|
|
|
2024-07-11 13:31:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sync_wrapper"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
|
|
|
|
|
2024-07-02 12:19:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
|
|
|
version = "0.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-19 20:12:29 +00:00
|
|
|
"syn 2.0.71",
|
2024-07-02 12:19:15 +00:00
|
|
|
]
|
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "system-configuration"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
|
|
|
|
dependencies = [
|
2024-02-20 11:27:10 +00:00
|
|
|
"bitflags 1.3.2",
|
2024-01-11 11:21:22 +00:00
|
|
|
"core-foundation",
|
|
|
|
"system-configuration-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "system-configuration-sys"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
|
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2024-02-20 11:27:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2024-02-27 23:29:06 +00:00
|
|
|
version = "3.10.1"
|
2024-02-20 11:27:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-27 23:29:06 +00:00
|
|
|
checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
|
2024-02-20 11:27:10 +00:00
|
|
|
dependencies = [
|
2024-05-30 00:00:43 +00:00
|
|
|
"cfg-if",
|
2024-02-20 11:27:10 +00:00
|
|
|
"fastrand",
|
|
|
|
"rustix",
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
]
|
|
|
|
|
2024-02-27 00:15:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tendermint"
|
2024-05-30 00:00:43 +00:00
|
|
|
version = "0.35.0"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 00:00:43 +00:00
|
|
|
checksum = "43f8a10105d0a7c4af0a242e23ed5a12519afe5cc0e68419da441bb5981a6802"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"digest 0.10.7",
|
2024-05-30 00:00:43 +00:00
|
|
|
"ed25519",
|
2024-01-11 11:21:22 +00:00
|
|
|
"ed25519-consensus",
|
|
|
|
"flex-error",
|
|
|
|
"futures",
|
2024-05-30 00:00:43 +00:00
|
|
|
"k256",
|
2024-01-11 11:21:22 +00:00
|
|
|
"num-traits",
|
|
|
|
"once_cell",
|
2024-05-30 00:00:43 +00:00
|
|
|
"prost",
|
|
|
|
"prost-types",
|
2024-01-11 11:21:22 +00:00
|
|
|
"ripemd",
|
|
|
|
"serde",
|
|
|
|
"serde_bytes",
|
|
|
|
"serde_json",
|
|
|
|
"serde_repr",
|
|
|
|
"sha2 0.10.8",
|
2024-05-30 00:00:43 +00:00
|
|
|
"signature",
|
2024-01-11 11:21:22 +00:00
|
|
|
"subtle",
|
|
|
|
"subtle-encoding",
|
2024-05-30 00:00:43 +00:00
|
|
|
"tendermint-proto 0.35.0",
|
2024-01-11 11:21:22 +00:00
|
|
|
"time",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2024-05-07 22:05:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tendermint"
|
2024-05-30 00:00:43 +00:00
|
|
|
version = "0.36.0"
|
2024-05-07 22:05:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 00:00:43 +00:00
|
|
|
checksum = "8b50aae6ec24c3429149ad59b5b8d3374d7804d4c7d6125ceb97cb53907fb68d"
|
2024-05-07 22:05:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"digest 0.10.7",
|
2024-05-30 00:00:43 +00:00
|
|
|
"ed25519",
|
2024-05-07 22:05:58 +00:00
|
|
|
"ed25519-consensus",
|
|
|
|
"flex-error",
|
|
|
|
"futures",
|
2024-05-30 00:00:43 +00:00
|
|
|
"k256",
|
2024-05-07 22:05:58 +00:00
|
|
|
"num-traits",
|
|
|
|
"once_cell",
|
2024-05-30 00:00:43 +00:00
|
|
|
"prost",
|
|
|
|
"prost-types",
|
2024-05-07 22:05:58 +00:00
|
|
|
"ripemd",
|
|
|
|
"serde",
|
|
|
|
"serde_bytes",
|
|
|
|
"serde_json",
|
|
|
|
"serde_repr",
|
|
|
|
"sha2 0.10.8",
|
2024-05-30 00:00:43 +00:00
|
|
|
"signature",
|
2024-05-07 22:05:58 +00:00
|
|
|
"subtle",
|
|
|
|
"subtle-encoding",
|
2024-05-30 00:00:43 +00:00
|
|
|
"tendermint-proto 0.36.0",
|
2024-05-07 22:05:58 +00:00
|
|
|
"time",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tendermint-config"
|
2024-05-30 00:00:43 +00:00
|
|
|
version = "0.36.0"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 00:00:43 +00:00
|
|
|
checksum = "e07b383dc8780ebbec04cfb603f3fdaba6ea6663d8dd861425b1ffa7761fe90d"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"flex-error",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2024-05-30 00:00:43 +00:00
|
|
|
"tendermint 0.36.0",
|
2024-01-11 11:21:22 +00:00
|
|
|
"toml",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tendermint-light-client"
|
2024-05-30 00:00:43 +00:00
|
|
|
version = "0.36.0"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 00:00:43 +00:00
|
|
|
checksum = "331544139bbcf353acb5f56e733093d8e4bf2522cda0491b4bba7039ef0b944e"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"contracts",
|
|
|
|
"crossbeam-channel",
|
2024-07-19 20:12:29 +00:00
|
|
|
"derive_more 0.99.18",
|
2024-01-11 11:21:22 +00:00
|
|
|
"flex-error",
|
|
|
|
"futures",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_cbor",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"static_assertions",
|
2024-05-30 00:00:43 +00:00
|
|
|
"tendermint 0.36.0",
|
2024-01-11 11:21:22 +00:00
|
|
|
"tendermint-light-client-verifier",
|
|
|
|
"tendermint-rpc",
|
|
|
|
"time",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tendermint-light-client-detector"
|
2024-05-30 00:00:43 +00:00
|
|
|
version = "0.36.0"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 00:00:43 +00:00
|
|
|
checksum = "73d0ffaf614bd2db605c4762e3a31a536b73cd45488fa5bace050135ca348f28"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-channel",
|
2024-07-19 20:12:29 +00:00
|
|
|
"derive_more 0.99.18",
|
2024-01-11 11:21:22 +00:00
|
|
|
"flex-error",
|
|
|
|
"futures",
|
|
|
|
"serde",
|
|
|
|
"serde_cbor",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"static_assertions",
|
2024-05-30 00:00:43 +00:00
|
|
|
"tendermint 0.36.0",
|
2024-01-11 11:21:22 +00:00
|
|
|
"tendermint-light-client",
|
2024-05-30 00:00:43 +00:00
|
|
|
"tendermint-proto 0.36.0",
|
2024-01-11 11:21:22 +00:00
|
|
|
"tendermint-rpc",
|
|
|
|
"time",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tendermint-light-client-verifier"
|
2024-05-30 00:00:43 +00:00
|
|
|
version = "0.36.0"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 00:00:43 +00:00
|
|
|
checksum = "4216e487165e5dbd7af79952eaa0d5f06c5bde861eb76c690acd7f2d2a19395c"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
2024-07-19 20:12:29 +00:00
|
|
|
"derive_more 0.99.18",
|
2024-01-11 11:21:22 +00:00
|
|
|
"flex-error",
|
|
|
|
"serde",
|
2024-05-30 00:00:43 +00:00
|
|
|
"tendermint 0.36.0",
|
2024-01-11 11:21:22 +00:00
|
|
|
"time",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tendermint-proto"
|
2024-05-30 00:00:43 +00:00
|
|
|
version = "0.35.0"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 00:00:43 +00:00
|
|
|
checksum = "ff525d5540a9fc535c38dc0d92a98da3ee36fcdfbda99cecb9f3cce5cd4d41d7"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"flex-error",
|
2024-05-30 00:00:43 +00:00
|
|
|
"num-derive",
|
2024-01-11 11:21:22 +00:00
|
|
|
"num-traits",
|
2024-05-30 00:00:43 +00:00
|
|
|
"prost",
|
|
|
|
"prost-types",
|
2024-05-07 22:05:58 +00:00
|
|
|
"serde",
|
|
|
|
"serde_bytes",
|
|
|
|
"subtle-encoding",
|
|
|
|
"time",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tendermint-proto"
|
2024-05-30 00:00:43 +00:00
|
|
|
version = "0.36.0"
|
2024-05-07 22:05:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 00:00:43 +00:00
|
|
|
checksum = "46f193d04afde6592c20fd70788a10b8cb3823091c07456db70d8a93f5fb99c1"
|
2024-05-07 22:05:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"flex-error",
|
2024-05-30 00:00:43 +00:00
|
|
|
"prost",
|
|
|
|
"prost-types",
|
2024-01-11 11:21:22 +00:00
|
|
|
"serde",
|
|
|
|
"serde_bytes",
|
|
|
|
"subtle-encoding",
|
|
|
|
"time",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tendermint-rpc"
|
2024-05-30 00:00:43 +00:00
|
|
|
version = "0.36.0"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 00:00:43 +00:00
|
|
|
checksum = "21e3c231a3632cab53f92ad4161c730c468c08cfe4f0aa5a6735b53b390aecbd"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"bytes",
|
|
|
|
"flex-error",
|
|
|
|
"futures",
|
|
|
|
"getrandom",
|
|
|
|
"peg",
|
|
|
|
"pin-project",
|
2024-05-30 00:00:43 +00:00
|
|
|
"rand",
|
2024-05-07 22:05:58 +00:00
|
|
|
"reqwest 0.11.27",
|
2024-01-11 11:21:22 +00:00
|
|
|
"semver",
|
|
|
|
"serde",
|
|
|
|
"serde_bytes",
|
|
|
|
"serde_json",
|
|
|
|
"subtle",
|
|
|
|
"subtle-encoding",
|
2024-05-30 00:00:43 +00:00
|
|
|
"tendermint 0.36.0",
|
2024-01-11 11:21:22 +00:00
|
|
|
"tendermint-config",
|
2024-05-30 00:00:43 +00:00
|
|
|
"tendermint-proto 0.36.0",
|
2024-01-11 11:21:22 +00:00
|
|
|
"thiserror",
|
|
|
|
"time",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
"url",
|
2024-05-30 00:00:43 +00:00
|
|
|
"uuid",
|
2024-01-11 11:21:22 +00:00
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2024-07-19 20:12:29 +00:00
|
|
|
version = "1.0.63"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-19 20:12:29 +00:00
|
|
|
checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2024-07-19 20:12:29 +00:00
|
|
|
version = "1.0.63"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-19 20:12:29 +00:00
|
|
|
checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-19 20:12:29 +00:00
|
|
|
"syn 2.0.71",
|
2024-01-11 11:21:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2024-02-23 22:29:14 +00:00
|
|
|
version = "1.1.8"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-23 22:29:14 +00:00
|
|
|
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
2024-05-30 00:00:43 +00:00
|
|
|
"cfg-if",
|
2024-01-11 11:21:22 +00:00
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2024-05-07 22:05:58 +00:00
|
|
|
version = "0.3.36"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 22:05:58 +00:00
|
|
|
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"deranged",
|
2024-07-02 12:19:15 +00:00
|
|
|
"itoa",
|
2024-02-23 22:29:14 +00:00
|
|
|
"num-conv",
|
2024-01-11 11:21:22 +00:00
|
|
|
"powerfmt",
|
|
|
|
"serde",
|
|
|
|
"time-core",
|
|
|
|
"time-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2024-05-07 22:05:58 +00:00
|
|
|
version = "0.2.18"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 22:05:58 +00:00
|
|
|
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
2024-02-23 22:29:14 +00:00
|
|
|
"num-conv",
|
2024-01-11 11:21:22 +00:00
|
|
|
"time-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2024-07-19 20:12:29 +00:00
|
|
|
version = "1.8.0"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-19 20:12:29 +00:00
|
|
|
checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
|
2024-01-11 11:21:22 +00:00
|
|
|
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 = "tm-prover"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"clap",
|
|
|
|
"color-eyre",
|
2024-05-30 00:00:43 +00:00
|
|
|
"cosmrs",
|
2024-01-11 11:21:22 +00:00
|
|
|
"cw-proof",
|
|
|
|
"futures",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2024-05-30 00:00:43 +00:00
|
|
|
"tendermint 0.36.0",
|
2024-01-11 11:21:22 +00:00
|
|
|
"tendermint-light-client",
|
|
|
|
"tendermint-light-client-detector",
|
|
|
|
"tendermint-rpc",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tm-stateless-verifier"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
2024-05-30 00:00:43 +00:00
|
|
|
"tendermint 0.36.0",
|
2024-01-11 11:21:22 +00:00
|
|
|
"tendermint-light-client",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2024-07-19 20:12:29 +00:00
|
|
|
version = "1.38.1"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-19 20:12:29 +00:00
|
|
|
checksum = "eb2caba9f80616f438e09748d5acda951967e1ea58508ef53d9c6402485a46df"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"backtrace",
|
|
|
|
"bytes",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"num_cpus",
|
|
|
|
"pin-project-lite",
|
|
|
|
"socket2",
|
|
|
|
"tokio-macros",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2024-02-20 11:27:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-io-timeout"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf"
|
|
|
|
dependencies = [
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2024-07-11 13:31:46 +00:00
|
|
|
version = "2.3.0"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 13:31:46 +00:00
|
|
|
checksum = "5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-19 20:12:29 +00:00
|
|
|
"syn 2.0.71",
|
2024-05-07 22:05:58 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-05-26 19:29:38 +00:00
|
|
|
name = "tokio-rustls"
|
|
|
|
version = "0.24.1"
|
2024-05-07 22:05:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-26 19:29:38 +00:00
|
|
|
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
|
2024-05-07 22:05:58 +00:00
|
|
|
dependencies = [
|
2024-05-26 19:29:38 +00:00
|
|
|
"rustls 0.21.12",
|
2024-05-07 22:05:58 +00:00
|
|
|
"tokio",
|
2024-01-11 11:21:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-rustls"
|
2024-07-11 13:31:46 +00:00
|
|
|
version = "0.26.0"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 13:31:46 +00:00
|
|
|
checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
2024-07-19 20:12:29 +00:00
|
|
|
"rustls 0.23.11",
|
2024-05-26 19:29:38 +00:00
|
|
|
"rustls-pki-types",
|
2024-01-11 11:21:22 +00:00
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2024-02-20 11:27:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-stream"
|
2024-05-07 22:05:58 +00:00
|
|
|
version = "0.1.15"
|
2024-02-20 11:27:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 22:05:58 +00:00
|
|
|
checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
|
2024-02-20 11:27:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2024-05-07 22:05:58 +00:00
|
|
|
version = "0.7.11"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 22:05:58 +00:00
|
|
|
checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2024-07-19 20:12:29 +00:00
|
|
|
version = "0.8.15"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-19 20:12:29 +00:00
|
|
|
checksum = "ac2caab0bf757388c6c0ae23b3293fdb463fee59434529014f85e3263b995c28"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
2024-05-30 00:00:43 +00:00
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"toml_edit",
|
2024-01-11 11:21:22 +00:00
|
|
|
]
|
|
|
|
|
2024-02-27 00:15:42 +00:00
|
|
|
[[package]]
|
2024-05-30 00:00:43 +00:00
|
|
|
name = "toml_datetime"
|
|
|
|
version = "0.6.6"
|
2024-02-27 00:15:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 00:00:43 +00:00
|
|
|
checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf"
|
2024-02-27 00:15:42 +00:00
|
|
|
dependencies = [
|
2024-05-30 00:00:43 +00:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2024-07-19 20:12:29 +00:00
|
|
|
version = "0.22.16"
|
2024-05-30 00:00:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-19 20:12:29 +00:00
|
|
|
checksum = "278f3d518e152219c994ce877758516bca5e118eaed6996192a774fb9fbf0788"
|
2024-05-30 00:00:43 +00:00
|
|
|
dependencies = [
|
|
|
|
"indexmap 2.2.6",
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"winnow",
|
2024-02-27 00:15:42 +00:00
|
|
|
]
|
|
|
|
|
2024-02-20 11:27:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tonic"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "76c4eb7a4e9ef9d4763600161f12f5070b92a578e1b634db88a6887844c91a13"
|
|
|
|
dependencies = [
|
|
|
|
"async-stream",
|
|
|
|
"async-trait",
|
|
|
|
"axum",
|
2024-02-23 22:29:14 +00:00
|
|
|
"base64 0.21.7",
|
2024-02-20 11:27:10 +00:00
|
|
|
"bytes",
|
2024-05-26 19:29:38 +00:00
|
|
|
"h2",
|
2024-05-07 22:05:58 +00:00
|
|
|
"http 0.2.12",
|
|
|
|
"http-body 0.4.6",
|
2024-07-19 20:12:29 +00:00
|
|
|
"hyper 0.14.30",
|
2024-02-20 11:27:10 +00:00
|
|
|
"hyper-timeout",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project",
|
2024-05-30 00:00:43 +00:00
|
|
|
"prost",
|
2024-02-20 11:27:10 +00:00
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tonic-build"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "be4ef6dd70a610078cb4e338a0f79d06bc759ff1b22d2120c2ff02ae264ba9c2"
|
|
|
|
dependencies = [
|
|
|
|
"prettyplease",
|
|
|
|
"proc-macro2",
|
|
|
|
"prost-build",
|
|
|
|
"quote",
|
2024-07-19 20:12:29 +00:00
|
|
|
"syn 2.0.71",
|
2024-02-20 11:27:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower"
|
|
|
|
version = "0.4.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"indexmap 1.9.3",
|
|
|
|
"pin-project",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rand",
|
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-layer"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
|
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
|
|
|
version = "0.1.40"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
|
|
|
|
dependencies = [
|
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
|
|
|
version = "0.1.27"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-19 20:12:29 +00:00
|
|
|
"syn 2.0.71",
|
2024-01-11 11:21:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
|
|
|
version = "0.1.32"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
|
|
|
version = "0.3.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
|
|
|
|
dependencies = [
|
|
|
|
"matchers",
|
|
|
|
"once_cell",
|
|
|
|
"regex",
|
|
|
|
"sharded-slab",
|
|
|
|
"thread_local",
|
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
2024-07-11 13:31:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "transfers-contract"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"cosmwasm-schema",
|
|
|
|
"cosmwasm-std",
|
|
|
|
"cw-storage-plus",
|
|
|
|
"cw-utils",
|
|
|
|
"cw2",
|
|
|
|
"cw20-base",
|
|
|
|
"getrandom",
|
|
|
|
"quartz-cw",
|
2024-07-19 20:12:29 +00:00
|
|
|
"serde",
|
2024-07-11 13:31:46 +00:00
|
|
|
"serde_json",
|
|
|
|
"sha2 0.10.8",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
|
|
|
version = "1.17.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2024-02-23 22:29:14 +00:00
|
|
|
version = "0.3.15"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-23 22:29:14 +00:00
|
|
|
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
|
2024-01-11 11:21:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
|
|
|
version = "1.0.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2024-02-23 22:29:14 +00:00
|
|
|
version = "0.1.23"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-23 22:29:14 +00:00
|
|
|
checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
2024-07-19 20:12:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
|
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "universal-hash"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"
|
|
|
|
dependencies = [
|
|
|
|
"crypto-common",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2024-07-11 13:31:46 +00:00
|
|
|
version = "2.5.2"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 13:31:46 +00:00
|
|
|
checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"idna",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2024-05-07 22:05:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2024-07-19 20:12:29 +00:00
|
|
|
version = "1.10.0"
|
2024-05-07 22:05:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-19 20:12:29 +00:00
|
|
|
checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
|
2024-05-07 22:05:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2024-05-07 22:05:58 +00:00
|
|
|
version = "2.5.0"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 22:05:58 +00:00
|
|
|
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "want"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
|
|
|
dependencies = [
|
|
|
|
"try-lock",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2024-05-07 22:05:58 +00:00
|
|
|
version = "0.2.92"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 22:05:58 +00:00
|
|
|
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
2024-05-30 00:00:43 +00:00
|
|
|
"cfg-if",
|
2024-01-11 11:21:22 +00:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2024-05-07 22:05:58 +00:00
|
|
|
version = "0.2.92"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 22:05:58 +00:00
|
|
|
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-19 20:12:29 +00:00
|
|
|
"syn 2.0.71",
|
2024-01-11 11:21:22 +00:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2024-05-07 22:05:58 +00:00
|
|
|
version = "0.4.42"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 22:05:58 +00:00
|
|
|
checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
2024-05-30 00:00:43 +00:00
|
|
|
"cfg-if",
|
2024-01-11 11:21:22 +00:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2024-05-07 22:05:58 +00:00
|
|
|
version = "0.2.92"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 22:05:58 +00:00
|
|
|
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2024-05-07 22:05:58 +00:00
|
|
|
version = "0.2.92"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 22:05:58 +00:00
|
|
|
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-19 20:12:29 +00:00
|
|
|
"syn 2.0.71",
|
2024-01-11 11:21:22 +00:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2024-05-07 22:05:58 +00:00
|
|
|
version = "0.2.92"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 22:05:58 +00:00
|
|
|
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
|
2024-01-11 11:21:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2024-05-07 22:05:58 +00:00
|
|
|
version = "0.3.69"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 22:05:58 +00:00
|
|
|
checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2024-05-26 19:29:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
2024-07-11 13:31:46 +00:00
|
|
|
version = "0.26.3"
|
2024-05-26 19:29:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 13:31:46 +00:00
|
|
|
checksum = "bd7c23921eeb1713a4e851530e9b9756e4fb0e89978582942612524cf09f01cd"
|
2024-05-26 19:29:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"rustls-pki-types",
|
|
|
|
]
|
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2024-05-07 22:05:58 +00:00
|
|
|
version = "0.1.8"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 22:05:58 +00:00
|
|
|
checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
2024-05-07 22:05:58 +00:00
|
|
|
"windows-sys 0.52.0",
|
2024-01-11 11:21:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets 0.48.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
|
|
dependencies = [
|
2024-07-11 13:31:46 +00:00
|
|
|
"windows-targets 0.52.6",
|
2024-01-11 11:21:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm 0.48.5",
|
|
|
|
"windows_aarch64_msvc 0.48.5",
|
|
|
|
"windows_i686_gnu 0.48.5",
|
|
|
|
"windows_i686_msvc 0.48.5",
|
|
|
|
"windows_x86_64_gnu 0.48.5",
|
|
|
|
"windows_x86_64_gnullvm 0.48.5",
|
|
|
|
"windows_x86_64_msvc 0.48.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2024-07-11 13:31:46 +00:00
|
|
|
version = "0.52.6"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 13:31:46 +00:00
|
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
2024-01-11 11:21:22 +00:00
|
|
|
dependencies = [
|
2024-07-11 13:31:46 +00:00
|
|
|
"windows_aarch64_gnullvm 0.52.6",
|
|
|
|
"windows_aarch64_msvc 0.52.6",
|
|
|
|
"windows_i686_gnu 0.52.6",
|
2024-05-07 22:05:58 +00:00
|
|
|
"windows_i686_gnullvm",
|
2024-07-11 13:31:46 +00:00
|
|
|
"windows_i686_msvc 0.52.6",
|
|
|
|
"windows_x86_64_gnu 0.52.6",
|
|
|
|
"windows_x86_64_gnullvm 0.52.6",
|
|
|
|
"windows_x86_64_msvc 0.52.6",
|
2024-01-11 11:21:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2024-07-11 13:31:46 +00:00
|
|
|
version = "0.52.6"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 13:31:46 +00:00
|
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
2024-01-11 11:21:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2024-07-11 13:31:46 +00:00
|
|
|
version = "0.52.6"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 13:31:46 +00:00
|
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
2024-01-11 11:21:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2024-07-11 13:31:46 +00:00
|
|
|
version = "0.52.6"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 13:31:46 +00:00
|
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
2024-05-07 22:05:58 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnullvm"
|
2024-07-11 13:31:46 +00:00
|
|
|
version = "0.52.6"
|
2024-05-07 22:05:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 13:31:46 +00:00
|
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
2024-01-11 11:21:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2024-07-11 13:31:46 +00:00
|
|
|
version = "0.52.6"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 13:31:46 +00:00
|
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
2024-01-11 11:21:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2024-07-11 13:31:46 +00:00
|
|
|
version = "0.52.6"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 13:31:46 +00:00
|
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
2024-01-11 11:21:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2024-07-11 13:31:46 +00:00
|
|
|
version = "0.52.6"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 13:31:46 +00:00
|
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
2024-01-11 11:21:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2024-07-11 13:31:46 +00:00
|
|
|
version = "0.52.6"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 13:31:46 +00:00
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
2024-01-11 11:21:22 +00:00
|
|
|
|
2024-05-30 00:00:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
2024-07-11 13:31:46 +00:00
|
|
|
version = "0.6.13"
|
2024-05-30 00:00:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 13:31:46 +00:00
|
|
|
checksum = "59b5e5f6c299a3c7890b876a2a587f3115162487e704907d9b6cd29473052ba1"
|
2024-05-30 00:00:43 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
|
|
|
version = "0.50.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
|
|
|
|
dependencies = [
|
2024-05-30 00:00:43 +00:00
|
|
|
"cfg-if",
|
2024-01-11 11:21:22 +00:00
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2024-05-07 22:05:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
|
|
|
|
dependencies = [
|
2024-05-30 00:00:43 +00:00
|
|
|
"cfg-if",
|
2024-05-07 22:05:58 +00:00
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2024-05-16 13:18:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "x509-cert"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1301e935010a701ae5f8655edc0ad17c44bad3ac5ce8c39185f75453b720ae94"
|
|
|
|
dependencies = [
|
|
|
|
"const-oid",
|
2024-05-30 00:00:43 +00:00
|
|
|
"der",
|
|
|
|
"spki",
|
2024-05-16 13:18:47 +00:00
|
|
|
]
|
|
|
|
|
2024-07-02 12:19:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "x509-parser"
|
|
|
|
version = "0.16.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fcbc162f30700d6f3f82a24bf7cc62ffe7caea42c0b2cba8bf7f3ae50cf51f69"
|
|
|
|
dependencies = [
|
|
|
|
"asn1-rs",
|
|
|
|
"data-encoding",
|
|
|
|
"der-parser",
|
|
|
|
"lazy_static",
|
|
|
|
"nom",
|
|
|
|
"oid-registry",
|
|
|
|
"ring",
|
|
|
|
"rusticata-macros",
|
|
|
|
"thiserror",
|
|
|
|
"time",
|
|
|
|
]
|
|
|
|
|
2024-07-19 20:12:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "zerocopy"
|
|
|
|
version = "0.7.35"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
|
|
|
dependencies = [
|
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy-derive"
|
|
|
|
version = "0.7.35"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.71",
|
|
|
|
]
|
|
|
|
|
2024-01-11 11:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "zeroize"
|
2024-05-30 00:00:43 +00:00
|
|
|
version = "1.8.1"
|
2024-01-11 11:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-30 00:00:43 +00:00
|
|
|
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
|
2024-01-11 11:21:22 +00:00
|
|
|
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",
|
2024-07-19 20:12:29 +00:00
|
|
|
"syn 2.0.71",
|
2024-01-11 11:21:22 +00:00
|
|
|
]
|