fluffle/Cargo.toml

34 lines
903 B
TOML
Raw Normal View History

2025-07-20 02:49:42 -04:00
[package]
2025-07-25 18:33:16 -04:00
name = "fluffle"
version = "0.2.1"
2025-07-20 02:49:42 -04:00
edition = "2024"
authors = ["trisuaso"]
2025-07-25 18:33:16 -04:00
repository = "https://trisua.com/t/fluffle"
2025-07-20 02:49:42 -04:00
license = "AGPL-3.0-or-later"
2025-07-25 18:33:16 -04:00
homepage = "https://fluffle.cc"
2025-07-20 02:49:42 -04:00
[dependencies]
2025-07-25 15:12:15 -04:00
tetratto-core = "12.0.2"
tetratto-shared = "12.0.6"
2025-07-20 02:49:42 -04:00
tokio = { version = "1.46.1", features = ["macros", "rt-multi-thread"] }
pathbufd = "0.1.4"
serde = { version = "1.0.219", features = ["derive"] }
tera = "1.20.0"
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
tower-http = { version = "0.6.6", features = [
"trace",
"fs",
"catch-panic",
"set-header",
] }
axum = { version = "0.8.4", features = ["macros", "ws"] }
axum-extra = { version = "0.10.1", features = ["cookie"] }
nanoneo = "0.2.0"
dotenv = "0.15.0"
glob = "0.3.2"
serde_json = "1.0.141"
2025-07-21 02:11:23 -04:00
toml = "0.9.2"
serde_valid = { version = "1.0.5", features = ["toml"] }
regex = "1.11.1"