fips205-source/ffi/Cargo.toml

21 lines
601 B
TOML
Raw Normal View History

2024-03-14 18:35:26 +00:00
[package]
name = "fips205-ffi"
version = "0.1.2"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "C shared library exposing FIPS 205 (draft): Stateless Hash-Based Digital Signature Standard"
authors = ["Eric Schorn <eschorn@integritychain.com>"]
documentation = "https://docs.rs/fips205"
categories = ["cryptography", "no-std"]
repository = "https://github.com/integritychain/fips205"
keywords = ["FIPS", "FIPS205", "hash", "signature"]
rust-version = "1.70"
[lib]
crate-type = ["staticlib", "cdylib"]
bench = false
name = "fips205"
[dependencies.fips205]
path = ".."
2024-09-29 23:05:16 +00:00
#version = "0.1.2"