tawny/Cargo.toml

41 lines
1 KiB
TOML
Raw Normal View History

2025-08-20 16:19:08 +00:00
[package]
2025-08-23 22:07:14 -04:00
name = "tawny"
2025-09-07 10:44:14 -04:00
version = "1.0.4"
2025-08-20 16:19:08 +00:00
edition = "2024"
authors = ["trisuaso"]
2025-08-23 22:07:14 -04:00
repository = "https://trisua.com/t/tawny"
2025-08-20 16:19:08 +00:00
license = "AGPL-3.0-or-later"
2025-08-23 22:07:14 -04:00
homepage = "https://tawny.cc"
2025-08-20 16:19:08 +00:00
[dependencies]
2025-09-07 10:44:14 -04:00
tetratto-core = "16.0.3"
2025-08-20 16:19:08 +00:00
tetratto-shared = "12.0.6"
tokio = { version = "1.47.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.142"
toml = "0.9.4"
regex = "1.11.1"
2025-09-03 17:12:26 -04:00
oiseau = { version = "0.1.2", default-features = false, features = [
"postgres",
"redis",
] }
2025-08-23 22:07:14 -04:00
buckets-core = "1.0.4"
2025-08-24 12:29:36 -04:00
axum-image = "0.1.1"
2025-08-24 17:58:39 -04:00
futures-util = "0.3.31"
2025-09-01 20:17:32 -04:00
ammonia = "4.1.1"