tpmless-tpm2 0.3.3

Various TPM 2 related functions without the need of a live TPM
Documentation
[dependencies.hex]
optional = true
version = "0.4"

[dependencies.openssl]
version = "0.10"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

[dependencies.thiserror]
version = "1.0"
[dev-dependencies.hex]
version = "0.4"

[dev-dependencies.serde]
features = ["derive"]
version = "1.0"

[dev-dependencies.serde_json]
features = ["preserve_order"]
version = "1.0"

[features]
default = []
serialize = ["serde", "hex"]

[package]
authors = ["Patrick Uiterwijk <patrick@puiterwijk.org>"]
description = "Various TPM 2 related functions without the need of a live TPM"
edition = "2018"
homepage = "https://github.com/puiterwijk/tpmless-tpm2-rs"
license = "MIT"
name = "tpmless-tpm2"
version = "0.3.3"