# 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 = "2021" name = "kanidm-hsm-crypto" version = "0.2.0" authors = ["William Brown "] description = "A library for easily interacting with a HSM or TPM" homepage = "https://github.com/kanidm/hsm-crypto/" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/kanidm/hsm-crypto/" [dependencies.argon2] version = "0.5.2" features = ["alloc"] [dependencies.hex] version = "0.4.3" [dependencies.openssl] version = "^0.10.57" [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.tracing] version = "^0.1.37" [dependencies.tss-esapi] version = "=8.0.0-alpha" optional = true [dependencies.tss-esapi-sys] version = "0.5.0" features = ["generate-bindings"] optional = true [dependencies.zeroize] version = "1.6.0" [dev-dependencies.tracing-subscriber] version = "^0.3.17" [features] msextensions = [] tpm = [ "dep:tss-esapi", "dep:tss-esapi-sys", ]