# 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 = "actix-web-thiserror" version = "0.2.7" authors = ["enzi "] include = [ "/src", "/README.md", "/LICENSE.md", "/crates-io.md", ] description = "Extend thiserror crate functionality for actix-web." documentation = "https://docs.rs/actix-web-thiserror" readme = "crates-io.md" keywords = [ "actix", "web", "http", "response", "error", ] license = "MIT" repository = "https://github.com/enzious/actix-web-thiserror" [dependencies.actix-web] version = "4.3.1" [dependencies.actix-web-thiserror-derive] version = "0.2.7" [dependencies.arc-swap] version = "1.6.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.serde_json] version = "1.0.96" [dev-dependencies.log] version = "0.4.17" [dev-dependencies.thiserror] version = "1.0.40"