# 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 = "error-ext" version = "0.2.2" authors = ["Heiko Seeberger "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Error utilities." homepage = "https://github.com/hseeberger/error-ext" documentation = "https://docs.rs/configured/latest/error-ext" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/hseeberger/error-ext" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "error_ext" path = "src/lib.rs" [dependencies.axum] version = "0.7" optional = true [dependencies.utoipa] version = "4.2" features = ["axum_extras"] optional = true [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.thiserror] version = "1.0"