tss-esapi 7.7.0

Rust-native wrapper around TSS 2.0 Enhanced System API
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
rust-version = "1.85.0"
name = "tss-esapi"
version = "7.7.0"
authors = ["Parsec Project Contributors"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust-native wrapper around TSS 2.0 Enhanced System API"
documentation = "https://docs.rs/crate/tss-esapi"
readme = "README.md"
keywords = [
    "tpm",
    "tss",
    "esys",
    "esapi",
]
categories = [
    "api-bindings",
    "external-ffi-bindings",
    "cryptography",
]
license = "Apache-2.0"
repository = "https://github.com/parallaxsecond/rust-tss-esapi"

[features]
generate-bindings = ["tss-esapi-sys/generate-bindings"]

[lib]
name = "tss_esapi"
path = "src/lib.rs"

[[test]]
name = "integration_tests"
path = "tests/integration_tests/main.rs"

[dependencies.bitfield]
version = "0.19.4"

[dependencies.enumflags2]
version = "0.7.1"

[dependencies.getrandom]
version = "0.4.2"

[dependencies.hostname-validator]
version = "1.1.0"

[dependencies.log]
version = "0.4.11"

[dependencies.mbox]
version = "0.7"

[dependencies.num-derive]
version = "0.4.0"

[dependencies.num-traits]
version = "0.2.12"

[dependencies.oid]
version = "0.2.1"

[dependencies.picky-asn1]
version = "0.10.1"

[dependencies.picky-asn1-x509]
version = "0.15.4"

[dependencies.regex]
version = "1.3.9"

[dependencies.serde]
version = "1.0.115"
features = ["derive"]

[dependencies.tss-esapi-sys]
version = "0.6.0"

[dependencies.zeroize]
version = "1.1.0"
features = ["zeroize_derive"]

[dev-dependencies.env_logger]
version = "0.11.10"

[dev-dependencies.sha2]
version = "0.11.0"