# 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 = "2018" rust-version = "1.66.0" name = "cryptoki" version = "0.8.0" authors = ["Contributors to the Parsec project"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust-native wrapper around the PKCS #11 API" documentation = "https://docs.rs/crate/cryptoki" readme = "README.md" keywords = [ "pkcs11", "cryptoki", "hsm", ] categories = [ "api-bindings", "external-ffi-bindings", "cryptography", "hardware-support", ] license = "Apache-2.0" repository = "https://github.com/parallaxsecond/rust-cryptoki" [lib] name = "cryptoki" path = "src/lib.rs" [[test]] name = "basic" path = "tests/basic.rs" [[test]] name = "common" path = "tests/common.rs" [dependencies.bitflags] version = "1.3" [dependencies.cryptoki-sys] version = "0.2.0" [dependencies.libloading] version = "0.7.0" [dependencies.log] version = "0.4.14" [dependencies.paste] version = "1.0.6" [dependencies.psa-crypto] version = "0.12.0" optional = true default-features = false [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.4.1" [features] generate-bindings = ["cryptoki-sys/generate-bindings"] psa-crypto-conversions = ["psa-crypto"] serde = ["secrecy/serde"]