tpm2 0.0.2

Pure Rust TPM2 TSS
Documentation
[dependencies.cfg-if]
version = "1.0"

[features]
alloc = []
default = ["std"]
std = ["alloc"]

[package]
authors = ["Joe Richey <joerichey@google.com>"]
categories = ["cryptography", "no-std"]
description = "Pure Rust TPM2 TSS"
documentation = "https://docs.rs/tpm2"
edition = "2021"
homepage = "https://github.com/josephlr/tpm2-rs"
keywords = ["tpm", "tss", "tpm2"]
license = "Apache-2.0"
name = "tpm2"
readme = "README.md"
repository = "https://github.com/josephlr/tpm2-rs"
version = "0.0.2"
[profile.dev]
opt-level = 1

[profile.release]
codegen-units = 1
incremental = false
lto = "fat"
opt-level = 3
panic = "abort"
strip = "symbols"