TOMLCargo.toml -rw-r--r-- 700 B
1[package]
2name = "ping-pong"
3version = "0.1.0"
4edition = "2021"
5
6# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
8[dependencies]
9activitypub_federation = { version = "0.4.7", features = ["axum"], default-features = false }
10anyhow = "1.0.75"
11async-trait = "0.1.74"
12axum = { version = "0.6.20", features = ["macros", "headers"] }
13axum-macros = "0.3.8"
14chrono = "0.4.31"
15clap = { version = "4.4.8", features = ["cargo"] }
16enum_delegate = "0.2.0"
17env_logger = "0.10.1"
18lazy_static = "1.4.0"
19rand = "0.8.5"
20serde = "1.0.192"
21tera = "1.19.1"
22tokio = { version = "1.34.0", features = ["full"] }
23tracing = "0.1.40"
24tracing-subscriber = "0.3.18"
25url = "2.4.1"