Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

Cargo.toml
[package]
name = "nest"
version = "0.1.0"
edition = "2021"
license = "AGPL-3.0-or-later"

[features]
default = []
jobs = []

[dependencies]
ammonia = "4.1.2"
anyhow.workspace = true
axum.workspace = true
axum-extra = { version = "0.12.6", features = [ "cookie-signed", "cookie", "typed-header" ] }
axum-helmet = "0.2.0"
axum-macros = "0.5.1"
axum-response-cache = "0.4.0"
axum-server = { version = "0.7.3", features = ["tls-rustls"] }
axum_csrf = "0.11.0"
bincode.workspace = true
bitflags = "2.12.1"
bs58 = "0.5.1"
byteorder = "1.5.0"
bytes = "1.11.1"
chrono.workspace = true
ci.workspace = true
clap = { version = "4.6.1", features = ["derive"] }
cookie = "0.18.1"
cuach = "0.9.0"
data-encoding = "2.11.0"
deadpool = "0.12.3"
diesel.workspace = true
diesel-async.workspace = true
diesel-derive-enum.workspace = true
futures = "0.3.32"
headers = "0.4.1"
heapsize = "0.4.2"
helmet-core = "0.2.0"
http = "1.4.1"
http-body-util = "0.1.3"
httpdate = "1.0.3"
hyper = "1.10.1"
hyper-util = "0.1.20"
inotify = "0.11.2"
ipnetwork = "0.21"
jiff = "0.2.28"
jiff-diesel = { version = "0.1.3", features = ["postgres"] }
lazy_static = "1.5.0"
lettre = "0.11.22"
libc = "0.2.186"
pijul-core.workspace = true
lru-cache = "0.1.2"
maxminddb = "0.26.0"
minify-html = "0.18.1"
openssl = "0.10.80"
percent-encoding = "2.3.2"
pijul-hooks = { version = "0.1.2", path = "../hooks" }
privdrop = "0.5.6"
pulldown-cmark = "0.13.4"
rand = "0.9.4"
rand_chacha = "0.9.0"
regex = "1.12.3"
replication = { path = "../replication" }
reqwest.workspace = true
sanakirja = "2.0.0-beta"
serde = "1.0.228"
serde_derive = "1.0.228"
serde_json = "1.0.150"
serde_urlencoded = "0.7.1"
syntect = "5.3.0"
tempfile = "3.27.0"
thiserror = "2.0.18"
thrussh = { version = "0.40.5", features = ["openssl"] }
thrussh-keys = { version = "0.23", features = ["openssl"] }
tokio = { version = "1.52.3", features = ["full"] }
tokio-postgres = "0.7.17"
tokio-stream = "0.1.18"
toml = "0.9.12"
tower-http = { version = "0.6.11", features = [ "trace", "cors", "compression-br", "compression-gzip", "compression-zstd", "compression-deflate", "fs" ] }
tower-service = "0.3.3"
tracing = "0.1.44"
tracing-subscriber = { version = "0.3.23", features = ["env-filter"] }
url = "2.5.8"
uuid = "1.23.2"
webauthn-rs = "0.5.5"
zstd-seekable = "0.1.23"
tokio-util = "0.7.18"