[package] name = "nest" version = "0.1.0" edition = "2021" [dependencies] ammonia = "4.0.0" anyhow = "1.0.95" axum = { version = "0.8.1", features = ["macros"] } axum-extra = { version = "0.10.0", features = [ "cookie-signed", "cookie", "typed-header" ] } axum-helmet = "0.1.0" axum-macros = "0.5.0" axum-response-cache = "0.2.0" axum-server = { version = "0.7.1", features = ["tls-rustls"] } axum_csrf = "0.11.0" bincode = "1.3.3" bitflags = "2.8.0" bs58 = "0.5.1" byteorder = "1.5.0" bytes = "1.10.0" chrono = "0.4.39" clap = { version = "4.5.28", features = ["derive"] } cuach = "0.9.0" data-encoding = "2.8.0" deadpool = "0.12.2" diesel = { version = "2.2.7", features = [ "postgres_backend", "extras", "network-address" ] } diesel-async = { version = "0.5.2", features = [ "postgres", "deadpool" ] } diesel-derive-enum = { version = "2.1.0", features = ["postgres"] } futures = "0.3.31" headers = "0.4.0" heapsize = "0.4.2" helmet-core = "0.1.0" http = "1.2.0" http-body-util = "0.1.2" httpdate = "1.0.3" hyper = "1.6.0" hyper-util = "0.1.10" ipnetwork = "0.21" lazy_static = "1.5.0" libpijul = "1.0.0-beta.10" lru-cache = "0.1.2" minify-html = "0.15.0" openssl = "0.10.70" percent-encoding = "2.3.1" pijul-hooks = { version = "0.1.2", path = "../hooks" } privdrop = "0.5.4" pulldown-cmark = "0.12.2" rand = "0.9.0" rand_chacha = "0.9.0" regex = "1.11.1" replication = { path = "../replication" } reqwest = "0.12.12" rusoto_core = "0.48.0" rusoto_credential = "0.48.0" rusoto_ses = "0.48.0" sanakirja = "1.4.3" serde = "1.0.217" serde_derive = "1.0.217" serde_json = "1.0.138" serde_urlencoded = "0.7.1" sha2 = "0.10.8" syntect = "5.2.0" tempfile = "3.16.0" thiserror = "2.0.11" thrussh = { version = "0.35.6", features = ["openssl"] } thrussh-keys = { version = "0.22", features = ["openssl"] } tokio = { version = "1.43.0", features = ["full"] } tokio-postgres = "0.7.13" tokio-stream = "0.1.17" toml = "0.8.20" tower-http = { version = "0.6.2", 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.19", features = ["env-filter"] } url = "2.5.4" uuid = "1.13.1" webauthn-rs = "0.5.1" zstd-seekable = "0.1.23"