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-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
|
|
|
|
|
|
|
[[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"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.10.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "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"
|
|
|
|
version = "1.0.79"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
|
|
|
|
|
|
|
|
[[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-06-27 07:27:57 -07:00
|
|
|
version = "4.3.8"
|
2023-06-14 10:52:43 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-27 07:27:57 -07:00
|
|
|
checksum = "d9394150f5b4273a1763355bd1c2ec54cc5a2593f790587bcd6b2c947cfa9211"
|
2023-06-14 10:52:43 -07:00
|
|
|
dependencies = [
|
|
|
|
"clap_builder",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2023-06-27 07:27:57 -07:00
|
|
|
version = "4.3.8"
|
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 = "9a78fbdd3cc2914ddf37ba444114bc7765bbdcb55ec9cbe6fa054f0137400717"
|
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
|
|
|
"bitflags",
|
|
|
|
"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
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
2023-06-27 07:27:57 -07:00
|
|
|
version = "0.2.8"
|
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 = "03e69e28e9f7f77debdedbaafa2866e1de9ba56df55a8bd7cfc724c25a09987c"
|
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-03-22 16:41:26 -07:00
|
|
|
"itertools",
|
|
|
|
"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",
|
|
|
|
"itertools",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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-04-25 06:54:17 -07:00
|
|
|
version = "4.0.0-rc.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 = "03d928d978dbec61a1167414f5ec534f24bea0d7a0d24dd9b6233d3d8223e585"
|
2023-03-22 16:41:26 -07:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"fiat-crypto",
|
|
|
|
"packed_simd_2",
|
|
|
|
"platforms",
|
|
|
|
"rand_core",
|
|
|
|
"serde",
|
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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 = [
|
|
|
|
"proc-macro2 1.0.63",
|
|
|
|
"quote 1.0.28",
|
|
|
|
"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",
|
|
|
|
"itertools",
|
|
|
|
"rand",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2023-03-22 16:41:26 -07:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
|
|
|
version = "1.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2023-04-11 08:05:05 -07:00
|
|
|
version = "0.3.1"
|
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 = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
|
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"
|
|
|
|
version = "1.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
|
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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-06-27 07:27:57 -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-27 07:27:57 -07:00
|
|
|
checksum = "0611ff62c410c38100fba5debc0f7caaf54fe6219e0c631d4fd698587757aa23"
|
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
|
|
|
"digest",
|
|
|
|
"hex",
|
2023-06-14 10:52:43 -07:00
|
|
|
"itertools",
|
2023-03-22 16:41:26 -07:00
|
|
|
"proptest",
|
|
|
|
"proptest-derive",
|
|
|
|
"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",
|
|
|
|
"visibility",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "frost-ed25519"
|
2023-06-27 07:27:57 -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-27 07:27:57 -07:00
|
|
|
checksum = "53e6ab361daf95ca692647e63377ced9b97017e4f4d475485d008dbc15519eab"
|
2023-03-22 16:41:26 -07:00
|
|
|
dependencies = [
|
|
|
|
"curve25519-dalek",
|
|
|
|
"frost-core",
|
|
|
|
"rand_core",
|
|
|
|
"sha2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "half"
|
|
|
|
version = "1.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-04-11 08:05:05 -07:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
|
|
|
|
|
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-03-22 16:41:26 -07:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "io-lifetimes"
|
2023-06-14 10:52:43 -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-06-14 10:52:43 -07:00
|
|
|
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
|
2023-03-22 16:41:26 -07:00
|
|
|
dependencies = [
|
2023-04-11 08:05:05 -07:00
|
|
|
"hermit-abi 0.3.1",
|
2023-03-22 16:41:26 -07:00
|
|
|
"libc",
|
2023-06-15 09:23:37 -07:00
|
|
|
"windows-sys",
|
2023-03-22 16:41:26 -07:00
|
|
|
]
|
|
|
|
|
2023-06-14 10:52:43 -07:00
|
|
|
[[package]]
|
|
|
|
name = "is-terminal"
|
|
|
|
version = "0.4.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi 0.3.1",
|
|
|
|
"io-lifetimes",
|
|
|
|
"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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7fc7aa29613bd6a620df431842069224d8bc9011086b1db4c0e0cd47fa03ec9a"
|
|
|
|
|
|
|
|
[[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-05-24 07:37:43 -07:00
|
|
|
version = "0.3.8"
|
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 = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
|
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
|
|
|
|
|
|
|
[[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"
|
|
|
|
version = "0.2.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2023-05-24 07:37:43 -07:00
|
|
|
"libm 0.2.7",
|
2023-03-22 16:41:26 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
|
|
|
version = "1.15.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi 0.2.6",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "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"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "packed_simd_2"
|
|
|
|
version = "0.3.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1914cd452d8fccd6f9db48147b29fd4ae05bea9dc5d9ad578509f72415de282"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libm 0.1.4",
|
|
|
|
]
|
|
|
|
|
2023-06-15 09:23:37 -07:00
|
|
|
[[package]]
|
|
|
|
name = "participant"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"frost-ed25519",
|
2023-06-19 11:58:27 -07:00
|
|
|
"hex",
|
2023-06-28 15:12:15 -07:00
|
|
|
"rand",
|
2023-06-15 09:23:37 -07:00
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
|
|
|
version = "0.2.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
|
|
|
version = "0.4.30"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
|
|
|
|
dependencies = [
|
2023-04-25 06:54:17 -07:00
|
|
|
"unicode-xid",
|
2023-03-22 16:41:26 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-06-27 07:27:57 -07:00
|
|
|
version = "1.0.63"
|
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 = "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb"
|
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",
|
|
|
|
"bitflags",
|
|
|
|
"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 = "proptest-derive"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "90b46295382dc76166cb7cf2bb4a97952464e4b7ed5a43e6cd34e1fec3349ddc"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 0.4.30",
|
|
|
|
"quote 0.6.13",
|
|
|
|
"syn 0.15.44",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
|
|
|
version = "1.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
|
|
|
version = "0.6.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 0.4.30",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-06-14 10:52:43 -07:00
|
|
|
version = "1.0.28"
|
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 = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488"
|
2023-03-22 16:41:26 -07:00
|
|
|
dependencies = [
|
2023-06-27 07:27:57 -07:00
|
|
|
"proc-macro2 1.0.63",
|
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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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 = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2023-06-14 10:52:43 -07:00
|
|
|
version = "1.8.4"
|
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 = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f"
|
2023-03-22 16:41:26 -07:00
|
|
|
dependencies = [
|
2023-05-24 07:37:43 -07:00
|
|
|
"regex-syntax 0.7.2",
|
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-05-24 07:37:43 -07:00
|
|
|
version = "0.7.2"
|
2023-04-25 06:54:17 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-24 07:37:43 -07:00
|
|
|
checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78"
|
2023-04-25 06:54:17 -07:00
|
|
|
|
2023-03-22 16:41:26 -07:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2023-06-15 09:23:37 -07:00
|
|
|
version = "0.37.20"
|
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 = "b96e891d04aa506a6d1f318d2771bcb1c7dfda84e126660ace067c9b474bb2c0"
|
2023-03-22 16:41:26 -07:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"errno",
|
|
|
|
"io-lifetimes",
|
|
|
|
"libc",
|
|
|
|
"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"
|
|
|
|
version = "1.0.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
|
|
|
|
|
|
|
|
[[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"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-06-15 09:23:37 -07:00
|
|
|
version = "1.0.164"
|
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 = "9e8c8cf938e98f769bc164923b06dce91cea1751522f46f8466461af04c9027d"
|
2023-03-22 16:41:26 -07:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2023-06-15 09:23:37 -07:00
|
|
|
version = "1.0.164"
|
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 = "d9735b638ccc51c28bf6914d90a2e9725b377144fc612c49a611fddd1b631d68"
|
2023-03-22 16:41:26 -07:00
|
|
|
dependencies = [
|
2023-06-27 07:27:57 -07:00
|
|
|
"proc-macro2 1.0.63",
|
2023-06-14 10:52:43 -07:00
|
|
|
"quote 1.0.28",
|
2023-06-27 07:27:57 -07:00
|
|
|
"syn 2.0.22",
|
2023-03-22 16:41:26 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2023-06-27 07:27:57 -07:00
|
|
|
version = "1.0.99"
|
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 = "46266871c240a00b8f503b877622fe33430b3c7d963bdc0f2adc511e54a1eae3"
|
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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
|
|
|
version = "2.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "0.15.44"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 0.4.30",
|
|
|
|
"quote 0.6.13",
|
2023-04-25 06:54:17 -07:00
|
|
|
"unicode-xid",
|
2023-03-22 16:41:26 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "1.0.109"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
|
|
|
dependencies = [
|
2023-06-27 07:27:57 -07:00
|
|
|
"proc-macro2 1.0.63",
|
2023-06-14 10:52:43 -07:00
|
|
|
"quote 1.0.28",
|
2023-04-11 08:05:05 -07:00
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-06-27 07:27:57 -07:00
|
|
|
version = "2.0.22"
|
2023-04-11 08:05:05 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-27 07:27:57 -07:00
|
|
|
checksum = "2efbeae7acf4eabd6bcdcbd11c92f45231ddda7539edc7806bd1a04a03b24616"
|
2023-04-11 08:05:05 -07:00
|
|
|
dependencies = [
|
2023-06-27 07:27:57 -07:00
|
|
|
"proc-macro2 1.0.63",
|
2023-06-14 10:52:43 -07:00
|
|
|
"quote 1.0.28",
|
2023-03-22 16:41:26 -07:00
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2023-06-15 09:23:37 -07:00
|
|
|
version = "3.6.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 = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6"
|
2023-03-22 16:41:26 -07:00
|
|
|
dependencies = [
|
2023-06-15 09:23:37 -07:00
|
|
|
"autocfg",
|
2023-03-22 16:41:26 -07:00
|
|
|
"cfg-if",
|
|
|
|
"fastrand",
|
|
|
|
"redox_syscall",
|
|
|
|
"rustix",
|
2023-06-15 09:23:37 -07:00
|
|
|
"windows-sys",
|
2023-03-22 16:41:26 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2023-04-11 08:05:05 -07:00
|
|
|
version = "1.0.40"
|
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 = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
|
2023-03-22 16:41:26 -07:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2023-04-11 08:05:05 -07:00
|
|
|
version = "1.0.40"
|
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 = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
|
2023-03-22 16:41:26 -07:00
|
|
|
dependencies = [
|
2023-06-27 07:27:57 -07:00
|
|
|
"proc-macro2 1.0.63",
|
2023-06-14 10:52:43 -07:00
|
|
|
"quote 1.0.28",
|
2023-06-27 07:27:57 -07:00
|
|
|
"syn 2.0.22",
|
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",
|
|
|
|
"itertools",
|
|
|
|
"rand",
|
|
|
|
"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-06-14 10:52:43 -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-06-14 10:52:43 -07:00
|
|
|
checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0"
|
2023-03-22 16:41:26 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
|
|
|
|
|
|
|
[[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-06-27 07:27:57 -07:00
|
|
|
"proc-macro2 1.0.63",
|
2023-06-14 10:52:43 -07:00
|
|
|
"quote 1.0.28",
|
2023-03-22 16:41:26 -07:00
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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-06-27 07:27:57 -07:00
|
|
|
"proc-macro2 1.0.63",
|
2023-06-14 10:52:43 -07:00
|
|
|
"quote 1.0.28",
|
2023-06-27 07:27:57 -07:00
|
|
|
"syn 2.0.22",
|
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-06-14 10:52:43 -07:00
|
|
|
"quote 1.0.28",
|
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-06-27 07:27:57 -07:00
|
|
|
"proc-macro2 1.0.63",
|
2023-06-14 10:52:43 -07:00
|
|
|
"quote 1.0.28",
|
2023-06-27 07:27:57 -07:00
|
|
|
"syn 2.0.22",
|
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"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
|
|
|
|
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-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-06-27 07:27:57 -07:00
|
|
|
"proc-macro2 1.0.63",
|
2023-06-14 10:52:43 -07:00
|
|
|
"quote 1.0.28",
|
2023-06-27 07:27:57 -07:00
|
|
|
"syn 2.0.22",
|
2023-03-22 16:41:26 -07:00
|
|
|
]
|