[package] name = "koyori" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1" arrayvec = "0.7" async-trait = "0.1" axum = "0.5" futures = "0.3" http = "0.2" once_cell = "1" prometheus-client = "0.16" tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } tokio = { version = "1", features = ["macros", "rt-multi-thread", "signal", "process", "tracing"] } hostname = "0.3" serde = { version = "1", features = ["derive"] } serde_json = "1" console-subscriber = "0.1"