# 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.70" name = "sequoia-keystore-server" version = "0.1.0" authors = ["Neal H. Walfield "] description = "Sequoia keystore daemon" homepage = "https://sequoia-pgp.org/" documentation = "https://docs.rs/sequoia-keystore-server" readme = "README.md" keywords = [ "cryptography", "openpgp", "pgp", ] categories = [ "cryptography", "authentication", "command-line-utilities", ] license = "LGPL-2.0-or-later" repository = "https://gitlab.com/sequoia-pgp/sequoia-keystore" [[bin]] name = "sequoia-keystore" path = "src/server.rs" bench = false [dependencies.anyhow] version = "1.0.18" [dependencies.clap] version = "4" features = [ "derive", "env", "string", "wrap_help", ] [dependencies.dirs] version = "5" [dependencies.sequoia-directories] version = "0.1" [dependencies.sequoia-ipc] version = "0.35.1" [dependencies.sequoia-keystore] version = "0.6" [dependencies.sequoia-openpgp] version = "1.21.1" default-features = false [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"] crypto-openssl = ["sequoia-openpgp/crypto-openssl"] crypto-rust = ["sequoia-openpgp/crypto-rust"] default = ["crypto-nettle"] [badges.gitlab] repository = "sequoia-pgp/sequoia-keystore" [badges.maintenance] status = "actively-developed"