2023-03-01 21:54:18 -07:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aes"
|
2023-08-19 18:08:54 +03:00
|
|
|
version = "0.8.3"
|
2023-03-01 21:54:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 18:08:54 +03:00
|
|
|
checksum = "ac1f845298e95f983ff1944b728ae08b8cebab80d684f0a832ed0fc74dfa27e2"
|
2023-03-01 21:54:18 -07:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cipher",
|
|
|
|
"cpufeatures",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64ct"
|
2023-04-01 09:05:50 -06:00
|
|
|
version = "1.6.0"
|
2023-03-01 21:54:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-01 09:05:50 -06:00
|
|
|
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
|
2023-03-01 21:54:18 -07:00
|
|
|
|
2023-05-03 18:50:04 -06: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-08-19 18:08:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2023-11-20 12:53:32 -07:00
|
|
|
version = "2.4.1"
|
2023-08-19 18:08:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 12:53:32 -07:00
|
|
|
checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
|
2023-08-19 18:08:54 +03:00
|
|
|
|
2023-03-01 21:54:18 -07:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2023-08-19 18:08:54 +03:00
|
|
|
version = "0.10.4"
|
2023-03-01 21:54:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 18:08:54 +03:00
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
2023-03-01 21:54:18 -07:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-padding"
|
2023-08-19 18:08:54 +03:00
|
|
|
version = "0.3.3"
|
2023-03-01 21:54:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 18:08:54 +03:00
|
|
|
checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
|
2023-03-01 21:54:18 -07:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2023-11-20 12:53:32 -07:00
|
|
|
version = "1.5.0"
|
2023-03-01 21:54:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 12:53:32 -07:00
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
2023-03-01 21:54:18 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cbc"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
|
|
|
|
dependencies = [
|
|
|
|
"cipher",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cipher"
|
2023-08-19 18:08:54 +03:00
|
|
|
version = "0.4.4"
|
2023-03-01 21:54:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 18:08:54 +03:00
|
|
|
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
|
2023-03-01 21:54:18 -07:00
|
|
|
dependencies = [
|
|
|
|
"crypto-common",
|
|
|
|
"inout",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "const-oid"
|
2023-08-19 18:08:54 +03:00
|
|
|
version = "0.9.5"
|
2023-03-01 21:54:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 18:08:54 +03:00
|
|
|
checksum = "28c122c3980598d243d63d9a704629a2d748d101f278052ff068be5a4423ab6f"
|
2023-03-01 21:54:18 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
2023-11-20 12:53:32 -07:00
|
|
|
version = "0.2.11"
|
2023-03-01 21:54:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 12:53:32 -07:00
|
|
|
checksum = "ce420fe07aecd3e67c5f910618fe65e94158f6dcc0adf44e00d69ce2bdfe0fd0"
|
2023-03-01 21:54:18 -07:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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 = "der"
|
2023-08-19 18:08:54 +03:00
|
|
|
version = "0.7.8"
|
2023-03-01 21:54:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 18:08:54 +03:00
|
|
|
checksum = "fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c"
|
2023-03-01 21:54:18 -07:00
|
|
|
dependencies = [
|
|
|
|
"const-oid",
|
|
|
|
"pem-rfc7468",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2023-08-19 18:08:54 +03:00
|
|
|
version = "0.10.7"
|
2023-03-01 21:54:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 18:08:54 +03:00
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2023-03-01 21:54:18 -07:00
|
|
|
dependencies = [
|
|
|
|
"block-buffer",
|
|
|
|
"const-oid",
|
|
|
|
"crypto-common",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2023-05-03 18:50:04 -06:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2023-11-20 12:53:32 -07:00
|
|
|
version = "0.3.7"
|
2023-05-03 18:50:04 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 12:53:32 -07:00
|
|
|
checksum = "f258a7194e7f7c2a7837a8913aeab7fd8c383457034fa20ce4dd3dcb813e8eb8"
|
2023-05-03 18:50:04 -06:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-08-19 18:08:54 +03:00
|
|
|
"windows-sys",
|
2023-05-03 18:50:04 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2023-10-03 07:35:48 -06:00
|
|
|
version = "2.0.1"
|
2023-05-03 18:50:04 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-03 07:35:48 -06:00
|
|
|
checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
|
2023-05-03 18:50:04 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
2023-03-01 21:54:18 -07:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2023-08-19 18:08:54 +03:00
|
|
|
version = "0.14.7"
|
2023-03-01 21:54:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 18:08:54 +03:00
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
2023-03-01 21:54:18 -07:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2023-11-20 12:53:32 -07:00
|
|
|
version = "0.2.11"
|
2023-03-01 21:54:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 12:53:32 -07:00
|
|
|
checksum = "fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f"
|
2023-03-01 21:54:18 -07:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"wasi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hex-literal"
|
2023-05-01 06:11:58 -06:00
|
|
|
version = "0.4.1"
|
2023-03-01 21:54:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-01 06:11:58 -06:00
|
|
|
checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46"
|
2023-03-01 21:54:18 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hmac"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
|
|
|
dependencies = [
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "inout"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
|
|
|
|
dependencies = [
|
|
|
|
"block-padding",
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "keccak"
|
2023-08-19 18:08:54 +03:00
|
|
|
version = "0.1.4"
|
2023-03-01 21:54:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 18:08:54 +03:00
|
|
|
checksum = "8f6d5ed8676d904364de097082f4e7d240b571b67989ced0240f08b7f966f940"
|
2023-03-01 21:54:18 -07:00
|
|
|
dependencies = [
|
|
|
|
"cpufeatures",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
dependencies = [
|
|
|
|
"spin",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2023-11-20 12:53:32 -07:00
|
|
|
version = "0.2.150"
|
2023-03-01 21:54:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 12:53:32 -07:00
|
|
|
checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c"
|
2023-03-01 21:54:18 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libm"
|
2023-11-20 12:53:32 -07:00
|
|
|
version = "0.2.8"
|
2023-03-01 21:54:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 12:53:32 -07:00
|
|
|
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
|
2023-03-01 21:54:18 -07:00
|
|
|
|
2023-05-03 18:50:04 -06:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2023-11-20 12:53:32 -07:00
|
|
|
version = "0.4.11"
|
2023-05-03 18:50:04 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 12:53:32 -07:00
|
|
|
checksum = "969488b55f8ac402214f3f5fd243ebb7206cf82de60d3172994707a4bcc2b829"
|
2023-05-03 18:50:04 -06:00
|
|
|
|
2023-03-01 21:54:18 -07:00
|
|
|
[[package]]
|
|
|
|
name = "num-bigint-dig"
|
2023-08-19 18:08:54 +03:00
|
|
|
version = "0.8.4"
|
2023-03-01 21:54:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 18:08:54 +03:00
|
|
|
checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
|
2023-03-01 21:54:18 -07:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"lazy_static",
|
|
|
|
"libm",
|
|
|
|
"num-integer",
|
|
|
|
"num-iter",
|
|
|
|
"num-traits",
|
|
|
|
"rand",
|
|
|
|
"serde",
|
|
|
|
"smallvec",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
|
|
|
version = "0.1.45"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-iter"
|
|
|
|
version = "0.1.43"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2023-11-20 12:53:32 -07:00
|
|
|
version = "0.2.17"
|
2023-03-01 21:54:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 12:53:32 -07:00
|
|
|
checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
|
2023-03-01 21:54:18 -07:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"libm",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pbkdf2"
|
2023-08-19 18:08:54 +03:00
|
|
|
version = "0.12.2"
|
2023-03-01 21:54:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 18:08:54 +03:00
|
|
|
checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
|
2023-03-01 21:54:18 -07:00
|
|
|
dependencies = [
|
|
|
|
"digest",
|
2023-03-06 13:31:16 -07:00
|
|
|
"hmac",
|
2023-03-01 21:54:18 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pem-rfc7468"
|
2023-03-06 13:31:16 -07:00
|
|
|
version = "0.7.0"
|
2023-03-01 21:54:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-06 13:31:16 -07:00
|
|
|
checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
|
2023-03-01 21:54:18 -07:00
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkcs1"
|
2023-04-24 13:43:49 -06:00
|
|
|
version = "0.7.5"
|
2023-03-01 21:54:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-24 13:43:49 -06:00
|
|
|
checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
|
2023-03-01 21:54:18 -07:00
|
|
|
dependencies = [
|
|
|
|
"der",
|
|
|
|
"pkcs8",
|
|
|
|
"spki",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkcs5"
|
2023-03-06 13:31:16 -07:00
|
|
|
version = "0.7.1"
|
2023-03-01 21:54:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-06 13:31:16 -07:00
|
|
|
checksum = "e847e2c91a18bfa887dd028ec33f2fe6f25db77db3619024764914affe8b69a6"
|
2023-03-01 21:54:18 -07:00
|
|
|
dependencies = [
|
|
|
|
"aes",
|
|
|
|
"cbc",
|
|
|
|
"der",
|
|
|
|
"pbkdf2",
|
|
|
|
"scrypt",
|
|
|
|
"sha2",
|
|
|
|
"spki",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkcs8"
|
2023-04-05 05:12:08 +03:00
|
|
|
version = "0.10.2"
|
2023-03-01 21:54:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-05 05:12:08 +03:00
|
|
|
checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
|
2023-03-01 21:54:18 -07:00
|
|
|
dependencies = [
|
|
|
|
"der",
|
|
|
|
"pkcs5",
|
|
|
|
"rand_core",
|
|
|
|
"spki",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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-11-20 12:53:32 -07:00
|
|
|
version = "1.0.69"
|
2023-03-01 21:54:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 12:53:32 -07:00
|
|
|
checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da"
|
2023-03-01 21:54:18 -07:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2023-05-03 18:50:04 -06:00
|
|
|
[[package]]
|
|
|
|
name = "proptest"
|
2023-11-20 12:53:32 -07:00
|
|
|
version = "1.4.0"
|
2023-05-03 18:50:04 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 12:53:32 -07:00
|
|
|
checksum = "31b476131c3c86cb68032fdc5cb6d5a1045e3e42d96b69fa599fd77701e1f5bf"
|
2023-05-03 18:50:04 -06:00
|
|
|
dependencies = [
|
|
|
|
"bit-set",
|
2023-10-03 07:35:48 -06:00
|
|
|
"bit-vec",
|
2023-11-20 12:53:32 -07:00
|
|
|
"bitflags 2.4.1",
|
2023-05-03 18:50:04 -06:00
|
|
|
"lazy_static",
|
|
|
|
"num-traits",
|
|
|
|
"rand",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_xorshift",
|
|
|
|
"regex-syntax",
|
|
|
|
"rusty-fork",
|
|
|
|
"tempfile",
|
|
|
|
"unarray",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
|
|
|
version = "1.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
|
|
|
|
2023-03-01 21:54:18 -07:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-08-19 18:08:54 +03:00
|
|
|
version = "1.0.33"
|
2023-03-01 21:54:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 18:08:54 +03:00
|
|
|
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
|
2023-03-01 21:54:18 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.8.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"rand_chacha",
|
|
|
|
"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",
|
|
|
|
]
|
|
|
|
|
2023-05-03 18:50:04 -06:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2023-11-20 12:53:32 -07:00
|
|
|
version = "0.4.1"
|
2023-05-03 18:50:04 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 12:53:32 -07:00
|
|
|
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
|
2023-05-03 18:50:04 -06:00
|
|
|
dependencies = [
|
2023-08-19 18:08:54 +03:00
|
|
|
"bitflags 1.3.2",
|
2023-05-03 18:50:04 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-11-20 12:53:32 -07:00
|
|
|
version = "0.8.2"
|
2023-05-03 18:50:04 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 12:53:32 -07:00
|
|
|
checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
|
2023-05-03 18:50:04 -06:00
|
|
|
|
2023-03-01 21:54:18 -07:00
|
|
|
[[package]]
|
|
|
|
name = "rsa"
|
2023-11-27 19:43:10 -08:00
|
|
|
version = "0.9.5"
|
2023-03-01 21:54:18 -07:00
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
2023-04-05 05:12:08 +03:00
|
|
|
"const-oid",
|
2023-03-01 21:54:18 -07:00
|
|
|
"digest",
|
|
|
|
"hex-literal",
|
|
|
|
"num-bigint-dig",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
"pkcs1",
|
|
|
|
"pkcs8",
|
2023-05-03 18:50:04 -06:00
|
|
|
"proptest",
|
2023-03-01 21:54:18 -07:00
|
|
|
"rand",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
|
|
|
"rand_xorshift",
|
|
|
|
"serde",
|
|
|
|
"serde_test",
|
|
|
|
"sha1",
|
|
|
|
"sha2",
|
|
|
|
"sha3",
|
|
|
|
"signature",
|
2023-05-04 23:12:43 +00:00
|
|
|
"spki",
|
2023-03-01 21:54:18 -07:00
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2023-05-03 18:50:04 -06:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2023-11-20 12:53:32 -07:00
|
|
|
version = "0.38.25"
|
2023-05-03 18:50:04 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 12:53:32 -07:00
|
|
|
checksum = "dc99bc2d4f1fed22595588a013687477aedf3cdcfb26558c559edb67b4d9b22e"
|
2023-05-03 18:50:04 -06:00
|
|
|
dependencies = [
|
2023-11-20 12:53:32 -07:00
|
|
|
"bitflags 2.4.1",
|
2023-05-03 18:50:04 -06:00
|
|
|
"errno",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys",
|
2023-08-19 18:08:54 +03:00
|
|
|
"windows-sys",
|
2023-05-03 18:50:04 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rusty-fork"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f"
|
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
2023-06-01 07:05:54 -06:00
|
|
|
"quick-error",
|
2023-05-03 18:50:04 -06:00
|
|
|
"tempfile",
|
|
|
|
"wait-timeout",
|
|
|
|
]
|
|
|
|
|
2023-03-01 21:54:18 -07:00
|
|
|
[[package]]
|
|
|
|
name = "salsa20"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
|
|
|
|
dependencies = [
|
|
|
|
"cipher",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scrypt"
|
2023-03-06 13:31:16 -07:00
|
|
|
version = "0.11.0"
|
2023-03-01 21:54:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-06 13:31:16 -07:00
|
|
|
checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
|
2023-03-01 21:54:18 -07:00
|
|
|
dependencies = [
|
|
|
|
"pbkdf2",
|
|
|
|
"salsa20",
|
|
|
|
"sha2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-11-20 12:53:32 -07:00
|
|
|
version = "1.0.192"
|
2023-03-01 21:54:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 12:53:32 -07:00
|
|
|
checksum = "bca2a08484b285dcb282d0f67b26cadc0df8b19f8c12502c13d966bf9482f001"
|
2023-03-01 21:54:18 -07:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2023-11-20 12:53:32 -07:00
|
|
|
version = "1.0.192"
|
2023-03-01 21:54:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 12:53:32 -07:00
|
|
|
checksum = "d6c7207fbec9faa48073f3e3074cbe553af6ea512d7c21ba46e434e70ea9fbc1"
|
2023-03-01 21:54:18 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_test"
|
2023-08-19 18:08:54 +03:00
|
|
|
version = "1.0.176"
|
2023-03-01 21:54:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 18:08:54 +03:00
|
|
|
checksum = "5a2f49ace1498612d14f7e0b8245519584db8299541dfe31a06374a828d620ab"
|
2023-03-01 21:54:18 -07:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
2023-10-03 07:35:48 -06:00
|
|
|
version = "0.10.6"
|
2023-03-01 21:54:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-03 07:35:48 -06:00
|
|
|
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
2023-03-01 21:54:18 -07:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2023-10-03 07:35:48 -06:00
|
|
|
version = "0.10.8"
|
2023-03-01 21:54:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-03 07:35:48 -06:00
|
|
|
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
2023-03-01 21:54:18 -07:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha3"
|
2023-08-19 18:08:54 +03:00
|
|
|
version = "0.10.8"
|
2023-03-01 21:54:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 18:08:54 +03:00
|
|
|
checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60"
|
2023-03-01 21:54:18 -07:00
|
|
|
dependencies = [
|
|
|
|
"digest",
|
|
|
|
"keccak",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signature"
|
2023-11-20 12:53:32 -07:00
|
|
|
version = "2.2.0"
|
2023-03-01 21:54:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 12:53:32 -07:00
|
|
|
checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
|
2023-03-01 21:54:18 -07:00
|
|
|
dependencies = [
|
|
|
|
"digest",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2023-11-20 12:53:32 -07:00
|
|
|
version = "1.11.2"
|
2023-03-01 21:54:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 12:53:32 -07:00
|
|
|
checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970"
|
2023-03-01 21:54:18 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "spki"
|
2023-05-04 23:12:43 +00:00
|
|
|
version = "0.7.2"
|
2023-03-01 21:54:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-04 23:12:43 +00:00
|
|
|
checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a"
|
2023-03-01 21:54:18 -07:00
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
|
|
|
"der",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
2023-08-19 18:08:54 +03:00
|
|
|
version = "2.5.0"
|
2023-03-01 21:54:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 18:08:54 +03:00
|
|
|
checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
|
2023-03-01 21:54:18 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-11-20 12:53:32 -07:00
|
|
|
version = "2.0.39"
|
2023-03-01 21:54:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 12:53:32 -07:00
|
|
|
checksum = "23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a"
|
2023-03-01 21:54:18 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2023-05-03 18:50:04 -06:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2023-11-20 12:53:32 -07:00
|
|
|
version = "3.8.1"
|
2023-05-03 18:50:04 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 12:53:32 -07:00
|
|
|
checksum = "7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5"
|
2023-05-03 18:50:04 -06:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"fastrand",
|
|
|
|
"redox_syscall",
|
|
|
|
"rustix",
|
2023-08-19 18:08:54 +03:00
|
|
|
"windows-sys",
|
2023-05-03 18:50:04 -06:00
|
|
|
]
|
|
|
|
|
2023-03-01 21:54:18 -07:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2023-10-03 07:35:48 -06:00
|
|
|
version = "1.17.0"
|
2023-03-01 21:54:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-03 07:35:48 -06:00
|
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
2023-03-01 21:54:18 -07:00
|
|
|
|
2023-05-03 18:50:04 -06:00
|
|
|
[[package]]
|
|
|
|
name = "unarray"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
|
|
|
|
|
2023-03-01 21:54:18 -07:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-10-03 07:35:48 -06:00
|
|
|
version = "1.0.12"
|
2023-03-01 21:54:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-03 07:35:48 -06:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2023-03-01 21:54:18 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
|
|
2023-05-03 18:50:04 -06:00
|
|
|
[[package]]
|
|
|
|
name = "wait-timeout"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-03-01 21:54:18 -07:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
2023-05-03 18:50:04 -06:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
2023-08-19 18:08:54 +03:00
|
|
|
"windows-targets",
|
2023-05-03 18:50:04 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2023-08-19 18:08:54 +03:00
|
|
|
version = "0.48.5"
|
2023-05-03 18:50:04 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 18:08:54 +03:00
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
2023-05-03 18:50:04 -06:00
|
|
|
dependencies = [
|
2023-08-19 18:08:54 +03: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-05-03 18:50:04 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-08-19 18:08:54 +03:00
|
|
|
version = "0.48.5"
|
2023-05-03 18:50:04 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 18:08:54 +03:00
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
2023-05-03 18:50:04 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-08-19 18:08:54 +03:00
|
|
|
version = "0.48.5"
|
2023-05-03 18:50:04 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 18:08:54 +03:00
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
2023-05-03 18:50:04 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-08-19 18:08:54 +03:00
|
|
|
version = "0.48.5"
|
2023-05-03 18:50:04 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 18:08:54 +03:00
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
2023-05-03 18:50:04 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-08-19 18:08:54 +03:00
|
|
|
version = "0.48.5"
|
2023-05-03 18:50:04 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 18:08:54 +03:00
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
2023-05-03 18:50:04 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-08-19 18:08:54 +03:00
|
|
|
version = "0.48.5"
|
2023-05-03 18:50:04 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 18:08:54 +03:00
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
2023-05-03 18:50:04 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-08-19 18:08:54 +03:00
|
|
|
version = "0.48.5"
|
2023-05-03 18:50:04 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 18:08:54 +03:00
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
2023-05-03 18:50:04 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-08-19 18:08:54 +03:00
|
|
|
version = "0.48.5"
|
2023-05-03 18:50:04 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 18:08:54 +03:00
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
2023-05-03 18:50:04 -06:00
|
|
|
|
2023-03-01 21:54:18 -07:00
|
|
|
[[package]]
|
|
|
|
name = "zeroize"
|
2023-11-20 12:53:32 -07:00
|
|
|
version = "1.7.0"
|
2023-03-01 21:54:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 12:53:32 -07:00
|
|
|
checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d"
|