tpm2-protocol 0.16.0

TPM 2.0 marshaler/unmarshaler
Documentation
[lib]
name = "tpm2_protocol"
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 marshaler/unmarshaler"
edition = "2021"
homepage = "https://git.kernel.org/pub/scm/linux/kernel/git/jarkko/tpm2-protocol.git/about"
license = "MIT OR Apache-2.0"
name = "tpm2-protocol"
readme = "README.md"
repository = "https://git.kernel.org/pub/scm/linux/kernel/git/jarkko/tpm2-protocol.git"
rust-version = "1.81"
version = "0.16.0"

[[test]]
name = "common"
path = "tests/common.rs"

[[test]]
harness = false
name = "message"
path = "tests/message.rs"

[[test]]
harness = false
name = "return_code"
path = "tests/return_code.rs"