mirror of
https://github.com/aljazceru/pubky-core.git
synced 2025-12-31 12:54:35 +01:00
34 lines
931 B
TOML
34 lines
931 B
TOML
[package]
|
|
name = "pubky_homeserver"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.82"
|
|
axum = { version = "0.7.5", features = ["macros"] }
|
|
axum-extra = { version = "0.9.3", features = ["typed-header", "async-read-body"] }
|
|
base32 = "0.5.1"
|
|
bytes = "^1.7.1"
|
|
clap = { version = "4.5.11", features = ["derive"] }
|
|
dirs-next = "2.0.0"
|
|
flume = "0.11.0"
|
|
futures-util = "0.3.30"
|
|
heed = "0.20.3"
|
|
hex = "0.4.3"
|
|
httpdate = "1.0.3"
|
|
libc = "0.2.159"
|
|
pkarr = { workspace = true }
|
|
postcard = { version = "1.0.8", features = ["alloc"] }
|
|
pubky-common = { version = "0.1.0", path = "../pubky-common" }
|
|
serde = { workspace = true }
|
|
tokio = { version = "1.37.0", features = ["full"] }
|
|
toml = "0.8.19"
|
|
tower-cookies = "0.10.0"
|
|
tower-http = { version = "0.5.2", features = ["cors", "trace"] }
|
|
tracing = "0.1.40"
|
|
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
|
|
url = "2.5.2"
|
|
|
|
[dev-dependencies]
|
|
reqwest = "0.12.8"
|