[package] name = "recoil" version = "1.0.0" edition = "2021" description = "Error handling library for axum and anyhow." license = "Apache-2.0" repository = "https://dreamerslegacy.xyz/git/dlxyz/recoil" documentation = "https://docs.rs/recoil" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.70" axum = "0.6.12" http = "0.2.9" serde = { version = "1.0.159", features = ["derive"] } [dev-dependencies] http-body = "0.4.5" serde_json = "1.0.95" tokio = { version = "1.27.0", features = ["rt", "macros"] }