[dependencies.num-bigint]
features = ["rand"]
version = "0.4"
[dependencies.num-traits]
version = "0.2"
[dependencies.openssl]
version = "0.10"
[dependencies.rand]
version = "0.8"
[dependencies.strum]
features = ["derive"]
version = "0.26"
[dependencies.thiserror]
version = "1.0"
[dependencies.tpm2-protocol]
version = "0.16.5"
[dev-dependencies.hex]
version = "0.4"
[dev-dependencies.rstest]
version = "0.18"
[lib]
name = "tpm2_crypto"
path = "src/lib.rs"
[package]
authors = ["Jarkko Sakkinen <jarkko@kernel.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "TPM 2.0 cryptographic routines"
edition = "2021"
homepage = "https://git.kernel.org/pub/scm/linux/kernel/git/jarkko/tpm2-crypto.git/about"
license = "MIT OR Apache-2.0"
name = "tpm2-crypto"
readme = "README.md"
repository = "https://git.kernel.org/pub/scm/linux/kernel/git/jarkko/tpm2-crypto.git"
rust-version = "1.81"
version = "0.11.2"
[[test]]
harness = true
name = "hmac"
path = "tests/hmac.rs"
[[test]]
name = "kdf"
path = "tests/kdf.rs"
[[test]]
harness = true
name = "public"
path = "tests/public.rs"
[[test]]
name = "rsa"
path = "tests/rsa.rs"