# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tpmless-tpm2" version = "0.4.0" authors = ["Patrick Uiterwijk "] description = "Various TPM 2 related functions without the need of a live TPM" homepage = "https://github.com/puiterwijk/tpmless-tpm2-rs" license = "MIT" [dependencies.byteorder] version = "1" [dependencies.hex] version = "0.4" optional = true [dependencies.openssl] version = "0.10" [dependencies.openssl-kdf] version = "0.1" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0" [dev-dependencies.hex] version = "0.4" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dev-dependencies.tss-esapi] version = "4.0.10-alpha.2" [features] backported_kdf = ["openssl-kdf"] default = ["backported_kdf"] serialize = ["serde", "hex"]