cryptoki 0.7.0

Rust-native wrapper around the PKCS #11 API
Documentation
[dependencies.bitflags]
version = "1.3"

[dependencies.cryptoki-sys]
version = "0.1.7"

[dependencies.libloading]
version = "0.7.0"

[dependencies.log]
version = "0.4.14"

[dependencies.paste]
version = "1.0.6"

[dependencies.psa-crypto]
default-features = false
optional = true
version = "0.12.0"

[dependencies.secrecy]
version = "0.8.0"
[dev-dependencies.hex]
version = "0.4.3"

[dev-dependencies.num-traits]
version = "0.2.14"

[dev-dependencies.serial_test]
version = "0.5.1"

[dev-dependencies.testresult]
version = "0.2.0"

[features]
generate-bindings = ["cryptoki-sys/generate-bindings"]
psa-crypto-conversions = ["psa-crypto"]
serde = ["secrecy/serde"]

[package]
authors = ["Contributors to the Parsec project"]
categories = ["api-bindings", "external-ffi-bindings", "cryptography", "hardware-support"]
description = "Rust-native wrapper around the PKCS #11 API"
documentation = "https://docs.rs/crate/cryptoki"
edition = "2018"
keywords = ["pkcs11", "cryptoki", "hsm"]
license = "Apache-2.0"
name = "cryptoki"
readme = "README.md"
repository = "https://github.com/parallaxsecond/rust-cryptoki"
rust-version = "1.66.0"
version = "0.7.0"