[package]
edition = "2021"
name = "desert_framework"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Micro-framework for building backend applications in Rust with Axum"
readme = false
license = "MIT"
repository = "https://github.com/Desert-Ecosystem/framework"
[lib]
name = "desert_framework"
path = "src/lib.rs"
[dependencies.axum]
version = "0.8"
[dependencies.desert-framework-macros]
version = "0.1.3"
[dependencies.inventory]
version = "0.3"
[dependencies.log]
version = "0.4.28"
[dependencies.tokio]
version = "1.47.1"
features = ["sync"]
[dev-dependencies.tokio]
version = "1.47.1"
features = ["full"]
[dev-dependencies.tower]
version = "0.5"
features = ["util"]
[dev-dependencies.tower-http]
version = "0.6"
features = ["util"]