1
0
Fork 0
mirror of https://gitlab.com/hagrid-keyserver/hagrid.git synced 2023-02-13 20:55:02 -05:00
hagrid-keyserver--hagrid/Cargo.toml
seu a7937158ff Initial mail support.
Deletion and verification mails are now sent via sendmail
2018-11-02 11:50:57 +01:00

34 lines
699 B
TOML

[package]
name = "garbage-pile"
version = "0.1.0"
authors = ["seu <seu@panopticon.re>"]
[dependencies]
rocket = "0"
rocket_codegen = "0"
openpgp = { git = "https://gitlab.com/sequoia-pgp/sequoia.git" }
multipart = "0"
error-chain = "0"
log = "0"
rand = "0.5"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
time = "0.1"
tempfile = "3.0"
parking_lot = "0.6"
structopt = "0.2"
url = "1.6"
hex = "0.3"
lettre_email = "0.8"
[dependencies.lettre]
version = "0.8"
default-features = false
# smtp-transport doesn't build (openssl problem)
features = ["file-transport", "sendmail-transport"]
[dependencies.rocket_contrib]
version = "0"
default-features = false
features = ["handlebars_templates"]