quantacore-sdk 1.0.1

Rust bindings for the QUAC 100 Post-Quantum Cryptographic Accelerator
Documentation
[build-dependencies.pkg-config]
version = "0.3"

[dependencies.base64]
version = "0.21"

[dependencies.bitflags]
version = "2.4"

[dependencies.hex]
version = "0.4"

[dependencies.log]
optional = true
version = "0.4"

[dependencies.once_cell]
version = "1.19"

[dependencies.parking_lot]
version = "0.12"

[dependencies.thiserror]
version = "1.0"

[dependencies.zeroize]
features = ["derive"]
version = "1.7"

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

[[example]]
name = "basic"
path = "examples/basic.rs"

[[example]]
name = "hash"
path = "examples/hash.rs"

[[example]]
name = "kem"
path = "examples/kem.rs"

[[example]]
name = "random"
path = "examples/random.rs"

[[example]]
name = "sign"
path = "examples/sign.rs"

[features]
debug = []
default = ["std"]
fips = []
software-fallback = []
std = []

[lib]
crate-type = ["lib"]
name = "quantacore"
path = "src/lib.rs"

[package]
authors = ["Dyber, Inc. <support@dyber.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["cryptography", "hardware-support", "api-bindings"]
description = "Rust bindings for the QUAC 100 Post-Quantum Cryptographic Accelerator"
documentation = "https://docs.dyber.org/quac100/rust"
edition = "2021"
homepage = "https://dyber.org"
keywords = ["cryptography", "post-quantum", "pqc", "kyber", "hsm"]
license = "LicenseRef-Proprietary"
name = "quantacore-sdk"
readme = "README.md"
repository = "https://github.com/dyber-pqc/quantacore-sdk"
rust-version = "1.70"
version = "1.0.1"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

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

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

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