[package] name = "ping-pong" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] activitypub_federation = { version = "0.4.7", features = ["axum"], default-features = false } anyhow = "1.0.75" async-trait = "0.1.74" axum = { version = "0.6.20", features = ["macros", "headers"] } axum-macros = "0.3.8" chrono = "0.4.31" clap = { version = "4.4.8", features = ["cargo"] } enum_delegate = "0.2.0" env_logger = "0.10.1" lazy_static = "1.4.0" rand = "0.8.5" serde = "1.0.192" tera = "1.19.1" tokio = { version = "1.34.0", features = ["full"] } tracing = "0.1.40" tracing-subscriber = "0.3.18" url = "2.4.1"