fips205-source/Cargo.toml

12 lines
276 B
TOML
Raw Normal View History

2023-11-26 20:18:22 +00:00
[package]
name = "slh-dsa-rs"
2023-11-26 20:29:29 +00:00
version = "0.1.1"
2023-11-26 20:18:22 +00:00
edition = "2021"
license = "MIT OR Apache-2.0"
2023-11-26 20:27:17 +00:00
description = "FIPS 205 (draft): Stateless Hash-Based Digital Signature Standard"
2023-11-26 20:18:22 +00:00
repository = "https://github.com/integritychain/slh-dsa-rs"
rust-version = "1.73"
[dependencies]