[package]
name = "shuttle-axum"
version = "0.52.0"
edition = "2021"
license = "Apache-2.0"
description = "Service implementation to run an axum webserver on shuttle"
repository = "https://github.com/shuttle-hq/shuttle"
keywords = ["shuttle-service", "axum"]
[workspace]
[dependencies]
axum = { version = "0.8.1", optional = true }
axum-0-7 = { package = "axum", version = "0.7.3", optional = true }
shuttle-runtime = { path = "../../runtime", version = "0.52.0", default-features = false }
[features]
default = ["axum"]
axum-0-7 = ["dep:axum-0-7"]