# 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 = "json_errors" version = "0.5.5" authors = ["Thibaut Roche "] description = "Transforms popular crates' errors into JSON errors. Aimed to be used with Rocket." readme = "README.md" license = "MIT" repository = "https://github.com/Aeradriel/rs_json_errors.git" resolver = "2" [package.metadata.docs.rs] all-features = true [dependencies.diesel] version = "1.4.8" features = [ "postgres", "r2d2", "uuid", "chrono", ] optional = true [dependencies.log] version = "0.4.17" [dependencies.regex] version = "1.6.0" [dependencies.reqwest] version = "0.11.11" optional = true [dependencies.rocket] version = "0.4.11" [dependencies.rocket_contrib] version = "0.4.11" [dependencies.serde] version = "1.0.139" [dependencies.serde_derive] version = "1.0.139" [dependencies.serde_json] version = "1.0.82" [features] stripe = ["reqwest"]