4 authors = ["Grégory Burri <greg.burri@gmail.com>"]
8 common = {path = "../common"}
15 ron = "0.8" # Rust object notation, to load configuration files.
16 serde = {version = "1.0", features = ["derive"]}
19 clap = {version = "4", features = ["derive"]}
24 r2d2_sqlite = "0.21" # Connection pool with rusqlite (SQLite access).
26 rusqlite = {version = "0.28", features = ["bundled", "chrono"]}
28 futures = "0.3" # Needed by askam with the feature 'with-actix-web'.
30 askama = {version = "0.11", features = ["with-actix-web", "mime", "mime_guess", "markdown"]}
33 argon2 = {version = "0.4", features = ["default", "std"]}
34 rand_core = {version = "0.6", features = ["std"]}
38 lettre = {version = "0.10", default-features = false, features = ["smtp-transport", "pool", "hostname", "builder", "rustls-tls"]}