# 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 = "http-whatever" version = "0.4.0" authors = ["Martin Bartlett"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A threadsafe snafu::Whatever for HTTP errors" homepage = "https://github.com/bassmanitram/http-whatever" documentation = "https://docs.rs/http-whatever" readme = "README.md" keywords = [ "snafu", "whatever", "http", ] categories = ["web-programming::http-server"] license = "Apache-2.0" repository = "https://github.com/bassmanitram/http-whatever" [lib] name = "http_whatever" path = "src/lib.rs" [dependencies.http] version = "1" [dependencies.snafu] version = "0.8"