[workspace] members = ["tools"] [package] name = "sequoia-tpm" description = "Machinery for working with TPM from Sequoia" version = "0.1.1" authors = [ "Neal H. Walfield ", "Wiktor Kwapisiewicz ", ] documentation = "https://docs.rs/sequoia-tpm" homepage = "https://sequoia-pgp.org/" repository = "https://gitlab.com/sequoia-pgp/sequoia-tpm" readme = "README.org" keywords = ["cryptography", "openpgp", "pgp", "tpm"] categories = ["cryptography" ] license = "LGPL-2.0-or-later AND Apache-2.0" edition = "2018" rust-version = "1.77" [badges] gitlab = { repository = "sequoia-pgp/sequoia-tpm" } maintenance = { status = "actively-developed" } [dependencies] tss-esapi = "7" tss-esapi-sys = "0.5" serde = "1" hex = "0.4.3"