mirror of
https://git.nolog.cz/NoLog.cz/anon.git
synced 2025-01-31 13:13:35 +01:00
23 lines
786 B
TOML
23 lines
786 B
TOML
|
[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"
|