# 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 = "2021" rust-version = "1.63" name = "pep_engine_sequoia_backend" version = "1.1.0" authors = ["Neal H. Walfield "] description = "An implementation of the p≡p Engine's cryptotech interface using Sequoia." homepage = "https://sequoia-pgp.org/" readme = "README.md" keywords = [ "cryptography", "openpgp", "pgp", "encryption", "signing", ] categories = [ "cryptography", "authentication", "email", ] license = "GPL-3.0-or-later" repository = "https://gitea.pep.foundation/pEp.foundation/pEpEngineSequoiaBackend/" resolver = "2" [lib] crate-type = [ "lib", "cdylib", "staticlib", ] [dependencies.anyhow] version = "1" [dependencies.backtrace] version = "0.3.61" [dependencies.chrono] version = "0.4.23" [dependencies.enumber] version = "0.3" [dependencies.lazy_static] version = "1" [dependencies.libc] version = "0.2" [dependencies.lru] version = "0.10.0" [dependencies.memmem] version = "0.1" [dependencies.memoffset] version = "0.9" [dependencies.rusqlite] version = "0.29" features = [ "bundled", "collation", "blob", ] [dependencies.sequoia-openpgp] version = "1.16" features = ["compression"] default-features = false [dependencies.thiserror] version = "1" [features] crypto-botan = ["sequoia-openpgp/crypto-botan"] crypto-botan2 = ["sequoia-openpgp/crypto-botan2"] crypto-cng = ["sequoia-openpgp/crypto-cng"] crypto-nettle = ["sequoia-openpgp/crypto-nettle"] default = ["crypto-botan2"] [badges.maintenance] status = "actively-developed"