2023-03-14 04:02:36 -07:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
2023-07-11 08:21:39 -07:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2023-08-21 15:00:34 -07:00
|
|
|
version = "1.0.3"
|
2023-07-11 08:21:39 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-21 15:00:34 -07:00
|
|
|
checksum = "86b8f9420f797f2d9e935edf629310eb938a0d839f984e25327f3c7eed22300c"
|
2023-07-11 08:21:39 -07:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2023-03-22 16:41:26 -07:00
|
|
|
[[package]]
|
|
|
|
name = "anes"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
|
|
|
|
|
|
|
|
[[package]]
|
2023-06-14 10:52:43 -07:00
|
|
|
name = "anstyle"
|
2023-06-27 07:27:57 -07:00
|
|
|
version = "1.0.1"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-27 07:27:57 -07:00
|
|
|
checksum = "3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd"
|
2023-03-22 16:41:26 -07:00
|
|
|
|
2023-07-21 18:17:28 -07:00
|
|
|
[[package]]
|
|
|
|
name = "arrayref"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.7.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
|
|
|
|
|
2023-10-06 07:57:25 -07:00
|
|
|
[[package]]
|
|
|
|
name = "atomic-polyfill"
|
|
|
|
version = "0.1.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e3ff7eb3f316534d83a8a2c3d1674ace8a5a71198eba31e2e2b597833f699b28"
|
|
|
|
dependencies = [
|
|
|
|
"critical-section",
|
|
|
|
]
|
|
|
|
|
2023-03-22 16:41:26 -07:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
|
|
|
2023-06-22 15:50:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "base16ct"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
|
|
|
|
|
2023-03-22 16:41:26 -07:00
|
|
|
[[package]]
|
|
|
|
name = "bit-set"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
|
|
|
|
dependencies = [
|
|
|
|
"bit-vec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bit-vec"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
2023-07-11 08:21:39 -07:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2023-08-21 15:00:34 -07:00
|
|
|
version = "2.4.0"
|
2023-07-11 08:21:39 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-21 15:00:34 -07:00
|
|
|
checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
|
2023-07-11 08:21:39 -07:00
|
|
|
|
2023-07-21 18:17:28 -07:00
|
|
|
[[package]]
|
|
|
|
name = "bitvec"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
|
|
|
|
dependencies = [
|
|
|
|
"funty",
|
|
|
|
"radium",
|
|
|
|
"tap",
|
|
|
|
"wyz",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "blake2b_simd"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3c2f0dc9a68c6317d884f97cc36cf5a3d20ba14ce404227df55e1af708ab04bc"
|
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
|
|
|
"arrayvec",
|
|
|
|
"constant_time_eq",
|
|
|
|
]
|
|
|
|
|
2023-03-22 16:41:26 -07:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.10.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2023-07-21 18:17:28 -07:00
|
|
|
[[package]]
|
|
|
|
name = "bls12_381"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d7bc6d6292be3a19e6379786dac800f551e5865a5bb51ebbe3064ab80433f403"
|
|
|
|
dependencies = [
|
|
|
|
"ff",
|
|
|
|
"rand_core",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2023-03-22 16:41:26 -07:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2023-05-24 07:37:43 -07:00
|
|
|
version = "3.13.0"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-24 07:37:43 -07:00
|
|
|
checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
|
2023-03-22 16:41:26 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cast"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-08-21 15:00:34 -07:00
|
|
|
version = "1.0.82"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-21 15:00:34 -07:00
|
|
|
checksum = "305fe645edc1442a0fa8b6726ba61d422798d37a52e12eaecf4b022ebbb88f01"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2023-03-22 16:41:26 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ciborium"
|
2023-05-24 07:37:43 -07:00
|
|
|
version = "0.2.1"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-24 07:37:43 -07:00
|
|
|
checksum = "effd91f6c78e5a4ace8a5d3c0b6bfaec9e2baaef55f3efc00e45fb2e477ee926"
|
2023-03-22 16:41:26 -07:00
|
|
|
dependencies = [
|
|
|
|
"ciborium-io",
|
|
|
|
"ciborium-ll",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ciborium-io"
|
2023-05-24 07:37:43 -07:00
|
|
|
version = "0.2.1"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-24 07:37:43 -07:00
|
|
|
checksum = "cdf919175532b369853f5d5e20b26b43112613fd6fe7aee757e35f7a44642656"
|
2023-03-22 16:41:26 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ciborium-ll"
|
2023-05-24 07:37:43 -07:00
|
|
|
version = "0.2.1"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-24 07:37:43 -07:00
|
|
|
checksum = "defaa24ecc093c77630e6c15e17c51f5e187bf35ee514f4e2d67baaa96dae22b"
|
2023-03-22 16:41:26 -07:00
|
|
|
dependencies = [
|
|
|
|
"ciborium-io",
|
|
|
|
"half",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2023-08-21 15:00:34 -07:00
|
|
|
version = "4.3.21"
|
2023-06-14 10:52:43 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-21 15:00:34 -07:00
|
|
|
checksum = "c27cdf28c0f604ba3f512b0c9a409f8de8513e4816705deb0498b627e7c3a3fd"
|
2023-06-14 10:52:43 -07:00
|
|
|
dependencies = [
|
|
|
|
"clap_builder",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2023-08-21 15:00:34 -07:00
|
|
|
version = "4.3.21"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-21 15:00:34 -07:00
|
|
|
checksum = "08a9f1ab5e9f01a9b81f202e8562eb9a10de70abf9eaeac1be465c28b75aa4aa"
|
2023-03-22 16:41:26 -07:00
|
|
|
dependencies = [
|
2023-06-14 10:52:43 -07:00
|
|
|
"anstyle",
|
2023-03-22 16:41:26 -07:00
|
|
|
"clap_lex",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2023-06-14 10:52:43 -07:00
|
|
|
version = "0.5.0"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-14 10:52:43 -07:00
|
|
|
checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b"
|
2023-03-22 16:41:26 -07:00
|
|
|
|
2023-10-06 07:57:25 -07:00
|
|
|
[[package]]
|
|
|
|
name = "cobs"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "const-crc32"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68d13f542d70e5b339bf46f6f74704ac052cfd526c58cd87996bd1ef4615b9a0"
|
|
|
|
|
2023-07-21 18:17:28 -07:00
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "21a53c0a4d288377e7415b53dcfc3c04da5cdc2cc95c8d5ac178b58f0b861ad6"
|
|
|
|
|
2023-07-20 07:13:14 -07:00
|
|
|
[[package]]
|
|
|
|
name = "coordinator"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"exitcode",
|
|
|
|
"eyre",
|
|
|
|
"frost-ed25519",
|
|
|
|
"hex",
|
|
|
|
"itertools 0.11.0",
|
|
|
|
"rand",
|
2023-07-21 18:17:28 -07:00
|
|
|
"reddsa",
|
2023-07-20 07:13:14 -07:00
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2023-03-22 16:41:26 -07:00
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
2023-07-11 08:21:39 -07:00
|
|
|
version = "0.2.9"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-11 08:21:39 -07:00
|
|
|
checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"
|
2023-03-22 16:41:26 -07:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "criterion"
|
2023-06-14 10:52:43 -07:00
|
|
|
version = "0.5.1"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-14 10:52:43 -07:00
|
|
|
checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
|
2023-03-22 16:41:26 -07:00
|
|
|
dependencies = [
|
|
|
|
"anes",
|
|
|
|
"cast",
|
|
|
|
"ciborium",
|
|
|
|
"clap",
|
|
|
|
"criterion-plot",
|
2023-06-14 10:52:43 -07:00
|
|
|
"is-terminal",
|
2023-06-29 01:11:14 -07:00
|
|
|
"itertools 0.10.5",
|
2023-03-22 16:41:26 -07:00
|
|
|
"num-traits",
|
2023-06-14 10:52:43 -07:00
|
|
|
"once_cell",
|
2023-03-22 16:41:26 -07:00
|
|
|
"oorandom",
|
|
|
|
"plotters",
|
|
|
|
"rayon",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"tinytemplate",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "criterion-plot"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
|
|
|
|
dependencies = [
|
|
|
|
"cast",
|
2023-06-29 01:11:14 -07:00
|
|
|
"itertools 0.10.5",
|
2023-03-22 16:41:26 -07:00
|
|
|
]
|
|
|
|
|
2023-10-06 07:57:25 -07:00
|
|
|
[[package]]
|
|
|
|
name = "critical-section"
|
|
|
|
version = "1.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7059fff8937831a9ae6f0fe4d658ffabf58f2ca96aa9dec1c889f936f705f216"
|
|
|
|
|
2023-03-22 16:41:26 -07:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2023-04-11 08:05:05 -07:00
|
|
|
version = "0.5.8"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-11 08:05:05 -07:00
|
|
|
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
|
2023-03-22 16:41:26 -07:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2023-06-15 09:23:37 -07:00
|
|
|
version = "0.9.15"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-15 09:23:37 -07:00
|
|
|
checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
|
2023-03-22 16:41:26 -07:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"memoffset",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2023-06-15 09:23:37 -07:00
|
|
|
version = "0.8.16"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-15 09:23:37 -07:00
|
|
|
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
|
2023-03-22 16:41:26 -07:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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 = "curve25519-dalek"
|
2023-07-12 10:55:26 -07:00
|
|
|
version = "4.0.0-rc.3"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-12 10:55:26 -07:00
|
|
|
checksum = "436ace70fc06e06f7f689d2624dc4e2f0ea666efb5aa704215f7249ae6e047a7"
|
2023-03-22 16:41:26 -07:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2023-07-12 10:55:26 -07:00
|
|
|
"cpufeatures",
|
|
|
|
"curve25519-dalek-derive",
|
2023-03-22 16:41:26 -07:00
|
|
|
"fiat-crypto",
|
|
|
|
"platforms",
|
|
|
|
"rand_core",
|
2023-07-12 10:55:26 -07:00
|
|
|
"rustc_version",
|
2023-03-22 16:41:26 -07:00
|
|
|
"serde",
|
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2023-07-12 10:55:26 -07:00
|
|
|
[[package]]
|
|
|
|
name = "curve25519-dalek-derive"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "83fdaf97f4804dcebfa5862639bc9ce4121e82140bec2a987ac5140294865b5b"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-21 15:00:34 -07:00
|
|
|
"syn 2.0.28",
|
2023-07-12 10:55:26 -07:00
|
|
|
]
|
|
|
|
|
2023-03-22 16:41:26 -07:00
|
|
|
[[package]]
|
|
|
|
name = "debugless-unwrap"
|
|
|
|
version = "0.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f400d0750c0c069e8493f2256cb4da6f604b6d2eeb69a0ca8863acde352f8400"
|
|
|
|
|
2023-06-27 07:27:57 -07:00
|
|
|
[[package]]
|
|
|
|
name = "derive-getters"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a2c35ab6e03642397cdda1dd58abbc05d418aef8e36297f336d5aba060fe8df"
|
|
|
|
dependencies = [
|
2023-07-12 10:55:26 -07:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-06-27 07:27:57 -07:00
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
2023-03-22 16:41:26 -07:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2023-05-24 07:37:43 -07:00
|
|
|
version = "0.10.7"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-24 07:37:43 -07:00
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2023-03-22 16:41:26 -07:00
|
|
|
dependencies = [
|
|
|
|
"block-buffer",
|
|
|
|
"crypto-common",
|
|
|
|
]
|
|
|
|
|
2023-06-22 15:50:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "dkg"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"exitcode",
|
2023-06-26 11:23:07 -07:00
|
|
|
"eyre",
|
2023-06-27 07:53:16 -07:00
|
|
|
"frost-ed25519",
|
2023-06-22 15:50:51 -07:00
|
|
|
"hex",
|
2023-06-29 01:11:14 -07:00
|
|
|
"itertools 0.11.0",
|
2023-07-13 16:38:35 -07:00
|
|
|
"pipe",
|
2023-06-22 15:50:51 -07:00
|
|
|
"rand",
|
2023-07-21 18:17:28 -07:00
|
|
|
"reddsa",
|
2023-06-22 15:50:51 -07:00
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2023-10-06 07:57:25 -07:00
|
|
|
[[package]]
|
|
|
|
name = "document-features"
|
|
|
|
version = "0.2.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e493c573fce17f00dcab13b6ac057994f3ce17d1af4dc39bfd482b83c6eb6157"
|
|
|
|
dependencies = [
|
|
|
|
"litrs",
|
|
|
|
]
|
|
|
|
|
2023-03-22 16:41:26 -07:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2023-08-21 15:00:34 -07:00
|
|
|
version = "1.9.0"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-21 15:00:34 -07:00
|
|
|
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
|
2023-03-22 16:41:26 -07:00
|
|
|
|
2023-10-06 07:57:25 -07:00
|
|
|
[[package]]
|
|
|
|
name = "embedded-io"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
|
|
|
|
|
2023-03-22 16:41:26 -07:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2023-08-21 15:00:34 -07:00
|
|
|
version = "0.3.2"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-21 15:00:34 -07:00
|
|
|
checksum = "6b30f669a7961ef1631673d2766cc92f52d64f7ef354d4fe0ddfd30ed52f0f4f"
|
2023-03-22 16:41:26 -07:00
|
|
|
dependencies = [
|
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
2023-06-15 09:23:37 -07:00
|
|
|
"windows-sys",
|
2023-03-22 16:41:26 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno-dragonfly"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-05-05 09:16:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "exitcode"
|
|
|
|
version = "1.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "de853764b47027c2e862a995c34978ffa63c1501f2e15f987ba11bd4f9bba193"
|
|
|
|
|
2023-06-26 11:23:07 -07:00
|
|
|
[[package]]
|
|
|
|
name = "eyre"
|
|
|
|
version = "0.6.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb"
|
|
|
|
dependencies = [
|
|
|
|
"indenter",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2023-03-22 16:41:26 -07:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2023-08-21 15:00:34 -07:00
|
|
|
version = "2.0.0"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-21 15:00:34 -07:00
|
|
|
checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764"
|
2023-03-22 16:41:26 -07:00
|
|
|
|
2023-07-21 18:17:28 -07:00
|
|
|
[[package]]
|
|
|
|
name = "ff"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2023-03-22 16:41:26 -07:00
|
|
|
[[package]]
|
|
|
|
name = "fiat-crypto"
|
2023-04-11 08:05:05 -07:00
|
|
|
version = "0.1.20"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-11 08:05:05 -07:00
|
|
|
checksum = "e825f6987101665dea6ec934c09ec6d721de7bc1bf92248e1d5810c8cd636b77"
|
2023-03-22 16:41:26 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "frost-core"
|
2023-07-12 10:55:26 -07:00
|
|
|
version = "0.6.0"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-12 10:55:26 -07:00
|
|
|
checksum = "16b73d2895e352c7942537e47c9ec5899b89704228b837d4375c5071cf721152"
|
2023-03-22 16:41:26 -07:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"criterion",
|
|
|
|
"debugless-unwrap",
|
2023-06-27 07:27:57 -07:00
|
|
|
"derive-getters",
|
2023-03-22 16:41:26 -07:00
|
|
|
"hex",
|
2023-07-12 10:55:26 -07:00
|
|
|
"itertools 0.11.0",
|
2023-03-22 16:41:26 -07:00
|
|
|
"proptest",
|
|
|
|
"rand_core",
|
2023-06-22 15:50:51 -07:00
|
|
|
"serde",
|
2023-03-22 16:41:26 -07:00
|
|
|
"serde_json",
|
2023-06-22 15:50:51 -07:00
|
|
|
"serdect",
|
2023-03-22 16:41:26 -07:00
|
|
|
"thiserror",
|
2023-10-06 07:57:25 -07:00
|
|
|
"visibility 0.0.1",
|
2023-03-22 16:41:26 -07:00
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2023-07-21 18:17:28 -07:00
|
|
|
[[package]]
|
|
|
|
name = "frost-core"
|
2023-10-06 07:57:25 -07:00
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e3b61d737e19bea0cedda9a11dab96ab1fd1e4016f707e8ee9018d8f17d2cd18"
|
2023-07-21 18:17:28 -07:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
2023-10-06 07:57:25 -07:00
|
|
|
"const-crc32",
|
2023-07-21 18:17:28 -07:00
|
|
|
"debugless-unwrap",
|
|
|
|
"derive-getters",
|
2023-10-06 07:57:25 -07:00
|
|
|
"document-features",
|
2023-07-21 18:17:28 -07:00
|
|
|
"hex",
|
|
|
|
"itertools 0.11.0",
|
2023-10-06 07:57:25 -07:00
|
|
|
"postcard",
|
2023-07-21 18:17:28 -07:00
|
|
|
"rand_core",
|
|
|
|
"serde",
|
|
|
|
"serdect",
|
|
|
|
"thiserror",
|
2023-10-06 07:57:25 -07:00
|
|
|
"visibility 0.1.0",
|
2023-07-21 18:17:28 -07:00
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2023-03-22 16:41:26 -07:00
|
|
|
[[package]]
|
|
|
|
name = "frost-ed25519"
|
2023-07-12 10:55:26 -07:00
|
|
|
version = "0.6.0"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-12 10:55:26 -07:00
|
|
|
checksum = "c69d652160d8031e2cf2b57d9e9320cf5b5ba2be18081511411d6355df87f3d1"
|
2023-03-22 16:41:26 -07:00
|
|
|
dependencies = [
|
|
|
|
"curve25519-dalek",
|
2023-10-06 07:57:25 -07:00
|
|
|
"frost-core 0.6.0",
|
2023-03-22 16:41:26 -07:00
|
|
|
"rand_core",
|
|
|
|
"sha2",
|
|
|
|
]
|
|
|
|
|
2023-07-21 18:17:28 -07:00
|
|
|
[[package]]
|
|
|
|
name = "frost-rerandomized"
|
2023-10-06 07:57:25 -07:00
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2b45409d93cf5000f52ae64847a8a270a4562f1a035e74c3fae0e2462adb97ae"
|
2023-07-21 18:17:28 -07:00
|
|
|
dependencies = [
|
|
|
|
"derive-getters",
|
2023-10-06 07:57:25 -07:00
|
|
|
"document-features",
|
|
|
|
"frost-core 0.7.0",
|
2023-07-21 18:17:28 -07:00
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "funty"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
|
|
|
|
|
2023-03-22 16:41:26 -07:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2023-04-11 08:05:05 -07:00
|
|
|
version = "0.14.7"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-11 08:05:05 -07:00
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
2023-03-22 16:41:26 -07:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2023-06-15 09:23:37 -07:00
|
|
|
version = "0.2.10"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-15 09:23:37 -07:00
|
|
|
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
|
2023-03-22 16:41:26 -07:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"wasi",
|
|
|
|
]
|
|
|
|
|
2023-07-21 18:17:28 -07:00
|
|
|
[[package]]
|
|
|
|
name = "group"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
|
|
|
|
dependencies = [
|
|
|
|
"ff",
|
|
|
|
"rand_core",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2023-03-22 16:41:26 -07:00
|
|
|
[[package]]
|
|
|
|
name = "half"
|
|
|
|
version = "1.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
|
|
|
|
|
2023-10-06 07:57:25 -07:00
|
|
|
[[package]]
|
|
|
|
name = "hash32"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "heapless"
|
|
|
|
version = "0.7.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "db04bc24a18b9ea980628ecf00e6c0264f3c1426dac36c00cb49b6fbad8b0743"
|
|
|
|
dependencies = [
|
|
|
|
"atomic-polyfill",
|
|
|
|
"hash32",
|
|
|
|
"rustc_version",
|
|
|
|
"serde",
|
|
|
|
"spin",
|
|
|
|
"stable_deref_trait",
|
|
|
|
]
|
|
|
|
|
2023-03-22 16:41:26 -07:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2023-07-11 08:21:39 -07:00
|
|
|
version = "0.3.2"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-11 08:21:39 -07:00
|
|
|
checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
|
2023-04-11 08:05:05 -07:00
|
|
|
|
2023-03-22 16:41:26 -07:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-06-26 11:23:07 -07:00
|
|
|
[[package]]
|
|
|
|
name = "indenter"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
|
|
|
|
|
2023-06-14 10:52:43 -07:00
|
|
|
[[package]]
|
|
|
|
name = "is-terminal"
|
2023-07-11 08:21:39 -07:00
|
|
|
version = "0.4.9"
|
2023-06-14 10:52:43 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-11 08:21:39 -07:00
|
|
|
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
|
2023-06-14 10:52:43 -07:00
|
|
|
dependencies = [
|
2023-07-11 08:21:39 -07:00
|
|
|
"hermit-abi",
|
2023-08-21 15:00:34 -07:00
|
|
|
"rustix",
|
2023-06-15 09:23:37 -07:00
|
|
|
"windows-sys",
|
2023-06-14 10:52:43 -07:00
|
|
|
]
|
|
|
|
|
2023-03-22 16:41:26 -07:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.10.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2023-06-29 01:11:14 -07:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2023-03-22 16:41:26 -07:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2023-07-18 07:50:54 -07:00
|
|
|
version = "1.0.9"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-18 07:50:54 -07:00
|
|
|
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
|
2023-03-22 16:41:26 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2023-06-15 09:23:37 -07:00
|
|
|
version = "0.3.64"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-15 09:23:37 -07:00
|
|
|
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
|
2023-03-22 16:41:26 -07:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2023-07-21 18:17:28 -07:00
|
|
|
[[package]]
|
|
|
|
name = "jubjub"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8499f7a74008aafbecb2a2e608a3e13e4dd3e84df198b604451efe93f2de6e61"
|
|
|
|
dependencies = [
|
|
|
|
"bitvec",
|
|
|
|
"bls12_381",
|
|
|
|
"ff",
|
|
|
|
"group",
|
|
|
|
"rand_core",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2023-03-22 16:41:26 -07:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2023-06-27 07:27:57 -07:00
|
|
|
version = "0.2.147"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-27 07:27:57 -07:00
|
|
|
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
|
2023-03-22 16:41:26 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libm"
|
2023-05-24 07:37:43 -07:00
|
|
|
version = "0.2.7"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-24 07:37:43 -07:00
|
|
|
checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4"
|
2023-03-22 16:41:26 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2023-08-21 15:00:34 -07:00
|
|
|
version = "0.4.5"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-21 15:00:34 -07:00
|
|
|
checksum = "57bcfdad1b858c2db7c38303a6d2ad4dfaf5eb53dfeb0910128b2c26d6158503"
|
2023-07-11 08:21:39 -07:00
|
|
|
|
2023-10-06 07:57:25 -07:00
|
|
|
[[package]]
|
|
|
|
name = "litrs"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f9275e0933cf8bb20f008924c0cb07a0692fe54d8064996520bf998de9eb79aa"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
|
|
|
version = "0.4.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2023-03-22 16:41:26 -07:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2023-06-15 09:23:37 -07:00
|
|
|
version = "0.4.19"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-15 09:23:37 -07:00
|
|
|
checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
|
2023-03-22 16:41:26 -07:00
|
|
|
|
2023-07-11 08:21:39 -07:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
|
|
|
version = "2.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
|
|
|
|
2023-03-22 16:41:26 -07:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2023-06-15 09:23:37 -07:00
|
|
|
version = "0.9.0"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-15 09:23:37 -07:00
|
|
|
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
|
2023-03-22 16:41:26 -07:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2023-08-21 15:00:34 -07:00
|
|
|
version = "0.2.16"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-21 15:00:34 -07:00
|
|
|
checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
|
2023-03-22 16:41:26 -07:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2023-07-12 10:55:26 -07:00
|
|
|
"libm",
|
2023-03-22 16:41:26 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2023-07-11 08:21:39 -07:00
|
|
|
version = "1.16.0"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-11 08:21:39 -07:00
|
|
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
2023-03-22 16:41:26 -07:00
|
|
|
dependencies = [
|
2023-07-11 08:21:39 -07:00
|
|
|
"hermit-abi",
|
2023-03-22 16:41:26 -07:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-06-14 10:52:43 -07:00
|
|
|
version = "1.18.0"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-14 10:52:43 -07:00
|
|
|
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
|
2023-03-22 16:41:26 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "oorandom"
|
|
|
|
version = "11.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
|
|
|
|
|
2023-06-15 09:23:37 -07:00
|
|
|
[[package]]
|
|
|
|
name = "participant"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2023-07-11 08:21:39 -07:00
|
|
|
"exitcode",
|
2023-06-15 09:23:37 -07:00
|
|
|
"frost-ed25519",
|
2023-06-19 11:58:27 -07:00
|
|
|
"hex",
|
2023-06-28 15:12:15 -07:00
|
|
|
"rand",
|
2023-07-21 18:17:28 -07:00
|
|
|
"reddsa",
|
2023-07-20 18:06:57 -07:00
|
|
|
"serde_json",
|
2023-06-15 09:23:37 -07:00
|
|
|
]
|
|
|
|
|
2023-07-21 18:17:28 -07:00
|
|
|
[[package]]
|
|
|
|
name = "pasta_curves"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3e57598f73cc7e1b2ac63c79c517b31a0877cd7c402cdcaa311b5208de7a095"
|
|
|
|
dependencies = [
|
|
|
|
"ff",
|
|
|
|
"group",
|
|
|
|
"rand",
|
|
|
|
"static_assertions",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2023-07-13 16:38:35 -07:00
|
|
|
[[package]]
|
|
|
|
name = "pipe"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1c7b8f27da217eb966df4c58d4159ea939431950ca03cf782c22bd7c5c1d8d75"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-channel",
|
|
|
|
]
|
|
|
|
|
2023-03-22 16:41:26 -07:00
|
|
|
[[package]]
|
|
|
|
name = "platforms"
|
|
|
|
version = "3.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e3d7ddaed09e0eb771a79ab0fd64609ba0afb0a8366421957936ad14cbd13630"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "plotters"
|
2023-06-27 07:27:57 -07:00
|
|
|
version = "0.3.5"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-27 07:27:57 -07:00
|
|
|
checksum = "d2c224ba00d7cadd4d5c660deaf2098e5e80e07846537c51f9cfa4be50c1fd45"
|
2023-03-22 16:41:26 -07:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
"plotters-backend",
|
|
|
|
"plotters-svg",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "plotters-backend"
|
2023-06-27 07:27:57 -07:00
|
|
|
version = "0.3.5"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-27 07:27:57 -07:00
|
|
|
checksum = "9e76628b4d3a7581389a35d5b6e2139607ad7c75b17aed325f210aa91f4a9609"
|
2023-03-22 16:41:26 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "plotters-svg"
|
2023-06-27 07:27:57 -07:00
|
|
|
version = "0.3.5"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-27 07:27:57 -07:00
|
|
|
checksum = "38f6d39893cca0701371e3c27294f09797214b86f1fb951b89ade8ec04e2abab"
|
2023-03-22 16:41:26 -07:00
|
|
|
dependencies = [
|
|
|
|
"plotters-backend",
|
|
|
|
]
|
|
|
|
|
2023-10-06 07:57:25 -07:00
|
|
|
[[package]]
|
|
|
|
name = "postcard"
|
|
|
|
version = "1.0.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a55c51ee6c0db07e68448e336cf8ea4131a620edefebf9893e759b2d793420f8"
|
|
|
|
dependencies = [
|
|
|
|
"cobs",
|
|
|
|
"embedded-io",
|
|
|
|
"heapless",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-03-22 16:41:26 -07:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
|
|
|
version = "0.2.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-07-18 07:50:54 -07:00
|
|
|
version = "1.0.66"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-18 07:50:54 -07:00
|
|
|
checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
|
2023-03-22 16:41:26 -07:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proptest"
|
2023-05-24 07:37:43 -07:00
|
|
|
version = "1.2.0"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-24 07:37:43 -07:00
|
|
|
checksum = "4e35c06b98bf36aba164cc17cb25f7e232f5c4aeea73baa14b8a9f0d92dbfa65"
|
2023-03-22 16:41:26 -07:00
|
|
|
dependencies = [
|
|
|
|
"bit-set",
|
2023-07-11 08:21:39 -07:00
|
|
|
"bitflags 1.3.2",
|
2023-03-22 16:41:26 -07:00
|
|
|
"byteorder",
|
|
|
|
"lazy_static",
|
|
|
|
"num-traits",
|
|
|
|
"rand",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_xorshift",
|
2023-04-25 06:54:17 -07:00
|
|
|
"regex-syntax 0.6.29",
|
2023-03-22 16:41:26 -07:00
|
|
|
"rusty-fork",
|
|
|
|
"tempfile",
|
|
|
|
"unarray",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
|
|
|
version = "1.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-08-21 15:00:34 -07:00
|
|
|
version = "1.0.32"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-21 15:00:34 -07:00
|
|
|
checksum = "50f3b39ccfb720540debaa0164757101c08ecb8d326b15358ce76a62c7e85965"
|
2023-03-22 16:41:26 -07:00
|
|
|
dependencies = [
|
2023-07-12 10:55:26 -07:00
|
|
|
"proc-macro2",
|
2023-03-22 16:41:26 -07:00
|
|
|
]
|
|
|
|
|
2023-07-21 18:17:28 -07:00
|
|
|
[[package]]
|
|
|
|
name = "radium"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
|
|
|
|
|
2023-03-22 16:41:26 -07:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.8.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_xorshift"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
|
|
|
version = "1.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
|
|
|
version = "1.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-channel",
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"num_cpus",
|
|
|
|
]
|
|
|
|
|
2023-07-21 18:17:28 -07:00
|
|
|
[[package]]
|
|
|
|
name = "reddsa"
|
|
|
|
version = "0.5.1"
|
2023-10-06 07:57:25 -07:00
|
|
|
source = "git+https://github.com/ZcashFoundation/reddsa.git?rev=5ea1293bb8df90c8a19dedf7ab5510903650dda9#5ea1293bb8df90c8a19dedf7ab5510903650dda9"
|
2023-07-21 18:17:28 -07:00
|
|
|
dependencies = [
|
|
|
|
"blake2b_simd",
|
|
|
|
"byteorder",
|
|
|
|
"frost-rerandomized",
|
|
|
|
"group",
|
|
|
|
"hex",
|
|
|
|
"jubjub",
|
|
|
|
"pasta_curves",
|
|
|
|
"rand_core",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2023-03-22 16:41:26 -07:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2023-04-11 08:05:05 -07:00
|
|
|
version = "0.3.5"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-11 08:05:05 -07:00
|
|
|
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
|
2023-03-22 16:41:26 -07:00
|
|
|
dependencies = [
|
2023-07-11 08:21:39 -07:00
|
|
|
"bitflags 1.3.2",
|
2023-03-22 16:41:26 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2023-08-21 15:00:34 -07:00
|
|
|
version = "1.9.3"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-21 15:00:34 -07:00
|
|
|
checksum = "81bc1d4caf89fac26a70747fe603c130093b53c773888797a6329091246d651a"
|
2023-03-22 16:41:26 -07:00
|
|
|
dependencies = [
|
2023-07-11 08:21:39 -07:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-automata",
|
2023-07-18 07:50:54 -07:00
|
|
|
"regex-syntax 0.7.4",
|
2023-07-11 08:21:39 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2023-08-21 15:00:34 -07:00
|
|
|
version = "0.3.6"
|
2023-07-11 08:21:39 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-21 15:00:34 -07:00
|
|
|
checksum = "fed1ceff11a1dddaee50c9dc8e4938bd106e9d89ae372f192311e7da498e3b69"
|
2023-07-11 08:21:39 -07:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2023-07-18 07:50:54 -07:00
|
|
|
"regex-syntax 0.7.4",
|
2023-03-22 16:41:26 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-04-11 08:05:05 -07:00
|
|
|
version = "0.6.29"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-11 08:05:05 -07:00
|
|
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
2023-03-22 16:41:26 -07:00
|
|
|
|
2023-04-25 06:54:17 -07:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-07-18 07:50:54 -07:00
|
|
|
version = "0.7.4"
|
2023-04-25 06:54:17 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-18 07:50:54 -07:00
|
|
|
checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2"
|
2023-04-25 06:54:17 -07:00
|
|
|
|
2023-07-12 10:55:26 -07:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
|
|
|
dependencies = [
|
|
|
|
"semver",
|
|
|
|
]
|
|
|
|
|
2023-03-22 16:41:26 -07:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2023-08-21 15:00:34 -07:00
|
|
|
version = "0.38.8"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-21 15:00:34 -07:00
|
|
|
checksum = "19ed4fa021d81c8392ce04db050a3da9a60299050b7ae1cf482d862b54a7218f"
|
2023-03-22 16:41:26 -07:00
|
|
|
dependencies = [
|
2023-08-21 15:00:34 -07:00
|
|
|
"bitflags 2.4.0",
|
2023-03-22 16:41:26 -07:00
|
|
|
"errno",
|
|
|
|
"libc",
|
2023-08-21 15:00:34 -07:00
|
|
|
"linux-raw-sys",
|
2023-06-15 09:23:37 -07:00
|
|
|
"windows-sys",
|
2023-03-22 16:41:26 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rusty-fork"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f"
|
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
2023-05-24 07:37:43 -07:00
|
|
|
"quick-error",
|
2023-03-22 16:41:26 -07:00
|
|
|
"tempfile",
|
|
|
|
"wait-timeout",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2023-07-18 07:50:54 -07:00
|
|
|
version = "1.0.15"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-18 07:50:54 -07:00
|
|
|
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
|
2023-03-22 16:41:26 -07: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 = "scopeguard"
|
2023-07-18 07:50:54 -07:00
|
|
|
version = "1.2.0"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-18 07:50:54 -07:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2023-03-22 16:41:26 -07:00
|
|
|
|
2023-07-12 10:55:26 -07:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2023-07-18 07:50:54 -07:00
|
|
|
version = "1.0.18"
|
2023-07-12 10:55:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-18 07:50:54 -07:00
|
|
|
checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918"
|
2023-07-12 10:55:26 -07:00
|
|
|
|
2023-03-22 16:41:26 -07:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-08-21 15:00:34 -07:00
|
|
|
version = "1.0.183"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-21 15:00:34 -07:00
|
|
|
checksum = "32ac8da02677876d532745a130fc9d8e6edfa81a269b107c5b00829b91d8eb3c"
|
2023-03-22 16:41:26 -07:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2023-08-21 15:00:34 -07:00
|
|
|
version = "1.0.183"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-21 15:00:34 -07:00
|
|
|
checksum = "aafe972d60b0b9bee71a91b92fee2d4fb3c9d7e8f6b179aa99f27203d99a4816"
|
2023-03-22 16:41:26 -07:00
|
|
|
dependencies = [
|
2023-07-12 10:55:26 -07:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-21 15:00:34 -07:00
|
|
|
"syn 2.0.28",
|
2023-03-22 16:41:26 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2023-10-10 07:14:58 -07:00
|
|
|
version = "1.0.107"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-10 07:14:58 -07:00
|
|
|
checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"
|
2023-03-22 16:41:26 -07:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-06-22 15:50:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "serdect"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a84f14a19e9a014bb9f4512488d9829a68e04ecabffb0f9904cd1ace94598177"
|
|
|
|
dependencies = [
|
|
|
|
"base16ct",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-03-22 16:41:26 -07:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2023-06-27 07:27:57 -07:00
|
|
|
version = "0.10.7"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-27 07:27:57 -07:00
|
|
|
checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
|
2023-03-22 16:41:26 -07:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2023-10-06 07:57:25 -07:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.9.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
|
|
|
2023-07-21 18:17:28 -07:00
|
|
|
[[package]]
|
|
|
|
name = "static_assertions"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
|
2023-03-22 16:41:26 -07:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
|
|
|
version = "2.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "1.0.109"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
|
|
|
dependencies = [
|
2023-07-12 10:55:26 -07:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-11 08:05:05 -07:00
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-08-21 15:00:34 -07:00
|
|
|
version = "2.0.28"
|
2023-04-11 08:05:05 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-21 15:00:34 -07:00
|
|
|
checksum = "04361975b3f5e348b2189d8dc55bc942f278b2d482a6a0365de5bdd62d351567"
|
2023-04-11 08:05:05 -07:00
|
|
|
dependencies = [
|
2023-07-12 10:55:26 -07:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-22 16:41:26 -07:00
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2023-07-21 18:17:28 -07:00
|
|
|
[[package]]
|
|
|
|
name = "tap"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
|
|
|
|
2023-03-22 16:41:26 -07:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2023-08-21 15:00:34 -07:00
|
|
|
version = "3.7.1"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-21 15:00:34 -07:00
|
|
|
checksum = "dc02fddf48964c42031a0b3fe0428320ecf3a73c401040fc0096f97794310651"
|
2023-03-22 16:41:26 -07:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"fastrand",
|
|
|
|
"redox_syscall",
|
2023-08-21 15:00:34 -07:00
|
|
|
"rustix",
|
2023-06-15 09:23:37 -07:00
|
|
|
"windows-sys",
|
2023-03-22 16:41:26 -07:00
|
|
|
]
|
|
|
|
|
2023-09-27 09:27:01 -07:00
|
|
|
[[package]]
|
|
|
|
name = "tests"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"coordinator",
|
|
|
|
"dkg",
|
|
|
|
"exitcode",
|
|
|
|
"frost-ed25519",
|
|
|
|
"hex",
|
|
|
|
"participant",
|
|
|
|
"rand",
|
|
|
|
"reddsa",
|
|
|
|
"serde_json",
|
|
|
|
"trusted-dealer",
|
|
|
|
]
|
|
|
|
|
2023-03-22 16:41:26 -07:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2023-09-11 12:20:47 -07:00
|
|
|
version = "1.0.48"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-11 12:20:47 -07:00
|
|
|
checksum = "9d6d7a740b8a666a7e828dd00da9c0dc290dff53154ea77ac109281de90589b7"
|
2023-03-22 16:41:26 -07:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2023-09-11 12:20:47 -07:00
|
|
|
version = "1.0.48"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-11 12:20:47 -07:00
|
|
|
checksum = "49922ecae66cc8a249b77e68d1d0623c1b2c514f0060c27cdc68bd62a1219d35"
|
2023-03-22 16:41:26 -07:00
|
|
|
dependencies = [
|
2023-07-12 10:55:26 -07:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-21 15:00:34 -07:00
|
|
|
"syn 2.0.28",
|
2023-03-22 16:41:26 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinytemplate"
|
|
|
|
version = "1.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2023-06-15 09:23:37 -07:00
|
|
|
[[package]]
|
|
|
|
name = "trusted-dealer"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"exitcode",
|
|
|
|
"frost-ed25519",
|
|
|
|
"hex",
|
2023-06-29 01:11:14 -07:00
|
|
|
"itertools 0.11.0",
|
2023-06-15 09:23:37 -07:00
|
|
|
"rand",
|
2023-07-21 18:17:28 -07:00
|
|
|
"reddsa",
|
2023-07-20 15:27:33 -07:00
|
|
|
"serde_json",
|
2023-06-15 09:23:37 -07:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2023-03-22 16:41:26 -07:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
|
|
|
version = "1.16.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unarray"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-07-18 07:50:54 -07:00
|
|
|
version = "1.0.11"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-18 07:50:54 -07:00
|
|
|
checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
|
2023-03-22 16:41:26 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "visibility"
|
|
|
|
version = "0.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8881d5cc0ae34e3db2f1de5af81e5117a420d2f937506c2dc20d6f4cfb069051"
|
|
|
|
dependencies = [
|
2023-07-12 10:55:26 -07:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-22 16:41:26 -07:00
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
2023-10-06 07:57:25 -07:00
|
|
|
[[package]]
|
|
|
|
name = "visibility"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b3fd98999db9227cf28e59d83e1f120f42bc233d4b152e8fab9bc87d5bb1e0f8"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.28",
|
|
|
|
]
|
|
|
|
|
2023-03-22 16:41:26 -07:00
|
|
|
[[package]]
|
|
|
|
name = "wait-timeout"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2023-04-11 08:05:05 -07:00
|
|
|
version = "2.3.3"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-11 08:05:05 -07:00
|
|
|
checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
|
2023-03-22 16:41:26 -07:00
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
2023-06-15 09:23:37 -07:00
|
|
|
version = "0.2.87"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-15 09:23:37 -07:00
|
|
|
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
|
2023-03-22 16:41:26 -07:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2023-06-15 09:23:37 -07:00
|
|
|
version = "0.2.87"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-15 09:23:37 -07:00
|
|
|
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
|
2023-03-22 16:41:26 -07:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
2023-07-12 10:55:26 -07:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-21 15:00:34 -07:00
|
|
|
"syn 2.0.28",
|
2023-03-22 16:41:26 -07:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2023-06-15 09:23:37 -07:00
|
|
|
version = "0.2.87"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-15 09:23:37 -07:00
|
|
|
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
|
2023-03-22 16:41:26 -07:00
|
|
|
dependencies = [
|
2023-07-12 10:55:26 -07:00
|
|
|
"quote",
|
2023-03-22 16:41:26 -07:00
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2023-06-15 09:23:37 -07:00
|
|
|
version = "0.2.87"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-15 09:23:37 -07:00
|
|
|
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
|
2023-03-22 16:41:26 -07:00
|
|
|
dependencies = [
|
2023-07-12 10:55:26 -07:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-21 15:00:34 -07:00
|
|
|
"syn 2.0.28",
|
2023-03-22 16:41:26 -07:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2023-06-15 09:23:37 -07:00
|
|
|
version = "0.2.87"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-15 09:23:37 -07:00
|
|
|
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
|
2023-03-22 16:41:26 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2023-06-15 09:23:37 -07:00
|
|
|
version = "0.3.64"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-15 09:23:37 -07:00
|
|
|
checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
|
2023-03-22 16:41:26 -07:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
2023-04-11 08:05:05 -07:00
|
|
|
version = "0.48.0"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-11 08:05:05 -07:00
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
2023-03-22 16:41:26 -07:00
|
|
|
dependencies = [
|
2023-06-15 09:23:37 -07:00
|
|
|
"windows-targets",
|
2023-04-11 08:05:05 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2023-07-11 08:21:39 -07:00
|
|
|
version = "0.48.1"
|
2023-04-11 08:05:05 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-11 08:21:39 -07:00
|
|
|
checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
|
2023-04-11 08:05:05 -07:00
|
|
|
dependencies = [
|
2023-06-15 09:23:37 -07:00
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
2023-03-22 16:41:26 -07:00
|
|
|
]
|
|
|
|
|
2023-04-11 08:05:05 -07:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
|
|
|
|
|
2023-07-21 18:17:28 -07:00
|
|
|
[[package]]
|
|
|
|
name = "wyz"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
|
|
|
|
dependencies = [
|
|
|
|
"tap",
|
|
|
|
]
|
|
|
|
|
2023-03-22 16:41:26 -07:00
|
|
|
[[package]]
|
|
|
|
name = "zeroize"
|
2023-04-25 06:54:17 -07:00
|
|
|
version = "1.6.0"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-25 06:54:17 -07:00
|
|
|
checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"
|
2023-03-22 16:41:26 -07:00
|
|
|
dependencies = [
|
|
|
|
"zeroize_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zeroize_derive"
|
2023-04-25 06:54:17 -07:00
|
|
|
version = "1.4.2"
|
2023-03-22 16:41:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-25 06:54:17 -07:00
|
|
|
checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
|
2023-03-22 16:41:26 -07:00
|
|
|
dependencies = [
|
2023-07-12 10:55:26 -07:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-21 15:00:34 -07:00
|
|
|
"syn 2.0.28",
|
2023-03-22 16:41:26 -07:00
|
|
|
]
|