# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "recoil" version = "1.0.0" description = "Error handling library for axum and anyhow." documentation = "https://docs.rs/recoil" readme = "README.md" license = "Apache-2.0" repository = "https://dreamerslegacy.xyz/git/dlxyz/recoil" [dependencies.anyhow] version = "1.0.70" [dependencies.axum] version = "0.6.12" [dependencies.http] version = "0.2.9" [dependencies.serde] version = "1.0.159" features = ["derive"] [dev-dependencies.http-body] version = "0.4.5" [dev-dependencies.serde_json] version = "1.0.95" [dev-dependencies.tokio] version = "1.27.0" features = [ "rt", "macros", ]