# 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.66.0" name = "tss-esapi" version = "7.5.1" authors = ["Parsec Project Contributors"] 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" [dependencies.bitfield] version = "0.14.0" [dependencies.enumflags2] version = "0.7.1" [dependencies.getrandom] version = "0.2.11" [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.8.0" [dependencies.picky-asn1-x509] version = "0.12.0" [dependencies.regex] version = "1.3.9" [dependencies.serde] version = "1.0.115" features = ["derive"] [dependencies.tss-esapi-sys] version = "0.5.0" [dependencies.zeroize] version = "1.1.0" features = ["zeroize_derive"] [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.sha2] version = "0.10.1" [features] generate-bindings = ["tss-esapi-sys/generate-bindings"]