[package]
edition = "2024"
rust-version = "1.85"
name = "tpm2-protocol"
version = "0.18.0"
authors = ["Jarkko Sakkinen <jarkko@kernel.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TPM 2.0 marshaler/unmarshaler"
homepage = "https://gitlab.com/tpm-protocol/tpm2-protocol"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/tpm-protocol/tpm2-protocol"
[lib]
name = "tpm2_protocol"
path = "src/lib.rs"
[[test]]
name = "common"
path = "tests/common.rs"
[[test]]
name = "error"
path = "tests/error.rs"
[[test]]
name = "message"
path = "tests/message.rs"
harness = false
[[test]]
name = "return_code"
path = "tests/return_code.rs"
harness = false