wolfhsm 0.2.0

Rust bindings to wolfHSM
# 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 = "2024"
rust-version = "1.85"
name = "wolfhsm"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings to wolfHSM"
readme = "README.md"
license = "GPL-3.0-only OR LicenseRef-wolfSSL-commercial"
repository = "https://github.com/wolfSSL/wolfssl-rs"
resolver = "2"

[features]
auth = []
cert = []
mldsa = []
she = ["wolfhsm-sys/she"]
uds = []

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

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.digest]
version = "0.10"

[dependencies.ed25519]
version = "2.2"

[dependencies.log]
version = "0.4"

[dependencies.p256]
version = "0.13"
features = ["ecdsa"]

[dependencies.sha2]
version = "0.10"

[dependencies.signature]
version = "2.2"

[dependencies.wolfcrypt-sys]
version = "0.2.0"

[dependencies.wolfhsm-sys]
version = "0.2.0"

[dev-dependencies.ed25519-dalek]
version = "2"

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

[dev-dependencies.p256]
version = "0.13"
features = [
    "ecdsa",
    "ecdh",
    "pkcs8",
]

[dev-dependencies.rand]
version = "0.8"

[dev-dependencies.rsa]
version = "0.9"

[dev-dependencies.x25519-dalek]
version = "2"
features = ["static_secrets"]