2023-04-17 07:31:18 -05:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
2024-09-20 12:01:44 -05:00
|
|
|
[[package]]
|
2024-10-05 16:07:33 -05:00
|
|
|
name = "aead"
|
|
|
|
version = "0.5.2"
|
2024-09-20 12:01:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-05 16:07:33 -05:00
|
|
|
checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"
|
2024-09-20 12:01:44 -05:00
|
|
|
dependencies = [
|
2024-10-05 16:07:33 -05:00
|
|
|
"crypto-common",
|
|
|
|
"generic-array",
|
2024-10-04 14:44:29 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-10-05 16:07:33 -05:00
|
|
|
name = "aes"
|
|
|
|
version = "0.8.4"
|
2024-10-04 14:44:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-05 16:07:33 -05:00
|
|
|
checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cipher",
|
|
|
|
"cpufeatures",
|
|
|
|
]
|
2024-10-04 14:44:29 -05:00
|
|
|
|
|
|
|
[[package]]
|
2024-10-05 16:07:33 -05:00
|
|
|
name = "aes-gcm"
|
|
|
|
version = "0.10.3"
|
2024-10-04 14:44:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-05 16:07:33 -05:00
|
|
|
checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1"
|
2024-10-04 14:44:29 -05:00
|
|
|
dependencies = [
|
2024-10-05 16:07:33 -05:00
|
|
|
"aead",
|
|
|
|
"aes",
|
|
|
|
"cipher",
|
|
|
|
"ctr",
|
|
|
|
"ghash",
|
|
|
|
"subtle",
|
2024-09-20 12:01:44 -05:00
|
|
|
]
|
|
|
|
|
2024-09-27 09:53:28 -05:00
|
|
|
[[package]]
|
|
|
|
name = "allocator-api2"
|
|
|
|
version = "0.2.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
|
|
|
|
|
2024-09-20 12:01:44 -05:00
|
|
|
[[package]]
|
2024-10-05 16:07:33 -05:00
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.10.4"
|
2024-09-20 12:01:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-05 16:07:33 -05:00
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
2024-09-20 12:01:44 -05:00
|
|
|
dependencies = [
|
2024-10-05 16:07:33 -05:00
|
|
|
"generic-array",
|
2024-09-20 12:01:44 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-10-05 16:07:33 -05:00
|
|
|
name = "bumpalo"
|
|
|
|
version = "3.16.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
|
|
|
dependencies = [
|
|
|
|
"allocator-api2",
|
2024-09-20 12:01:44 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-10-05 16:07:33 -05:00
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
2024-09-20 12:01:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-05 16:07:33 -05:00
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
2024-09-20 12:01:44 -05:00
|
|
|
|
2024-09-22 11:17:30 -05:00
|
|
|
[[package]]
|
2024-10-05 16:07:33 -05:00
|
|
|
name = "cipher"
|
|
|
|
version = "0.4.4"
|
2024-09-22 11:17:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-05 16:07:33 -05:00
|
|
|
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
|
2024-09-27 09:53:28 -05:00
|
|
|
dependencies = [
|
2024-10-05 16:07:33 -05:00
|
|
|
"crypto-common",
|
|
|
|
"inout",
|
2024-09-27 09:53:28 -05:00
|
|
|
]
|
2024-09-22 11:17:30 -05:00
|
|
|
|
2024-09-20 12:01:44 -05:00
|
|
|
[[package]]
|
2024-10-05 16:07:33 -05:00
|
|
|
name = "cpufeatures"
|
|
|
|
version = "0.2.14"
|
2024-09-20 12:01:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-05 16:07:33 -05:00
|
|
|
checksum = "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2024-09-20 12:01:44 -05:00
|
|
|
|
|
|
|
[[package]]
|
2024-10-05 16:07:33 -05:00
|
|
|
name = "crypto-common"
|
|
|
|
version = "0.1.6"
|
2024-09-20 12:01:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-05 16:07:33 -05:00
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"rand_core",
|
|
|
|
"typenum",
|
|
|
|
]
|
2024-10-04 14:44:29 -05:00
|
|
|
|
|
|
|
[[package]]
|
2024-10-05 16:07:33 -05:00
|
|
|
name = "ctr"
|
|
|
|
version = "0.9.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835"
|
2024-09-20 12:01:44 -05:00
|
|
|
dependencies = [
|
2024-10-05 16:07:33 -05:00
|
|
|
"cipher",
|
2024-09-20 12:01:44 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-10-05 16:07:33 -05:00
|
|
|
name = "curve25519-dalek"
|
|
|
|
version = "4.1.3"
|
2024-10-04 14:44:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-05 16:07:33 -05:00
|
|
|
checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"curve25519-dalek-derive",
|
|
|
|
"digest",
|
|
|
|
"fiat-crypto",
|
|
|
|
"rustc_version",
|
|
|
|
"subtle",
|
|
|
|
]
|
2024-10-04 14:44:29 -05:00
|
|
|
|
|
|
|
[[package]]
|
2024-10-05 16:07:33 -05:00
|
|
|
name = "curve25519-dalek-derive"
|
|
|
|
version = "0.1.1"
|
2024-10-04 14:44:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-05 16:07:33 -05:00
|
|
|
checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
2024-10-04 14:44:29 -05:00
|
|
|
|
|
|
|
[[package]]
|
2024-10-05 16:07:33 -05:00
|
|
|
name = "depell"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"aes-gcm",
|
|
|
|
"ed25519-dalek",
|
|
|
|
"getrandom",
|
|
|
|
"rand_core",
|
|
|
|
"x25519-dalek",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.10.7"
|
2024-10-04 14:44:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-05 16:07:33 -05:00
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
|
|
|
dependencies = [
|
|
|
|
"block-buffer",
|
|
|
|
"crypto-common",
|
|
|
|
]
|
2024-10-04 14:44:29 -05:00
|
|
|
|
|
|
|
[[package]]
|
2024-10-05 16:07:33 -05:00
|
|
|
name = "ed25519"
|
|
|
|
version = "2.2.3"
|
2024-09-20 12:01:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-05 16:07:33 -05:00
|
|
|
checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53"
|
2024-09-20 12:01:44 -05:00
|
|
|
dependencies = [
|
2024-10-05 16:07:33 -05:00
|
|
|
"signature",
|
2024-10-04 14:44:29 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-10-05 16:07:33 -05:00
|
|
|
name = "ed25519-dalek"
|
|
|
|
version = "2.1.1"
|
2024-10-04 14:44:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-05 16:07:33 -05:00
|
|
|
checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871"
|
2024-10-04 14:44:29 -05:00
|
|
|
dependencies = [
|
2024-10-05 16:07:33 -05:00
|
|
|
"curve25519-dalek",
|
|
|
|
"ed25519",
|
|
|
|
"rand_core",
|
|
|
|
"sha2",
|
|
|
|
"subtle",
|
2024-10-04 14:44:29 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-10-05 16:07:33 -05:00
|
|
|
name = "fiat-crypto"
|
|
|
|
version = "0.2.9"
|
2024-10-04 14:44:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-05 16:07:33 -05:00
|
|
|
checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
|
2024-10-04 14:44:29 -05:00
|
|
|
|
|
|
|
[[package]]
|
2024-10-05 16:07:33 -05:00
|
|
|
name = "generic-array"
|
|
|
|
version = "0.14.7"
|
2024-10-04 14:44:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-05 16:07:33 -05:00
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
2024-10-04 14:44:29 -05:00
|
|
|
|
|
|
|
[[package]]
|
2024-10-05 16:07:33 -05:00
|
|
|
name = "getrandom"
|
|
|
|
version = "0.2.15"
|
2024-10-04 14:44:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-05 16:07:33 -05:00
|
|
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
2024-10-04 14:44:29 -05:00
|
|
|
dependencies = [
|
2024-10-05 16:07:33 -05:00
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"wasi",
|
2024-09-20 12:01:44 -05:00
|
|
|
]
|
|
|
|
|
2024-10-04 14:44:29 -05:00
|
|
|
[[package]]
|
2024-10-05 16:07:33 -05:00
|
|
|
name = "ghash"
|
|
|
|
version = "0.5.1"
|
2024-10-04 14:44:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-05 16:07:33 -05:00
|
|
|
checksum = "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1"
|
|
|
|
dependencies = [
|
|
|
|
"opaque-debug",
|
|
|
|
"polyval",
|
|
|
|
]
|
2024-10-04 14:44:29 -05:00
|
|
|
|
2024-09-19 06:40:03 -05:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.14.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
|
|
|
|
2024-10-01 14:33:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.15.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb"
|
|
|
|
|
2023-04-22 17:17:49 -05:00
|
|
|
[[package]]
|
2023-09-26 16:36:27 -05:00
|
|
|
name = "hbbytecode"
|
2023-06-20 19:07:48 -05:00
|
|
|
version = "0.1.0"
|
|
|
|
|
2024-05-16 09:50:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "hbjit"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2024-05-09 16:43:18 -05:00
|
|
|
[[package]]
|
|
|
|
name = "hblang"
|
|
|
|
version = "0.1.0"
|
2024-05-10 08:29:11 -05:00
|
|
|
dependencies = [
|
2024-10-01 14:33:30 -05:00
|
|
|
"hashbrown 0.15.0",
|
2024-09-20 01:20:48 -05:00
|
|
|
"hbbytecode",
|
2024-05-10 08:29:11 -05:00
|
|
|
"hbvm",
|
2024-09-30 12:27:00 -05:00
|
|
|
"log",
|
2024-09-19 06:40:03 -05:00
|
|
|
"regalloc2",
|
2024-05-10 08:29:11 -05:00
|
|
|
]
|
2024-05-09 16:43:18 -05:00
|
|
|
|
2023-04-17 07:31:18 -05:00
|
|
|
[[package]]
|
2023-05-09 03:47:21 -05:00
|
|
|
name = "hbvm"
|
2023-04-17 07:31:18 -05:00
|
|
|
version = "0.1.0"
|
2023-04-22 16:06:33 -05:00
|
|
|
dependencies = [
|
2023-06-20 19:07:48 -05:00
|
|
|
"hbbytecode",
|
|
|
|
]
|
|
|
|
|
2023-10-22 08:08:45 -05:00
|
|
|
[[package]]
|
2023-10-27 20:29:02 -05:00
|
|
|
name = "hbxrt"
|
|
|
|
version = "0.1.0"
|
2023-10-22 08:08:45 -05:00
|
|
|
dependencies = [
|
2023-10-27 20:29:02 -05:00
|
|
|
"hbvm",
|
2023-11-25 21:13:30 -06:00
|
|
|
"memmap2",
|
2023-10-22 08:08:45 -05:00
|
|
|
]
|
|
|
|
|
2024-09-20 12:01:44 -05:00
|
|
|
[[package]]
|
2024-10-05 16:07:33 -05:00
|
|
|
name = "inout"
|
|
|
|
version = "0.1.3"
|
2024-10-04 14:44:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-05 16:07:33 -05:00
|
|
|
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
|
2024-10-04 14:44:29 -05:00
|
|
|
dependencies = [
|
2024-10-05 16:07:33 -05:00
|
|
|
"generic-array",
|
2024-10-04 14:44:29 -05:00
|
|
|
]
|
|
|
|
|
2023-10-18 05:14:24 -05:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2024-09-16 08:27:38 -05:00
|
|
|
version = "0.2.158"
|
2023-10-18 05:14:24 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-16 08:27:38 -05:00
|
|
|
checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439"
|
2023-10-18 05:14:24 -05:00
|
|
|
|
2024-09-20 12:01:44 -05:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
|
|
|
version = "0.4.22"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
|
|
|
|
2023-11-25 21:13:30 -06:00
|
|
|
[[package]]
|
|
|
|
name = "memmap2"
|
2024-09-16 08:27:38 -05:00
|
|
|
version = "0.9.5"
|
2023-11-25 21:13:30 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-16 08:27:38 -05:00
|
|
|
checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
|
2023-11-25 21:13:30 -06:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2024-10-04 14:44:29 -05:00
|
|
|
[[package]]
|
2024-10-05 16:07:33 -05:00
|
|
|
name = "opaque-debug"
|
|
|
|
version = "0.3.1"
|
2024-10-04 14:44:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-05 16:07:33 -05:00
|
|
|
checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
|
2024-10-04 14:44:29 -05:00
|
|
|
|
|
|
|
[[package]]
|
2024-10-05 16:07:33 -05:00
|
|
|
name = "polyval"
|
|
|
|
version = "0.6.2"
|
2024-10-04 14:44:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-05 16:07:33 -05:00
|
|
|
checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25"
|
2024-10-04 14:44:29 -05:00
|
|
|
dependencies = [
|
2024-10-05 16:07:33 -05:00
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"opaque-debug",
|
|
|
|
"universal-hash",
|
2024-10-04 14:44:29 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
|
|
|
version = "1.0.86"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
|
|
|
version = "1.0.37"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2024-10-05 16:07:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
]
|
|
|
|
|
2024-09-19 06:40:03 -05:00
|
|
|
[[package]]
|
|
|
|
name = "regalloc2"
|
|
|
|
version = "0.10.2"
|
2024-09-27 09:53:28 -05:00
|
|
|
source = "git+https://github.com/jakubDoka/regalloc2?branch=reuse-allocations#4100af4e24bc2921c0931c901651a969c898f852"
|
2024-09-19 06:40:03 -05:00
|
|
|
dependencies = [
|
2024-09-27 09:53:28 -05:00
|
|
|
"allocator-api2",
|
|
|
|
"bumpalo",
|
2024-10-01 14:33:30 -05:00
|
|
|
"hashbrown 0.14.5",
|
2024-09-21 07:46:12 -05:00
|
|
|
"log",
|
2024-09-19 06:40:03 -05:00
|
|
|
"rustc-hash",
|
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
2024-10-04 14:44:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "2.0.0"
|
2024-09-20 12:01:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-04 14:44:29 -05:00
|
|
|
checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152"
|
|
|
|
|
|
|
|
[[package]]
|
2024-10-05 16:07:33 -05:00
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.4.1"
|
2024-10-04 14:44:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-05 16:07:33 -05:00
|
|
|
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
|
2024-09-20 12:01:44 -05:00
|
|
|
dependencies = [
|
2024-10-05 16:07:33 -05:00
|
|
|
"semver",
|
2024-10-04 14:44:29 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-10-05 16:07:33 -05:00
|
|
|
name = "semver"
|
|
|
|
version = "1.0.23"
|
2024-10-04 14:44:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-05 16:07:33 -05:00
|
|
|
checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
|
2024-10-04 14:44:29 -05:00
|
|
|
|
|
|
|
[[package]]
|
2024-10-05 16:07:33 -05:00
|
|
|
name = "sha2"
|
|
|
|
version = "0.10.8"
|
2024-10-04 14:44:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-05 16:07:33 -05:00
|
|
|
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
2024-10-04 14:44:29 -05:00
|
|
|
dependencies = [
|
2024-10-05 16:07:33 -05:00
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
2024-10-04 14:44:29 -05:00
|
|
|
]
|
2024-09-20 12:01:44 -05:00
|
|
|
|
2024-09-19 06:40:03 -05:00
|
|
|
[[package]]
|
2024-10-05 16:07:33 -05:00
|
|
|
name = "signature"
|
|
|
|
version = "2.2.0"
|
2024-09-19 06:40:03 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-05 16:07:33 -05:00
|
|
|
checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
|
2024-09-19 06:40:03 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
|
|
|
version = "1.13.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
|
|
|
|
2024-09-20 12:01:44 -05:00
|
|
|
[[package]]
|
2024-10-05 16:07:33 -05:00
|
|
|
name = "subtle"
|
|
|
|
version = "2.6.1"
|
2024-09-20 12:01:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-05 16:07:33 -05:00
|
|
|
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
2024-10-04 14:44:29 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "2.0.79"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "89132cd0bf050864e1d38dc3bbc07a0eb8e7530af26344d3d2bbbef83499f590"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-10-05 16:07:33 -05:00
|
|
|
name = "typenum"
|
|
|
|
version = "1.17.0"
|
2024-10-04 14:44:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-05 16:07:33 -05:00
|
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
2024-10-04 14:44:29 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
|
|
|
version = "1.0.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
|
|
|
|
|
|
|
|
[[package]]
|
2024-10-05 16:07:33 -05:00
|
|
|
name = "universal-hash"
|
|
|
|
version = "0.5.1"
|
2024-10-04 14:44:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-05 16:07:33 -05:00
|
|
|
checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"
|
|
|
|
dependencies = [
|
|
|
|
"crypto-common",
|
|
|
|
"subtle",
|
|
|
|
]
|
2024-10-04 14:44:29 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
2024-09-20 12:01:44 -05:00
|
|
|
|
|
|
|
[[package]]
|
2024-10-05 16:07:33 -05:00
|
|
|
name = "x25519-dalek"
|
|
|
|
version = "2.0.1"
|
2024-09-20 12:01:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-05 16:07:33 -05:00
|
|
|
checksum = "c7e468321c81fb07fa7f4c636c3972b9100f0346e5b6a9f2bd0603a52f7ed277"
|
2024-09-20 12:01:44 -05:00
|
|
|
dependencies = [
|
2024-10-05 16:07:33 -05:00
|
|
|
"curve25519-dalek",
|
|
|
|
"rand_core",
|
2024-09-20 12:01:44 -05:00
|
|
|
]
|
|
|
|
|
2023-10-18 05:14:24 -05:00
|
|
|
[[package]]
|
|
|
|
name = "xtask"
|
|
|
|
version = "0.1.0"
|