[package] name = "axum-scientist" version = "0.1.0" edition = "2021" license = "MIT OR Apache-2.0" description = "A 'Scientist' service for use in the Axum framework, based on Github's Scientist" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] async-trait = "0.1.58" axum-core = "0.3.0" http = "0.2.8" hyper = "0.14.23" tower-service = "0.3.2" [dev-dependencies] axum = "0.6.1" tokio = { version = "1.22.0", features = ["full"] }