[dependencies.axum]
features = ["macros"]
version = "^0.8"
[dependencies.figment]
features = ["toml", "env", "test"]
version = "^0.10.19"
[dependencies.http]
version = "^1"
[dependencies.matchit]
version = "^0.9"
[dependencies.quote]
version = "^1"
[dependencies.serde]
features = ["derive"]
version = "^1"
[dependencies.tokio]
features = ["rt-multi-thread"]
version = "^1"
[dependencies.tower]
features = ["util"]
version = "^0.5"
[dependencies.tower-layer]
version = "^0.3.3"
[dependencies.tower-service]
version = "^0.3.3"
[dependencies.uuid]
features = ["v7"]
version = "^1"
[lib]
name = "lxy"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A convenient async http and RPC framework in Rust"
edition = "2024"
homepage = "https://github.com/forehalo/lxy"
license = "MIT"
name = "lxy"
readme = "README.md"
repository = "https://github.com/forehalo/lxy"
resolver = "2"
version = "0.1.0"