[package]
name = "nest"
version = "0.1.0"
edition = "2021"

[dependencies]
ammonia = "4.1.2"
anyhow = "1.0.100"
axum = { version = "0.8.7", features = ["macros"] }
axum-extra = { version = "0.12.2", features = [ "cookie-signed", "cookie", "typed-header" ] }
axum-helmet = "0.2.0"
axum-macros = "0.5.0"
axum-response-cache = "0.4.0"
axum-server = { version = "0.7.3", features = ["tls-rustls"] }
axum_csrf = "0.11.0"
bincode = "1.0"
bitflags = "2.10.0"
bs58 = "0.5.1"
byteorder = "1.5.0"
bytes = "1.11.0"
chrono = "0.4.42"
ci = { path = "../ci" }
clap = { version = "4.5.53", features = ["derive"] }
cuach = "0.9.0"
data-encoding = "2.9.0"
deadpool = "0.12.3"
diesel = { version = "2.3.3", features = [ "postgres_backend", "extras", "network-address" ] }
diesel-async = { version = "0.7.4", features = [ "postgres", "deadpool" ] }
diesel-derive-enum = { version = "2.1.0", features = ["postgres"] }
futures = "0.3.31"
headers = "0.4.1"
heapsize = "0.4.2"
helmet-core = "0.2.0"
http = "1.4.0"
http-body-util = "0.1.3"
httpdate = "1.0.3"
hyper = "1.8.1"
hyper-util = "0.1.18"
ipnetwork = "0.21"
lazy_static = "1.5.0"
libpijul = "1.0.0-beta.10"
lru-cache = "0.1.2"
maxminddb = "0.26.0"
minify-html = "0.18.1"
openssl = "0.10.75"
percent-encoding = "2.3.2"
pijul-hooks = { version = "0.1.2", path = "../hooks" }
privdrop = "0.5.6"
pulldown-cmark = "0.13.0"
rand = "0.9.2"
rand_chacha = "0.9.0"
regex = "1.12.2"
replication = { path = "../replication" }
reqwest = "0.12.24"
rusoto_core = "0.48.0"
rusoto_credential = "0.48.0"
rusoto_ses = "0.48.0"
sanakirja = "1.4.3"
serde = "1.0.228"
serde_derive = "1.0.228"
serde_json = "1.0.145"
serde_urlencoded = "0.7.1"
syntect = "5.3.0"
tempfile = "3.23.0"
thiserror = "2.0.17"
thrussh = { version = "0.40.4", features = ["openssl"] }
thrussh-keys = { version = "0.23", features = ["openssl"] }
tokio = { version = "1.48.0", features = ["full"] }
tokio-postgres = "0.7.15"
tokio-stream = "0.1.17"
toml = "0.9.8"
tower-http = { version = "0.6.7", features = [ "trace", "cors", "compression-br", "compression-gzip", "compression-zstd", "compression-deflate" ] }
tower-service = "0.3.3"
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
url = "2.5.7"
uuid = "1.18.1"
webauthn-rs = "0.5.3"
zstd-seekable = "0.1.23"