kryoptic 1.5.2

A PKCS #11 software token written in Rust
# 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"
name = "kryoptic"
version = "1.5.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A PKCS #11 software token written in Rust"
homepage = "https://github.com/latchset/kryoptic"
readme = "README.md"
license = "GPL-3.0-or-later"
repository = "https://github.com/latchset/kryoptic"

[features]
default = ["kryoptic-lib/default"]
ecc_all = ["kryoptic-lib/ecc_all"]
fips = ["kryoptic-lib/fips"]
hash_all = ["kryoptic-lib/hash_all"]
integration_tests = []
kdf_all = ["kryoptic-lib/kdf_all"]
log = ["kryoptic-lib/log"]
minimal = ["kryoptic-lib/minimal"]
nssdb = ["kryoptic-lib/nssdb"]
ossl400 = ["kryoptic-lib/ossl400"]
pqc = ["kryoptic-lib/pqc"]
standard = ["kryoptic-lib/standard"]

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

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

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

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

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

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

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

[dependencies.kryoptic-lib]
version = "1.5.2"
default-features = false

[dependencies.ossl]
version = "1.5.2"
default-features = false

[dev-dependencies.cryptoki]
version = "0.12.0"