# 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" name = "openpgp-ca-restd" version = "0.12.0" authors = ["Heiko Schaefer "] description = "OpenPGP CA is a tool for managing and certifying OpenPGP keys" homepage = "https://openpgp-ca.org" documentation = "https://openpgp-ca.org/doc/" keywords = [ "OpenPGP", "Sequoia", "PGP", ] categories = [ "cryptography", "email", ] license = "GPL-3.0-or-later" repository = "https://gitlab.com/openpgp-ca/openpgp-ca" [[bin]] name = "openpgp-ca-restd" path = "src/bin.rs" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.clap] version = "2.33" [dependencies.csv] version = "1.1" [dependencies.expectrl] version = "0.6" [dependencies.once_cell] version = "1.4" [dependencies.openpgp-ca-lib] version = "0.12.0" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", ] [dependencies.rocket] version = "0.5.0-rc.2" features = ["json"] [dependencies.sequoia-openpgp] version = "1.1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.structopt] version = "0.3" [dependencies.tempfile] version = "3.1" [dependencies.tokio] version = "1.13.1" features = ["rt-multi-thread"]