[package] name = "anon" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tide = { version = "0.16.0", features = [] } async-std = { version = "1.8.0", features = ["attributes"] } serde = { version = "1.0", features = ["derive"] } ring = { version = "0.17.8", features = ["std"] } anyhow = "1.0.70" base64 = "0.21.0" uuid = { version = "1.3.0", features = ["v4", "fast-rng", "macro-diagnostics", "serde"] } toml = "0.7.3" validator = { version = "0.15", features = ["derive"] } lettre = { version = "0.10.4", default-features = false, features = ["async-std1-rustls-tls", "builder", "hostname", "smtp-transport"] } chrono = "0.4.24" serde_json = "1.0" hex = "0.4.3" handlebars = "5.1.0"