2018-08-16 14:35:19 -04:00
|
|
|
[package]
|
2018-11-22 10:40:59 -05:00
|
|
|
name = "hagrid"
|
2018-08-16 14:35:19 -04:00
|
|
|
version = "0.1.0"
|
2018-11-22 10:40:59 -05:00
|
|
|
authors = ["Kai Michaelis <kai@sequoia-pgp.org>"]
|
2018-08-16 14:35:19 -04:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
rocket = "0"
|
|
|
|
rocket_codegen = "0"
|
2018-11-25 08:20:04 -05:00
|
|
|
sequoia-openpgp = { git = "https://gitlab.com/sequoia-pgp/sequoia.git" }
|
2018-08-16 14:35:19 -04:00
|
|
|
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"
|
2018-10-24 13:45:11 -04:00
|
|
|
url = "1.6"
|
|
|
|
hex = "0.3"
|
2018-11-02 06:50:57 -04:00
|
|
|
lettre_email = "0.8"
|
|
|
|
|
|
|
|
[dependencies.lettre]
|
|
|
|
version = "0.8"
|
|
|
|
default-features = false
|
|
|
|
# smtp-transport doesn't build (openssl problem)
|
|
|
|
features = ["file-transport", "sendmail-transport"]
|
2018-09-19 16:24:38 -04:00
|
|
|
|
|
|
|
[dependencies.rocket_contrib]
|
|
|
|
version = "0"
|
|
|
|
default-features = false
|
|
|
|
features = ["handlebars_templates"]
|