2022-11-14 12:30:19 -07:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
|
# It is not intended for manual editing.
|
2025-09-02 20:15:00 -06:00
|
|
|
version = 4
|
2022-11-14 12:30:19 -07:00
|
|
|
|
2023-02-11 10:34:01 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "ascon"
|
2025-09-02 20:15:00 -06:00
|
|
|
version = "0.5.0-rc.0"
|
2023-07-27 22:09:49 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"zeroize",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-24 00:49:57 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "bash-f"
|
2025-10-24 01:26:08 +03:00
|
|
|
version = "0.1.0"
|
2025-10-24 00:49:57 +03:00
|
|
|
|
2024-01-12 21:45:05 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "cpufeatures"
|
2025-01-25 18:38:04 +03:00
|
|
|
version = "0.2.17"
|
2024-01-12 21:45:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-25 18:38:04 +03:00
|
|
|
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
|
2024-01-12 21:45:05 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "keccak"
|
2025-09-02 20:15:00 -06:00
|
|
|
version = "0.2.0-rc.0"
|
2024-01-12 21:45:05 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"cpufeatures",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "libc"
|
2025-10-24 01:26:08 +03:00
|
|
|
version = "0.2.177"
|
2024-01-12 21:45:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-24 01:26:08 +03:00
|
|
|
checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
|
2024-01-12 21:45:05 +00:00
|
|
|
|
2023-07-27 22:09:49 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "zeroize"
|
2025-10-24 01:26:08 +03:00
|
|
|
version = "1.8.2"
|
2023-07-27 22:09:49 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-24 01:26:08 +03:00
|
|
|
checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
|