dcrypt-sign 2.0.0

Digital Signature Schemes for the dcrypt library
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "dcrypt-sign"
version = "2.0.0"
authors = ["Heath Ledger"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Digital Signature Schemes for the dcrypt library"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/ioi-foundation/dcrypt"

[package.metadata.release]
publish = true

[features]
default = ["std"]
no_std = [
    "dcrypt-api/no_std",
    "dcrypt-common/no_std",
    "dcrypt-internal/no_std",
]
post-quantum = []
serde = [
    "dep:serde",
    "dcrypt-api/serde",
    "dcrypt-common/serde",
]
std = [
    "dcrypt-api/std",
    "dcrypt-common/std",
    "dcrypt-internal/std",
]
trace = []
traditional = []

[lib]
name = "dcrypt_sign"
path = "src/lib.rs"

[[bench]]
name = "dilithium"
path = "benches/dilithium.rs"
harness = false

[dependencies.curve25519-dalek]
version = "5.0.0"
default-features = false

[dependencies.dcrypt-algorithms]
version = "=2.0.0"

[dependencies.dcrypt-api]
version = "=2.0.0"
default-features = false

[dependencies.dcrypt-common]
version = "=2.0.0"
default-features = false

[dependencies.dcrypt-internal]
version = "=2.0.0"
default-features = false

[dependencies.dcrypt-params]
version = "=2.0.0"

[dependencies.ed25519-dalek]
version = "3.0.0"
features = [
    "fast",
    "zeroize",
]
default-features = false

[dependencies.libcrux-ml-dsa]
version = "=0.0.10"
features = [
    "mldsa44",
    "mldsa65",
    "mldsa87",
]
default-features = false

[dependencies.rand]
version = "0.8.6"
default-features = false

[dependencies.serde]
version = "1.0.219"
features = ["derive"]
optional = true

[dependencies.subtle]
version = "2.5"

[dependencies.zeroize]
version = "1.8.1"
features = ["zeroize_derive"]

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.fips204]
version = "0.4.6"
features = [
    "ml-dsa-44",
    "ml-dsa-65",
    "ml-dsa-87",
]
default-features = false

[dev-dependencies.hex]
version = "0.4"

[dev-dependencies.rand_chacha]
version = "0.3.1"