json_errors 0.4.3

Transforms popular crates' errors into JSON errors. Aimed to be used with Rocket.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "json_errors"
version = "0.4.3"
authors = ["Thibaut Roche <thibaut.roche.perso@gmail.com>"]
description = "Transforms popular crates' errors into JSON errors. Aimed to be used with Rocket."
license = "MIT"
repository = "https://github.com/Aeradriel/rs_json_errors.git"
[package.metadata.docs.rs]
all-features = true
[dependencies.diesel]
version = "1.4.2"
features = ["postgres", "r2d2", "uuid", "chrono"]
optional = true

[dependencies.libstripe]
version = "0.5.9"
optional = true

[dependencies.log]
version = "0.4.6"

[dependencies.regex]
version = "1.1.6"

[dependencies.reqwest]
version = "0.9.18"
optional = true

[dependencies.rocket]
version = "0.4.1"

[dependencies.rocket_contrib]
version = "0.4.1"

[dependencies.serde]
version = "1.0.92"

[dependencies.serde_derive]
version = "1.0.92"

[dependencies.serde_json]
version = "1.0.39"

[features]
stripe = ["libstripe", "reqwest"]