tld-registration/Cargo.toml

24 lines
771 B
TOML

[package]
name = "tld-registration"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-csrf = { version = "0.2", features = [ "serde" ] }
actix-files = "0.6.0-beta.6"
actix-rt = "2"
actix-session = "0.5.0-beta.2"
actix-web = { version = "4.0.0-beta.8", features = [ "rustls" ] }
anyhow = "1"
handlebars = { version = "4", features = [ "dir_source" ] }
lettre = { version = "0.10.0-rc.3", features = [ "serde", "tokio1-rustls-tls" ] }
once_cell = "1"
rand = { version = "0.8", features = [ "small_rng" ] }
serde = "1"
sodiumoxide = "0.2"
sqlx = { version = "0.5", features = [ "runtime-actix-rustls", "offline", "sqlite" ] }
tracing = "0.1"
tracing-subscriber = "0.2"