catscii/Cargo.toml

23 lines
752 B
TOML

[package]
name = "catscii"
version = "0.1.0"
authors = ["Amos Wenger <amos@fasterthanli.me>"]
edition = "2018"
[dependencies]
artem = { version = "=1.1.5", default-features = false }
axum = "0.6"
color-eyre = "0.6"
image = "0.24"
locat = { version = "0.3.1", registry = "menteeth" }
opentelemetry = { version = "0.18", features = ["rt-tokio"] }
opentelemetry-honeycomb = { git = "https://github.com/fasterthanlime/opentelemetry-honeycomb-rs", branch = "simplified", version = "0.1.0" }
pretty-hex = "0.3"
reqwest = { version = "0.11", features = ["json"] }
serde = { version = "1", features = ["derive"] }
tokio = { version = "1", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["json"] }
[dev-dependencies]