| # 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 = "aead" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0" |
| 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 = "aliasable" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd" |
| |
| [[package]] |
| name = "array_ref" |
| version = "0.1.0" |
| |
| [[package]] |
| name = "array_view" |
| version = "0.1.0" |
| |
| [[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 = "base64ct" |
| version = "1.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" |
| |
| [[package]] |
| name = "bitflags" |
| version = "1.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
| |
| [[package]] |
| name = "block-buffer" |
| version = "0.10.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
| dependencies = [ |
| "generic-array", |
| ] |
| |
| [[package]] |
| name = "block-padding" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93" |
| dependencies = [ |
| "generic-array", |
| ] |
| |
| [[package]] |
| name = "bssl-crypto" |
| version = "0.1.0" |
| dependencies = [ |
| "bssl-sys", |
| ] |
| |
| [[package]] |
| name = "bssl-sys" |
| version = "0.1.0" |
| |
| [[package]] |
| name = "bytes" |
| version = "1.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" |
| |
| [[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 = "cfg-if" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
| |
| [[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 = "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 = "crypto-bigint" |
| version = "0.4.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef" |
| dependencies = [ |
| "generic-array", |
| "rand_core", |
| "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", |
| "typenum", |
| ] |
| |
| [[package]] |
| name = "crypto_provider" |
| version = "0.1.0" |
| |
| [[package]] |
| name = "crypto_provider_boringssl" |
| version = "0.1.0" |
| dependencies = [ |
| "bssl-crypto", |
| "crypto_provider", |
| "crypto_provider_stubs", |
| ] |
| |
| [[package]] |
| name = "crypto_provider_openssl" |
| version = "0.1.0" |
| dependencies = [ |
| "cfg-if", |
| "crypto_provider", |
| "openssl", |
| "ouroboros", |
| ] |
| |
| [[package]] |
| name = "crypto_provider_rustcrypto" |
| version = "0.1.0" |
| dependencies = [ |
| "aead", |
| "aes", |
| "aes-gcm-siv", |
| "cbc", |
| "cfg-if", |
| "crypto_provider", |
| "ctr", |
| "ed25519-dalek", |
| "hkdf", |
| "hmac", |
| "p256", |
| "rand", |
| "rand_chacha", |
| "rand_core", |
| "sec1", |
| "sha2", |
| "subtle", |
| "x25519-dalek", |
| ] |
| |
| [[package]] |
| name = "crypto_provider_stubs" |
| version = "0.1.0" |
| dependencies = [ |
| "crypto_provider", |
| ] |
| |
| [[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 = "4.0.0-rc.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "03d928d978dbec61a1167414f5ec534f24bea0d7a0d24dd9b6233d3d8223e585" |
| dependencies = [ |
| "cfg-if", |
| "digest", |
| "fiat-crypto", |
| "packed_simd_2", |
| "platforms", |
| "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 = "der" |
| version = "0.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bc906908ea6458456e5eaa160a9c08543ec3d1e6f71e2235cedd660cb65f9df0" |
| dependencies = [ |
| "const-oid", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "digest" |
| version = "0.10.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f" |
| dependencies = [ |
| "block-buffer", |
| "crypto-common", |
| "subtle", |
| ] |
| |
| [[package]] |
| name = "ed25519" |
| version = "2.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5fb04eee5d9d907f29e80ee6b0e78f7e2c82342c63e3580d8c4f69d9d5aad963" |
| dependencies = [ |
| "pkcs8", |
| "signature", |
| ] |
| |
| [[package]] |
| name = "ed25519-dalek" |
| version = "2.0.0-rc.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "798f704d128510932661a3489b08e3f4c934a01d61c5def59ae7b8e48f19665a" |
| dependencies = [ |
| "curve25519-dalek", |
| "ed25519", |
| "rand_core", |
| "serde", |
| "sha2", |
| "zeroize", |
| ] |
| |
| [[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 0.6.1", |
| "digest", |
| "ff", |
| "generic-array", |
| "group", |
| "hkdf", |
| "rand_core", |
| "sec1", |
| "subtle", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "ff" |
| version = "0.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160" |
| dependencies = [ |
| "rand_core", |
| "subtle", |
| ] |
| |
| [[package]] |
| name = "fiat-crypto" |
| version = "0.1.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e825f6987101665dea6ec934c09ec6d721de7bc1bf92248e1d5810c8cd636b77" |
| |
| [[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 = "generic-array" |
| version = "0.14.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
| dependencies = [ |
| "typenum", |
| "version_check", |
| ] |
| |
| [[package]] |
| name = "getrandom" |
| version = "0.2.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "wasi", |
| ] |
| |
| [[package]] |
| name = "group" |
| version = "0.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7" |
| dependencies = [ |
| "ff", |
| "rand_core", |
| "subtle", |
| ] |
| |
| [[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", |
| ] |
| |
| [[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 = "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 = [ |
| "crypto_provider", |
| "ldt_tbc", |
| ] |
| |
| [[package]] |
| name = "ldt_np_adv" |
| version = "0.1.0" |
| dependencies = [ |
| "array_view", |
| "crypto_provider", |
| "ldt", |
| "ldt_tbc", |
| "np_hkdf", |
| "xts_aes", |
| ] |
| |
| [[package]] |
| name = "ldt_np_adv_ffi" |
| version = "0.1.0" |
| dependencies = [ |
| "cfg-if", |
| "crypto_provider", |
| "crypto_provider_boringssl", |
| "crypto_provider_openssl", |
| "crypto_provider_rustcrypto", |
| "lazy_static", |
| "ldt", |
| "ldt_np_adv", |
| "libc_alloc", |
| "np_hkdf", |
| "panic-abort", |
| "rand", |
| "spin 0.9.8", |
| ] |
| |
| [[package]] |
| name = "ldt_tbc" |
| version = "0.1.0" |
| dependencies = [ |
| "crypto_provider", |
| ] |
| |
| [[package]] |
| name = "libc" |
| version = "0.2.141" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5" |
| |
| [[package]] |
| name = "libc_alloc" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6a090348b66d90d8507e30f0d2bd88e5a5c454bd1733fc6d617cbc3471bf69ea" |
| |
| [[package]] |
| name = "libm" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7fc7aa29613bd6a620df431842069224d8bc9011086b1db4c0e0cd47fa03ec9a" |
| |
| [[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 = "np_hkdf" |
| version = "0.1.0" |
| dependencies = [ |
| "crypto_provider", |
| "ldt", |
| "xts_aes", |
| ] |
| |
| [[package]] |
| name = "once_cell" |
| version = "1.17.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" |
| |
| [[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.49" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4d2f106ab837a24e03672c59b1239669a0596406ff657c3c0835b6b7f0f35a33" |
| dependencies = [ |
| "bitflags", |
| "cfg-if", |
| "foreign-types", |
| "libc", |
| "once_cell", |
| "openssl-macros", |
| "openssl-sys", |
| ] |
| |
| [[package]] |
| name = "openssl-macros" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.13", |
| ] |
| |
| [[package]] |
| name = "openssl-sys" |
| version = "0.9.84" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3a20eace9dc2d82904039cb76dcf50fb1a0bba071cfd1629720b5d6f1ddba0fa" |
| dependencies = [ |
| "cc", |
| "libc", |
| "pkg-config", |
| "vcpkg", |
| ] |
| |
| [[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 = "packed_simd_2" |
| version = "0.3.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a1914cd452d8fccd6f9db48147b29fd4ae05bea9dc5d9ad578509f72415de282" |
| dependencies = [ |
| "cfg-if", |
| "libm", |
| ] |
| |
| [[package]] |
| name = "panic-abort" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4e20e6499bbbc412f280b04a42346b356c6fa0753d5fd22b7bd752ff34c778ee" |
| |
| [[package]] |
| name = "pkcs8" |
| version = "0.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3d2820d87d2b008616e5c27212dd9e0e694fb4c6b522de06094106813328cb49" |
| dependencies = [ |
| "der 0.7.1", |
| "spki", |
| ] |
| |
| [[package]] |
| name = "pkg-config" |
| version = "0.3.26" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160" |
| |
| [[package]] |
| name = "platforms" |
| version = "3.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e3d7ddaed09e0eb771a79ab0fd64609ba0afb0a8366421957936ad14cbd13630" |
| |
| [[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.56" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435" |
| dependencies = [ |
| "unicode-ident", |
| ] |
| |
| [[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.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 = "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 0.6.1", |
| "generic-array", |
| "subtle", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "serde" |
| version = "1.0.159" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3c04e8343c3daeec41f58990b9d77068df31209f2af111e059e9fe9646693065" |
| |
| [[package]] |
| name = "sha2" |
| version = "0.10.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0" |
| dependencies = [ |
| "cfg-if", |
| "cpufeatures", |
| "digest", |
| ] |
| |
| [[package]] |
| name = "signature" |
| version = "2.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500" |
| |
| [[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 = "spki" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c0445c905640145c7ea8c1993555957f65e7c46d0535b91ba501bc9bfc85522f" |
| dependencies = [ |
| "base64ct", |
| "der 0.7.1", |
| ] |
| |
| [[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.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4c9da457c5285ac1f936ebd076af6dac17a61cfe7826f2076b4d015cf47bc8ec" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "typenum" |
| version = "1.16.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" |
| |
| [[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 = "wasi" |
| version = "0.11.0+wasi-snapshot-preview1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
| |
| [[package]] |
| name = "x25519-dalek" |
| version = "2.0.0-rc.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fabd6e16dd08033932fc3265ad4510cc2eab24656058a6dcb107ffe274abcc95" |
| dependencies = [ |
| "curve25519-dalek", |
| "rand_core", |
| ] |
| |
| [[package]] |
| name = "xts_aes" |
| version = "0.1.0" |
| dependencies = [ |
| "array_ref", |
| "crypto_provider", |
| "ldt_tbc", |
| ] |
| |
| [[package]] |
| name = "zeroize" |
| version = "1.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9" |