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"
|
2026-02-12 12:20:53 -07:00
|
|
|
version = "0.3.0"
|
2024-01-12 21:45:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-12 12:20:53 -07:00
|
|
|
checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
|
2024-01-12 21:45:05 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "keccak"
|
2026-01-22 11:10:05 -07:00
|
|
|
version = "0.2.0-rc.1"
|
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"
|