sponges/Cargo.lock

43 lines
923 B
Plaintext
Raw Normal View History

2022-11-14 12:30:19 -07:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
2022-11-14 12:30:19 -07:00
[[package]]
name = "ascon"
version = "0.5.0-rc.0"
2023-07-27 22:09:49 +02:00
dependencies = [
"zeroize",
]
[[package]]
name = "bash-f"
2025-10-24 01:26:08 +03:00
version = "0.1.0"
[[package]]
name = "cpufeatures"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
dependencies = [
"libc",
]
[[package]]
name = "keccak"
2026-01-22 11:10:05 -07:00
version = "0.2.0-rc.1"
dependencies = [
"cpufeatures",
]
[[package]]
name = "libc"
2025-10-24 01:26:08 +03:00
version = "0.2.177"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-24 01:26:08 +03:00
checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
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"