# 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 = "axum-ctx" version = "0.4.0" authors = ["Mo Bitar "] include = [ "/src/", "/LICENSE.txt", "/README.md", ] description = "Error handling in Axum inspired by anyhow" readme = "README.md" keywords = [ "axum", "error", "error-handling", ] license = "AGPL-3.0" repository = "https://codeberg.org/mo8it/axum-ctx" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies.axum-core] version = "0.4.3" [dependencies.http] version = "1.1.0" [dependencies.tracing] version = "0.1.40" features = ["std"] default-features = false [dev-dependencies.anyhow] version = "1.0.83" [dev-dependencies.axum] version = "0.7.5" features = ["json"] default-features = false