| # This file is automatically @generated by Cargo. |
| # It is not intended for manual editing. |
| version = 3 |
| |
| [[package]] |
| name = "Inflector" |
| version = "0.11.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3" |
| |
| [[package]] |
| name = "adler" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" |
| |
| [[package]] |
| name = "aead" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5c192eb8f11fc081b0fe4259ba5af04217d4e0faddd02417310a927911abd7c8" |
| dependencies = [ |
| "bytes", |
| "crypto-common", |
| "generic-array", |
| ] |
| |
| [[package]] |
| name = "aes" |
| version = "0.8.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "433cfd6710c9986c576a25ca913c39d66a6474107b406f34f91d4a8923395241" |
| dependencies = [ |
| "cfg-if", |
| "cipher", |
| "cpufeatures", |
| ] |
| |
| [[package]] |
| name = "aes-gcm-siv" |
| version = "0.11.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ae0784134ba9375416d469ec31e7c5f9fa94405049cf08c5ce5b4698be673e0d" |
| dependencies = [ |
| "aead", |
| "aes", |
| "cipher", |
| "ctr", |
| "polyval", |
| "subtle", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "aho-corasick" |
| version = "0.7.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "aliasable" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd" |
| |
| [[package]] |
| name = "anes" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" |
| |
| [[package]] |
| name = "anyhow" |
| version = "1.0.70" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4" |
| |
| [[package]] |
| name = "array_ref" |
| version = "0.1.0" |
| |
| [[package]] |
| name = "array_view" |
| version = "0.1.0" |
| |
| [[package]] |
| name = "atty" |
| version = "0.2.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" |
| dependencies = [ |
| "hermit-abi 0.1.19", |
| "libc", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "autocfg" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" |
| |
| [[package]] |
| name = "base16ct" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce" |
| |
| [[package]] |
| name = "base64" |
| version = "0.13.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" |
| |
| [[package]] |
| name = "base64" |
| version = "0.21.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a" |
| |
| [[package]] |
| name = "bitflags" |
| version = "1.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
| |
| [[package]] |
| name = "blake2" |
| version = "0.10.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe" |
| dependencies = [ |
| "digest 0.10.6", |
| ] |
| |
| [[package]] |
| name = "block-buffer" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" |
| dependencies = [ |
| "generic-array", |
| ] |
| |
| [[package]] |
| name = "block-buffer" |
| version = "0.10.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
| dependencies = [ |
| "generic-array", |
| ] |
| |
| [[package]] |
| name = "block-padding" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0a90ec2df9600c28a01c56c4784c9207a96d2451833aeceb8cc97e4c9548bb78" |
| dependencies = [ |
| "generic-array", |
| ] |
| |
| [[package]] |
| name = "bssl-sys" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "312d12393c060384f2e6ed14c7b4be37b3dd90249857485613c1a91b9a1abb5c" |
| |
| [[package]] |
| name = "bumpalo" |
| version = "3.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535" |
| |
| [[package]] |
| name = "byteorder" |
| version = "1.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" |
| |
| [[package]] |
| name = "bytes" |
| version = "1.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" |
| |
| [[package]] |
| name = "cast" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" |
| |
| [[package]] |
| name = "cbc" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6" |
| dependencies = [ |
| "cipher", |
| ] |
| |
| [[package]] |
| name = "cc" |
| version = "1.0.79" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" |
| |
| [[package]] |
| name = "cesu8" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" |
| |
| [[package]] |
| name = "cfg-if" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
| |
| [[package]] |
| name = "ciborium" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b0c137568cc60b904a7724001b35ce2630fd00d5d84805fbb608ab89509d788f" |
| dependencies = [ |
| "ciborium-io", |
| "ciborium-ll", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "ciborium-io" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "346de753af073cc87b52b2083a506b38ac176a44cfb05497b622e27be899b369" |
| |
| [[package]] |
| name = "ciborium-ll" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "213030a2b5a4e0c0892b6652260cf6ccac84827b83a85a534e178e3906c4cf1b" |
| dependencies = [ |
| "ciborium-io", |
| "half", |
| ] |
| |
| [[package]] |
| name = "cipher" |
| version = "0.4.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" |
| dependencies = [ |
| "crypto-common", |
| "inout", |
| ] |
| |
| [[package]] |
| name = "clap" |
| version = "3.2.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5" |
| dependencies = [ |
| "bitflags", |
| "clap_lex 0.2.4", |
| "indexmap", |
| "textwrap", |
| ] |
| |
| [[package]] |
| name = "clap" |
| version = "4.1.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3c911b090850d79fc64fe9ea01e28e465f65e821e08813ced95bced72f7a8a9b" |
| dependencies = [ |
| "bitflags", |
| "clap_derive", |
| "clap_lex 0.3.3", |
| "is-terminal", |
| "once_cell", |
| "strsim", |
| "termcolor", |
| ] |
| |
| [[package]] |
| name = "clap_derive" |
| version = "4.1.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9a932373bab67b984c790ddf2c9ca295d8e3af3b7ef92de5a5bacdccdee4b09b" |
| dependencies = [ |
| "heck", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.10", |
| ] |
| |
| [[package]] |
| name = "clap_lex" |
| version = "0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5" |
| dependencies = [ |
| "os_str_bytes", |
| ] |
| |
| [[package]] |
| name = "clap_lex" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "033f6b7a4acb1f358c742aaca805c939ee73b4c6209ae4318ec7aca81c42e646" |
| dependencies = [ |
| "os_str_bytes", |
| ] |
| |
| [[package]] |
| name = "combine" |
| version = "4.6.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4" |
| dependencies = [ |
| "bytes", |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "const-oid" |
| version = "0.9.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "520fbf3c07483f94e3e3ca9d0cfd913d7718ef2483d2cfd91c0d9e91474ab913" |
| |
| [[package]] |
| name = "cpufeatures" |
| version = "0.2.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "280a9f2d8b3a38871a3c8a46fb80db65e5e5ed97da80c4d08bf27fb63e35e181" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "crc32fast" |
| version = "1.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[package]] |
| name = "criterion" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e7c76e09c1aae2bc52b3d2f29e13c6572553b30c4aa1b8a49fd70de6412654cb" |
| dependencies = [ |
| "anes", |
| "atty", |
| "cast", |
| "ciborium", |
| "clap 3.2.23", |
| "criterion-plot", |
| "itertools", |
| "lazy_static", |
| "num-traits", |
| "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" |
| version = "0.5.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cf2b3e8478797446514c91ef04bafcb59faba183e621ad488df88983cc14128c" |
| dependencies = [ |
| "cfg-if", |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-deque" |
| version = "0.8.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" |
| dependencies = [ |
| "cfg-if", |
| "crossbeam-epoch", |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-epoch" |
| version = "0.9.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695" |
| dependencies = [ |
| "autocfg", |
| "cfg-if", |
| "crossbeam-utils", |
| "memoffset", |
| "scopeguard", |
| ] |
| |
| [[package]] |
| name = "crossbeam-utils" |
| version = "0.8.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[package]] |
| name = "crypto-bigint" |
| version = "0.4.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef" |
| dependencies = [ |
| "generic-array", |
| "rand_core 0.6.4", |
| "subtle", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "crypto-common" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" |
| dependencies = [ |
| "generic-array", |
| "rand_core 0.6.4", |
| "typenum", |
| ] |
| |
| [[package]] |
| name = "crypto_provider" |
| version = "0.1.0" |
| dependencies = [ |
| "bytes", |
| "criterion", |
| "crypto_provider_openssl", |
| "crypto_provider_rustcrypto", |
| "hex", |
| "hex-literal", |
| "rand 0.8.5", |
| "rand_ext", |
| "rstest", |
| "rstest_reuse", |
| "sha2 0.10.6", |
| "test_helper", |
| "wycheproof", |
| ] |
| |
| [[package]] |
| name = "crypto_provider_openssl" |
| version = "0.1.0" |
| dependencies = [ |
| "cfg-if", |
| "crypto_provider", |
| "hex-literal", |
| "openssl", |
| "ouroboros", |
| "rstest", |
| ] |
| |
| [[package]] |
| name = "crypto_provider_rustcrypto" |
| version = "0.1.0" |
| dependencies = [ |
| "aead", |
| "aes", |
| "aes-gcm-siv", |
| "cbc", |
| "cfg-if", |
| "crypto_provider", |
| "crypto_provider_rustcrypto", |
| "ctr", |
| "ed25519-dalek", |
| "hex", |
| "hkdf", |
| "hmac", |
| "p256", |
| "rand 0.8.5", |
| "rand_chacha 0.3.1", |
| "rand_core 0.6.4", |
| "sec1", |
| "sha2 0.10.6", |
| "subtle", |
| "x25519-dalek", |
| ] |
| |
| [[package]] |
| name = "ctr" |
| version = "0.9.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835" |
| dependencies = [ |
| "cipher", |
| ] |
| |
| [[package]] |
| name = "curve25519-dalek" |
| version = "3.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61" |
| dependencies = [ |
| "byteorder", |
| "digest 0.9.0", |
| "rand_core 0.5.1", |
| "subtle", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "der" |
| version = "0.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de" |
| dependencies = [ |
| "const-oid", |
| ] |
| |
| [[package]] |
| name = "derive-getters" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0c5905670fd9c320154f3a4a01c9e609733cd7b753f3c58777ab7d5ce26686b3" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 1.0.109", |
| ] |
| |
| [[package]] |
| name = "diff" |
| version = "0.1.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" |
| |
| [[package]] |
| name = "digest" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" |
| dependencies = [ |
| "generic-array", |
| ] |
| |
| [[package]] |
| name = "digest" |
| version = "0.10.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f" |
| dependencies = [ |
| "block-buffer 0.10.4", |
| "crypto-common", |
| "subtle", |
| ] |
| |
| [[package]] |
| name = "ed25519" |
| version = "1.5.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7" |
| dependencies = [ |
| "signature", |
| ] |
| |
| [[package]] |
| name = "ed25519-dalek" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d" |
| dependencies = [ |
| "curve25519-dalek", |
| "ed25519", |
| "rand 0.7.3", |
| "rand_core 0.5.1", |
| "serde", |
| "sha2 0.9.9", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "either" |
| version = "1.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" |
| |
| [[package]] |
| name = "elliptic-curve" |
| version = "0.12.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3" |
| dependencies = [ |
| "base16ct", |
| "crypto-bigint", |
| "der", |
| "digest 0.10.6", |
| "ff", |
| "generic-array", |
| "group", |
| "hkdf", |
| "rand_core 0.6.4", |
| "sec1", |
| "subtle", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "errno" |
| version = "0.2.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1" |
| dependencies = [ |
| "errno-dragonfly", |
| "libc", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "errno-dragonfly" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" |
| dependencies = [ |
| "cc", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "fastrand" |
| version = "1.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" |
| dependencies = [ |
| "instant", |
| ] |
| |
| [[package]] |
| name = "ff" |
| version = "0.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160" |
| dependencies = [ |
| "rand_core 0.6.4", |
| "subtle", |
| ] |
| |
| [[package]] |
| name = "flate2" |
| version = "1.0.25" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841" |
| dependencies = [ |
| "crc32fast", |
| "miniz_oxide", |
| ] |
| |
| [[package]] |
| name = "foreign-types" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" |
| dependencies = [ |
| "foreign-types-shared", |
| ] |
| |
| [[package]] |
| name = "foreign-types-shared" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" |
| |
| [[package]] |
| name = "futures" |
| version = "0.3.27" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "531ac96c6ff5fd7c62263c5e3c67a603af4fcaee2e1a0ae5565ba3a11e69e549" |
| dependencies = [ |
| "futures-channel", |
| "futures-core", |
| "futures-executor", |
| "futures-io", |
| "futures-sink", |
| "futures-task", |
| "futures-util", |
| ] |
| |
| [[package]] |
| name = "futures-channel" |
| version = "0.3.27" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "164713a5a0dcc3e7b4b1ed7d3b433cabc18025386f9339346e8daf15963cf7ac" |
| dependencies = [ |
| "futures-core", |
| "futures-sink", |
| ] |
| |
| [[package]] |
| name = "futures-core" |
| version = "0.3.27" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "86d7a0c1aa76363dac491de0ee99faf6941128376f1cf96f07db7603b7de69dd" |
| |
| [[package]] |
| name = "futures-executor" |
| version = "0.3.27" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1997dd9df74cdac935c76252744c1ed5794fac083242ea4fe77ef3ed60ba0f83" |
| dependencies = [ |
| "futures-core", |
| "futures-task", |
| "futures-util", |
| ] |
| |
| [[package]] |
| name = "futures-io" |
| version = "0.3.27" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "89d422fa3cbe3b40dca574ab087abb5bc98258ea57eea3fd6f1fa7162c778b91" |
| |
| [[package]] |
| name = "futures-macro" |
| version = "0.3.27" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3eb14ed937631bd8b8b8977f2c198443447a8355b6e3ca599f38c975e5a963b6" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 1.0.109", |
| ] |
| |
| [[package]] |
| name = "futures-sink" |
| version = "0.3.27" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ec93083a4aecafb2a80a885c9de1f0ccae9dbd32c2bb54b0c3a65690e0b8d2f2" |
| |
| [[package]] |
| name = "futures-task" |
| version = "0.3.27" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fd65540d33b37b16542a0438c12e6aeead10d4ac5d05bd3f805b8f35ab592879" |
| |
| [[package]] |
| name = "futures-timer" |
| version = "3.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c" |
| |
| [[package]] |
| name = "futures-util" |
| version = "0.3.27" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3ef6b17e481503ec85211fed8f39d1970f128935ca1f814cd32ac4a6842e84ab" |
| dependencies = [ |
| "futures-channel", |
| "futures-core", |
| "futures-io", |
| "futures-macro", |
| "futures-sink", |
| "futures-task", |
| "memchr", |
| "pin-project-lite", |
| "pin-utils", |
| "slab", |
| ] |
| |
| [[package]] |
| name = "generic-array" |
| version = "0.14.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9" |
| dependencies = [ |
| "typenum", |
| "version_check", |
| ] |
| |
| [[package]] |
| name = "getrandom" |
| version = "0.1.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "wasi 0.9.0+wasi-snapshot-preview1", |
| ] |
| |
| [[package]] |
| name = "getrandom" |
| version = "0.2.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "wasi 0.11.0+wasi-snapshot-preview1", |
| ] |
| |
| [[package]] |
| name = "group" |
| version = "0.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7" |
| dependencies = [ |
| "ff", |
| "rand_core 0.6.4", |
| "subtle", |
| ] |
| |
| [[package]] |
| name = "half" |
| version = "1.8.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7" |
| |
| [[package]] |
| name = "hashbrown" |
| version = "0.12.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" |
| |
| [[package]] |
| name = "hdrhistogram" |
| version = "7.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7f19b9f54f7c7f55e31401bb647626ce0cf0f67b0004982ce815b3ee72a02aa8" |
| dependencies = [ |
| "base64 0.13.1", |
| "byteorder", |
| "crossbeam-channel", |
| "flate2", |
| "nom", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "heck" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" |
| |
| [[package]] |
| name = "hermit-abi" |
| version = "0.1.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "hermit-abi" |
| version = "0.2.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "hermit-abi" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" |
| |
| [[package]] |
| name = "hex" |
| version = "0.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
| |
| [[package]] |
| name = "hex-literal" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0" |
| |
| [[package]] |
| name = "hkdf" |
| version = "0.12.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437" |
| dependencies = [ |
| "hmac", |
| ] |
| |
| [[package]] |
| name = "hmac" |
| version = "0.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" |
| dependencies = [ |
| "digest 0.10.6", |
| ] |
| |
| [[package]] |
| name = "indexmap" |
| version = "1.9.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" |
| dependencies = [ |
| "autocfg", |
| "hashbrown", |
| ] |
| |
| [[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 = "instant" |
| version = "0.1.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[package]] |
| name = "io-lifetimes" |
| version = "1.0.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "09270fd4fa1111bc614ed2246c7ef56239a3063d5be0d1ec3b589c505d400aeb" |
| dependencies = [ |
| "hermit-abi 0.3.1", |
| "libc", |
| "windows-sys 0.45.0", |
| ] |
| |
| [[package]] |
| name = "is-terminal" |
| version = "0.4.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8687c819457e979cc940d09cb16e42a1bf70aa6b60a549de6d3a62a0ee90c69e" |
| dependencies = [ |
| "hermit-abi 0.3.1", |
| "io-lifetimes", |
| "rustix", |
| "windows-sys 0.45.0", |
| ] |
| |
| [[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 = "jni" |
| version = "0.21.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" |
| dependencies = [ |
| "cesu8", |
| "cfg-if", |
| "combine", |
| "jni-sys", |
| "log", |
| "thiserror", |
| "walkdir", |
| "windows-sys 0.45.0", |
| ] |
| |
| [[package]] |
| name = "jni-sys" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" |
| |
| [[package]] |
| name = "js-sys" |
| version = "0.3.61" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730" |
| dependencies = [ |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "lazy_static" |
| version = "1.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
| dependencies = [ |
| "spin 0.5.2", |
| ] |
| |
| [[package]] |
| name = "ldt" |
| version = "0.1.0" |
| dependencies = [ |
| "aes", |
| "anyhow", |
| "base64 0.21.0", |
| "blake2", |
| "clap 4.1.13", |
| "criterion", |
| "crypto_provider", |
| "crypto_provider_rustcrypto", |
| "ctr", |
| "hdrhistogram", |
| "hex", |
| "ldt_tbc", |
| "rand 0.8.5", |
| "rand_ext", |
| "rand_pcg", |
| "serde_json", |
| "sha2 0.10.6", |
| "subtle", |
| "test_helper", |
| "xts_aes", |
| ] |
| |
| [[package]] |
| name = "ldt_np_adv" |
| version = "0.1.0" |
| dependencies = [ |
| "anyhow", |
| "array_view", |
| "base64 0.21.0", |
| "criterion", |
| "crypto_provider", |
| "crypto_provider_openssl", |
| "crypto_provider_rustcrypto", |
| "hex", |
| "ldt", |
| "ldt_tbc", |
| "np_hkdf", |
| "rand 0.8.5", |
| "rand_ext", |
| "rand_pcg", |
| "serde_json", |
| "test_helper", |
| "xts_aes", |
| ] |
| |
| [[package]] |
| name = "ldt_tbc" |
| version = "0.1.0" |
| dependencies = [ |
| "rand 0.8.5", |
| ] |
| |
| [[package]] |
| name = "libc" |
| version = "0.2.140" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c" |
| |
| [[package]] |
| name = "linux-raw-sys" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4" |
| |
| [[package]] |
| name = "lock_api" |
| version = "0.4.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df" |
| dependencies = [ |
| "autocfg", |
| "scopeguard", |
| ] |
| |
| [[package]] |
| name = "log" |
| version = "0.4.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[package]] |
| name = "memchr" |
| version = "2.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" |
| |
| [[package]] |
| name = "memoffset" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1" |
| dependencies = [ |
| "autocfg", |
| ] |
| |
| [[package]] |
| name = "minimal-lexical" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" |
| |
| [[package]] |
| name = "miniz_oxide" |
| version = "0.6.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa" |
| dependencies = [ |
| "adler", |
| ] |
| |
| [[package]] |
| name = "nom" |
| version = "7.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" |
| dependencies = [ |
| "memchr", |
| "minimal-lexical", |
| ] |
| |
| [[package]] |
| name = "np_hkdf" |
| version = "0.1.0" |
| dependencies = [ |
| "anyhow", |
| "criterion", |
| "crypto_provider", |
| "crypto_provider_rustcrypto", |
| "hex", |
| "ldt", |
| "rand 0.8.5", |
| "rand_ext", |
| "serde_json", |
| "test_helper", |
| "xts_aes", |
| ] |
| |
| [[package]] |
| name = "num-bigint" |
| version = "0.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f" |
| dependencies = [ |
| "autocfg", |
| "num-integer", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "num-integer" |
| version = "0.1.45" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" |
| dependencies = [ |
| "autocfg", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "num-traits" |
| version = "0.2.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" |
| dependencies = [ |
| "autocfg", |
| ] |
| |
| [[package]] |
| name = "num_cpus" |
| version = "1.15.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" |
| dependencies = [ |
| "hermit-abi 0.2.6", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "once_cell" |
| version = "1.17.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" |
| |
| [[package]] |
| name = "oorandom" |
| version = "11.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" |
| |
| [[package]] |
| name = "opaque-debug" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" |
| |
| [[package]] |
| name = "openssl" |
| version = "0.10.48" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "518915b97df115dd36109bfa429a48b8f737bd05508cf9588977b599648926d2" |
| dependencies = [ |
| "bitflags", |
| "cfg-if", |
| "foreign-types", |
| "libc", |
| "once_cell", |
| "openssl-macros", |
| "openssl-sys", |
| ] |
| |
| [[package]] |
| name = "openssl-macros" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 1.0.109", |
| ] |
| |
| [[package]] |
| name = "openssl-sys" |
| version = "0.9.83" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "666416d899cf077260dac8698d60a60b435a46d57e82acb1be3d0dad87284e5b" |
| dependencies = [ |
| "autocfg", |
| "bssl-sys", |
| "cc", |
| "libc", |
| "pkg-config", |
| "vcpkg", |
| ] |
| |
| [[package]] |
| name = "os_str_bytes" |
| version = "6.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ceedf44fb00f2d1984b0bc98102627ce622e083e49a5bacdb3e514fa4238e267" |
| |
| [[package]] |
| name = "ouroboros" |
| version = "0.15.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e1358bd1558bd2a083fed428ffeda486fbfb323e698cdda7794259d592ca72db" |
| dependencies = [ |
| "aliasable", |
| "ouroboros_macro", |
| ] |
| |
| [[package]] |
| name = "ouroboros_macro" |
| version = "0.15.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5f7d21ccd03305a674437ee1248f3ab5d4b1db095cf1caf49f1713ddf61956b7" |
| dependencies = [ |
| "Inflector", |
| "proc-macro-error", |
| "proc-macro2", |
| "quote", |
| "syn 1.0.109", |
| ] |
| |
| [[package]] |
| name = "p256" |
| version = "0.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "49c124b3cbce43bcbac68c58ec181d98ed6cc7e6d0aa7c3ba97b2563410b0e55" |
| dependencies = [ |
| "elliptic-curve", |
| "primeorder", |
| ] |
| |
| [[package]] |
| name = "pin-project-lite" |
| version = "0.2.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" |
| |
| [[package]] |
| name = "pin-utils" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
| |
| [[package]] |
| name = "pkg-config" |
| version = "0.3.26" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160" |
| |
| [[package]] |
| name = "plotters" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2538b639e642295546c50fcd545198c9d64ee2a38620a628724a3b266d5fbf97" |
| dependencies = [ |
| "num-traits", |
| "plotters-backend", |
| "plotters-svg", |
| "wasm-bindgen", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "plotters-backend" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "193228616381fecdc1224c62e96946dfbc73ff4384fba576e052ff8c1bea8142" |
| |
| [[package]] |
| name = "plotters-svg" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f9a81d2759aae1dae668f783c308bc5c8ebd191ff4184aaa1b37f65a6ae5a56f" |
| dependencies = [ |
| "plotters-backend", |
| ] |
| |
| [[package]] |
| name = "polyval" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7ef234e08c11dfcb2e56f79fd70f6f2eb7f025c0ce2333e82f4f0518ecad30c6" |
| dependencies = [ |
| "cfg-if", |
| "cpufeatures", |
| "opaque-debug", |
| "universal-hash", |
| ] |
| |
| [[package]] |
| name = "ppv-lite86" |
| version = "0.2.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" |
| |
| [[package]] |
| name = "primeorder" |
| version = "0.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0b54f7131b3dba65a2f414cf5bd25b66d4682e4608610668eae785750ba4c5b2" |
| dependencies = [ |
| "elliptic-curve", |
| ] |
| |
| [[package]] |
| name = "proc-macro-error" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" |
| dependencies = [ |
| "proc-macro-error-attr", |
| "proc-macro2", |
| "quote", |
| "syn 1.0.109", |
| "version_check", |
| ] |
| |
| [[package]] |
| name = "proc-macro-error-attr" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "version_check", |
| ] |
| |
| [[package]] |
| name = "proc-macro2" |
| version = "1.0.54" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e472a104799c74b514a57226160104aa483546de37e839ec50e3c2e41dd87534" |
| dependencies = [ |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "protobuf" |
| version = "3.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b55bad9126f378a853655831eb7363b7b01b81d19f8cb1218861086ca4a1a61e" |
| dependencies = [ |
| "once_cell", |
| "protobuf-support", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "protobuf-codegen" |
| version = "3.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0dd418ac3c91caa4032d37cb80ff0d44e2ebe637b2fb243b6234bf89cdac4901" |
| dependencies = [ |
| "anyhow", |
| "once_cell", |
| "protobuf", |
| "protobuf-parse", |
| "regex", |
| "tempfile", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "protobuf-parse" |
| version = "3.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9d39b14605eaa1f6a340aec7f320b34064feb26c93aec35d6a9a2272a8ddfa49" |
| dependencies = [ |
| "anyhow", |
| "indexmap", |
| "log", |
| "protobuf", |
| "protobuf-support", |
| "tempfile", |
| "thiserror", |
| "which", |
| ] |
| |
| [[package]] |
| name = "protobuf-support" |
| version = "3.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a5d4d7b8601c814cfb36bcebb79f0e61e45e1e93640cf778837833bbed05c372" |
| dependencies = [ |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "quote" |
| version = "1.0.26" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc" |
| dependencies = [ |
| "proc-macro2", |
| ] |
| |
| [[package]] |
| name = "rand" |
| version = "0.7.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" |
| dependencies = [ |
| "getrandom 0.1.16", |
| "libc", |
| "rand_chacha 0.2.2", |
| "rand_core 0.5.1", |
| "rand_hc", |
| ] |
| |
| [[package]] |
| name = "rand" |
| version = "0.8.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
| dependencies = [ |
| "libc", |
| "rand_chacha 0.3.1", |
| "rand_core 0.6.4", |
| ] |
| |
| [[package]] |
| name = "rand_chacha" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" |
| dependencies = [ |
| "ppv-lite86", |
| "rand_core 0.5.1", |
| ] |
| |
| [[package]] |
| name = "rand_chacha" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
| dependencies = [ |
| "ppv-lite86", |
| "rand_core 0.6.4", |
| ] |
| |
| [[package]] |
| name = "rand_core" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" |
| dependencies = [ |
| "getrandom 0.1.16", |
| ] |
| |
| [[package]] |
| name = "rand_core" |
| version = "0.6.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
| dependencies = [ |
| "getrandom 0.2.8", |
| ] |
| |
| [[package]] |
| name = "rand_core_05_adapter" |
| version = "0.1.0" |
| dependencies = [ |
| "rand 0.8.5", |
| "rand_core 0.5.1", |
| ] |
| |
| [[package]] |
| name = "rand_ext" |
| version = "0.1.0" |
| dependencies = [ |
| "log", |
| "rand 0.8.5", |
| "rand_pcg", |
| ] |
| |
| [[package]] |
| name = "rand_hc" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" |
| dependencies = [ |
| "rand_core 0.5.1", |
| ] |
| |
| [[package]] |
| name = "rand_pcg" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e" |
| dependencies = [ |
| "rand_core 0.6.4", |
| ] |
| |
| [[package]] |
| name = "rayon" |
| version = "1.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b" |
| dependencies = [ |
| "either", |
| "rayon-core", |
| ] |
| |
| [[package]] |
| name = "rayon-core" |
| version = "1.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d" |
| dependencies = [ |
| "crossbeam-channel", |
| "crossbeam-deque", |
| "crossbeam-utils", |
| "num_cpus", |
| ] |
| |
| [[package]] |
| name = "redox_syscall" |
| version = "0.2.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" |
| dependencies = [ |
| "bitflags", |
| ] |
| |
| [[package]] |
| name = "regex" |
| version = "1.7.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d" |
| dependencies = [ |
| "aho-corasick", |
| "memchr", |
| "regex-syntax", |
| ] |
| |
| [[package]] |
| name = "regex-syntax" |
| version = "0.6.29" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" |
| |
| [[package]] |
| name = "rstest" |
| version = "0.16.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b07f2d176c472198ec1e6551dc7da28f1c089652f66a7b722676c2238ebc0edf" |
| dependencies = [ |
| "futures", |
| "futures-timer", |
| "rstest_macros", |
| "rustc_version", |
| ] |
| |
| [[package]] |
| name = "rstest_macros" |
| version = "0.16.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7229b505ae0706e64f37ffc54a9c163e11022a6636d58fe1f3f52018257ff9f7" |
| dependencies = [ |
| "cfg-if", |
| "proc-macro2", |
| "quote", |
| "rustc_version", |
| "syn 1.0.109", |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "rstest_reuse" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "45f80dcc84beab3a327bbe161f77db25f336a1452428176787c8c79ac79d7073" |
| dependencies = [ |
| "quote", |
| "rand 0.8.5", |
| "rustc_version", |
| "syn 1.0.109", |
| ] |
| |
| [[package]] |
| name = "rustc_version" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" |
| dependencies = [ |
| "semver", |
| ] |
| |
| [[package]] |
| name = "rustix" |
| version = "0.36.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "db4165c9963ab29e422d6c26fbc1d37f15bace6b2810221f9d925023480fcf0e" |
| dependencies = [ |
| "bitflags", |
| "errno", |
| "io-lifetimes", |
| "libc", |
| "linux-raw-sys", |
| "windows-sys 0.45.0", |
| ] |
| |
| [[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 = "sec1" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928" |
| dependencies = [ |
| "base16ct", |
| "der", |
| "generic-array", |
| "subtle", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "semver" |
| version = "1.0.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed" |
| |
| [[package]] |
| name = "serde" |
| version = "1.0.158" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "771d4d9c4163ee138805e12c710dd365e4f44be8be0503cb1bb9eb989425d9c9" |
| dependencies = [ |
| "serde_derive", |
| ] |
| |
| [[package]] |
| name = "serde_derive" |
| version = "1.0.158" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e801c1712f48475582b7696ac71e0ca34ebb30e09338425384269d9717c62cad" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.10", |
| ] |
| |
| [[package]] |
| name = "serde_json" |
| version = "1.0.95" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d721eca97ac802aa7777b701877c8004d950fc142651367300d21c1cc0194744" |
| dependencies = [ |
| "itoa", |
| "ryu", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "sha2" |
| version = "0.9.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800" |
| dependencies = [ |
| "block-buffer 0.9.0", |
| "cfg-if", |
| "cpufeatures", |
| "digest 0.9.0", |
| "opaque-debug", |
| ] |
| |
| [[package]] |
| name = "sha2" |
| version = "0.10.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0" |
| dependencies = [ |
| "cfg-if", |
| "cpufeatures", |
| "digest 0.10.6", |
| ] |
| |
| [[package]] |
| name = "signature" |
| version = "1.6.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" |
| |
| [[package]] |
| name = "slab" |
| version = "0.4.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d" |
| dependencies = [ |
| "autocfg", |
| ] |
| |
| [[package]] |
| name = "spin" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" |
| |
| [[package]] |
| name = "spin" |
| version = "0.9.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" |
| dependencies = [ |
| "lock_api", |
| ] |
| |
| [[package]] |
| name = "strsim" |
| version = "0.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" |
| |
| [[package]] |
| name = "subtle" |
| version = "2.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" |
| |
| [[package]] |
| name = "syn" |
| version = "1.0.109" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "syn" |
| version = "2.0.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5aad1363ed6d37b84299588d62d3a7d95b5a5c2d9aad5c85609fda12afaa1f40" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "tempfile" |
| version = "3.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "af18f7ae1acd354b992402e9ec5864359d693cd8a79dcbef59f76891701c1e95" |
| dependencies = [ |
| "cfg-if", |
| "fastrand", |
| "redox_syscall", |
| "rustix", |
| "windows-sys 0.42.0", |
| ] |
| |
| [[package]] |
| name = "termcolor" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" |
| dependencies = [ |
| "winapi-util", |
| ] |
| |
| [[package]] |
| name = "test_helper" |
| version = "0.1.0" |
| dependencies = [ |
| "hex", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "textwrap" |
| version = "0.16.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" |
| |
| [[package]] |
| name = "thiserror" |
| version = "1.0.40" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" |
| dependencies = [ |
| "thiserror-impl", |
| ] |
| |
| [[package]] |
| name = "thiserror-impl" |
| version = "1.0.40" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.10", |
| ] |
| |
| [[package]] |
| name = "tinytemplate" |
| version = "1.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" |
| dependencies = [ |
| "serde", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "typenum" |
| version = "1.16.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" |
| |
| [[package]] |
| name = "ukey2_c_ffi" |
| version = "0.1.0" |
| dependencies = [ |
| "cfg-if", |
| "crypto_provider_openssl", |
| "crypto_provider_rustcrypto", |
| "lazy_static", |
| "log", |
| "rand 0.8.5", |
| "rand_chacha 0.3.1", |
| "spin 0.9.8", |
| "ukey2_connections", |
| "ukey2_rs", |
| ] |
| |
| [[package]] |
| name = "ukey2_connections" |
| version = "0.1.0" |
| dependencies = [ |
| "bytes", |
| "crypto_provider", |
| "crypto_provider_openssl", |
| "crypto_provider_rustcrypto", |
| "nom", |
| "rand 0.8.5", |
| "rstest", |
| "ukey2_proto", |
| "ukey2_rs", |
| ] |
| |
| [[package]] |
| name = "ukey2_jni" |
| version = "0.1.0" |
| dependencies = [ |
| "cfg-if", |
| "crypto_provider_openssl", |
| "crypto_provider_rustcrypto", |
| "jni", |
| "lazy_static", |
| "log", |
| "rand 0.8.5", |
| "rand_chacha 0.3.1", |
| "spin 0.9.8", |
| "ukey2_connections", |
| "ukey2_rs", |
| ] |
| |
| [[package]] |
| name = "ukey2_proto" |
| version = "0.1.0" |
| dependencies = [ |
| "diff", |
| "protobuf", |
| "protobuf-codegen", |
| ] |
| |
| [[package]] |
| name = "ukey2_rs" |
| version = "0.1.0" |
| dependencies = [ |
| "crypto_provider", |
| "crypto_provider_openssl", |
| "crypto_provider_rustcrypto", |
| "derive-getters", |
| "log", |
| "num-bigint", |
| "rand 0.8.5", |
| "rstest", |
| "sha2 0.10.6", |
| "ukey2_proto", |
| ] |
| |
| [[package]] |
| name = "ukey2_shell" |
| version = "0.1.0" |
| dependencies = [ |
| "clap 4.1.13", |
| "crypto_provider_rustcrypto", |
| "ukey2_connections", |
| "ukey2_rs", |
| ] |
| |
| [[package]] |
| name = "unicode-ident" |
| version = "1.0.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" |
| |
| [[package]] |
| name = "universal-hash" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7d3160b73c9a19f7e2939a2fdad446c57c1bbbbf4d919d3213ff1267a580d8b5" |
| dependencies = [ |
| "crypto-common", |
| "subtle", |
| ] |
| |
| [[package]] |
| name = "vcpkg" |
| version = "0.2.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" |
| |
| [[package]] |
| name = "version_check" |
| version = "0.9.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" |
| |
| [[package]] |
| name = "walkdir" |
| version = "2.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698" |
| dependencies = [ |
| "same-file", |
| "winapi-util", |
| ] |
| |
| [[package]] |
| name = "wasi" |
| version = "0.9.0+wasi-snapshot-preview1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" |
| |
| [[package]] |
| name = "wasi" |
| version = "0.11.0+wasi-snapshot-preview1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
| |
| [[package]] |
| name = "wasm-bindgen" |
| version = "0.2.84" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b" |
| dependencies = [ |
| "cfg-if", |
| "wasm-bindgen-macro", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-backend" |
| version = "0.2.84" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9" |
| dependencies = [ |
| "bumpalo", |
| "log", |
| "once_cell", |
| "proc-macro2", |
| "quote", |
| "syn 1.0.109", |
| "wasm-bindgen-shared", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-macro" |
| version = "0.2.84" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5" |
| dependencies = [ |
| "quote", |
| "wasm-bindgen-macro-support", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-macro-support" |
| version = "0.2.84" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 1.0.109", |
| "wasm-bindgen-backend", |
| "wasm-bindgen-shared", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-shared" |
| version = "0.2.84" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d" |
| |
| [[package]] |
| name = "web-sys" |
| version = "0.3.61" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97" |
| dependencies = [ |
| "js-sys", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "which" |
| version = "4.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269" |
| dependencies = [ |
| "either", |
| "libc", |
| "once_cell", |
| ] |
| |
| [[package]] |
| name = "winapi" |
| version = "0.3.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
| dependencies = [ |
| "winapi-i686-pc-windows-gnu", |
| "winapi-x86_64-pc-windows-gnu", |
| ] |
| |
| [[package]] |
| name = "winapi-i686-pc-windows-gnu" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| |
| [[package]] |
| name = "winapi-util" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" |
| dependencies = [ |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "winapi-x86_64-pc-windows-gnu" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
| |
| [[package]] |
| name = "windows-sys" |
| version = "0.42.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" |
| dependencies = [ |
| "windows_aarch64_gnullvm", |
| "windows_aarch64_msvc", |
| "windows_i686_gnu", |
| "windows_i686_msvc", |
| "windows_x86_64_gnu", |
| "windows_x86_64_gnullvm", |
| "windows_x86_64_msvc", |
| ] |
| |
| [[package]] |
| name = "windows-sys" |
| version = "0.45.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" |
| dependencies = [ |
| "windows-targets", |
| ] |
| |
| [[package]] |
| name = "windows-targets" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" |
| dependencies = [ |
| "windows_aarch64_gnullvm", |
| "windows_aarch64_msvc", |
| "windows_i686_gnu", |
| "windows_i686_msvc", |
| "windows_x86_64_gnu", |
| "windows_x86_64_gnullvm", |
| "windows_x86_64_msvc", |
| ] |
| |
| [[package]] |
| name = "windows_aarch64_gnullvm" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" |
| |
| [[package]] |
| name = "windows_aarch64_msvc" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" |
| |
| [[package]] |
| name = "windows_i686_gnu" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" |
| |
| [[package]] |
| name = "windows_i686_msvc" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" |
| |
| [[package]] |
| name = "windows_x86_64_gnu" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" |
| |
| [[package]] |
| name = "windows_x86_64_gnullvm" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" |
| |
| [[package]] |
| name = "windows_x86_64_msvc" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" |
| |
| [[package]] |
| name = "wycheproof" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "183c789620c674b79dac33cd3aadb6c8006b66cba6a680402235aaebc743e3df" |
| dependencies = [ |
| "base64 0.13.1", |
| "hex", |
| "serde", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "x25519-dalek" |
| version = "2.0.0-pre.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e5da623d8af10a62342bcbbb230e33e58a63255a58012f8653c578e54bab48df" |
| dependencies = [ |
| "curve25519-dalek", |
| "rand_core 0.6.4", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "xts-mode" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "09cbddb7545ca0b9ffa7bdc653e8743303e1712687a6918ced25f2cdbed42520" |
| dependencies = [ |
| "byteorder", |
| "cipher", |
| ] |
| |
| [[package]] |
| name = "xts_aes" |
| version = "0.1.0" |
| dependencies = [ |
| "aes", |
| "anyhow", |
| "array_ref", |
| "base64 0.21.0", |
| "crypto_provider", |
| "crypto_provider_rustcrypto", |
| "hex", |
| "ldt_tbc", |
| "rand 0.8.5", |
| "rand_ext", |
| "rand_pcg", |
| "regex", |
| "test_helper", |
| "xts-mode", |
| ] |
| |
| [[package]] |
| name = "zeroize" |
| version = "1.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9" |
| dependencies = [ |
| "zeroize_derive", |
| ] |
| |
| [[package]] |
| name = "zeroize_derive" |
| version = "1.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "25588073e5216b50bca71d61cb8595cdb9745e87032a58c199730def2862c934" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.10", |
| ] |