[package]
name = "canwa"
version = "0.1.0"
authors = ["Jonni Liljamo <jonni@liljamo.com"]
edition = "2021"
homepage = "https://liljamo.dev/canwa"
license = "GPL-3.0-or-later"
publish = false
repository = "https://git.src.quest/~liljamo/canwa"
[dependencies]
async-trait = "0.1"
axum = { version = "0.8", default-features = false, features = [
"http1",
"http2",
"json",
"tokio",
"tower-log",
"tracing",
"form",
] }
clap = { version = "4", features = ["derive"] }
reqwest = "0.12"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
toml = { version = "0.8", default-features = false, features = ["parse"] }
tokio = { version = "1", features = ["full"] }
tower-http = { version = "0.6", features = ["trace"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
typetag = "0.2"