tpm2_cli 0.2.2

TPM 2.0 command-line interface
[[bin]]
name = "tpm2-cli"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.0"

[dependencies.clap-num]
version = "1.1.1"

[dependencies.log]
version = "0.4.21"

[dependencies.tpm2_call]
version = "0.2.0"

[package]
description = "TPM 2.0 command-line interface"
edition = "2021"
homepage = "https://gitlab.com/jarkkojs/tpm2_library"
license = "MIT"
name = "tpm2_cli"
readme = "README.md"
repository = "https://gitlab.com/jarkkojs/tpm2_library.git"
rust-version = "1.78"
version = "0.2.2"