fxa-email-service/Cargo.toml

60 строки
1.2 KiB
TOML

[package]
name = "fxa_email_service"
version = "1.125.2"
publish = false
[[bin]]
name = "fxa_email_send"
path = "src/bin/service.rs"
[[bin]]
name = "fxa_email_queues"
path = "src/bin/queues.rs"
[profile.release]
# Include debug symbols to make Sentry errors richer
debug = 1
[dependencies]
base64 = ">=0.6.0"
chrono = { version = ">=0.4.2", features = [ "serde" ] }
config = ">=0.9.1"
emailmessage = ">=0.2.0"
failure = ">=0.1.2"
futures = ">=0.1.21,<0.2"
hex = ">=0.3.2"
hmac = ">=0.6.2"
hyperx = ">=0.13.1"
lazy_static = ">=1.0"
lettre = "0.8"
lettre_email = "0.8"
md5 = ">=0.3.7"
mozsvc-common = ">=0.1.0"
rand = ">=0.5.1"
redis = ">=0.8.0"
regex = ">=1.0"
reqwest = ">=0.8.5"
rocket = ">=0.3.17"
rocket_codegen = ">=0.3.17"
rocket_contrib = ">=0.3.17"
rusoto_core = ">=0.34.0"
rusoto_credential = ">=0.13.0"
rusoto_mock = ">=0.28.0"
rusoto_ses = ">=0.34.0"
rusoto_sqs = ">=0.34.0"
sendgrid = ">=0.7.1"
sentry = ">=0.12.0"
serde = ">=1.0"
serde_derive = ">=1.0"
serde_json = ">=1.0"
serde_test = ">=1.0.66"
sha2 = ">=0.7.1"
slog = ">=2.2.3"
slog-async = ">=2.3.0"
slog-mozlog-json = ">=0.1.0"
slog-scope = ">=4.0.1"
slog-term = ">=2.4.0"
socketlabs = ">=0.1.3"
tokio = ">=0.1.7"
uuid = { version = ">=0.6", features = ["v4"] }