# 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.77" name = "sequoia-tpm" version = "0.1.1" authors = [ "Neal H. Walfield ", "Wiktor Kwapisiewicz ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Machinery for working with TPM from Sequoia" homepage = "https://sequoia-pgp.org/" documentation = "https://docs.rs/sequoia-tpm" readme = "README.org" keywords = [ "cryptography", "openpgp", "pgp", "tpm", ] categories = ["cryptography"] license = "LGPL-2.0-or-later AND Apache-2.0" repository = "https://gitlab.com/sequoia-pgp/sequoia-tpm" [lib] name = "sequoia_tpm" path = "src/lib.rs" [dependencies.hex] version = "0.4.3" [dependencies.serde] version = "1" [dependencies.tss-esapi] version = "7" [dependencies.tss-esapi-sys] version = "0.5" [badges.gitlab] repository = "sequoia-pgp/sequoia-tpm" [badges.maintenance] status = "actively-developed"