rust-rfc7807 0.2.0

RFC 7807 Problem Details for HTTP APIs — lightweight, safe, ergonomic
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 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"
rust-version = "1.75"
name = "rust-rfc7807"
version = "0.2.0"
authors = ["Mykhailo Shumilov"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RFC 7807 Problem Details for HTTP APIs — lightweight, safe, ergonomic"
documentation = "https://docs.rs/rust-rfc7807"
readme = "README.md"
keywords = [
    "rfc7807",
    "problem-details",
    "http",
    "api",
    "errors",
]
categories = [
    "web-programming",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/mihailShumilov/rust-rfc7807"

[features]
axum = [
    "dep:axum-core",
    "dep:http",
]
default = []

[lib]
name = "rust_rfc7807"
path = "src/lib.rs"

[dependencies.axum-core]
version = "0.5"
optional = true

[dependencies.http]
version = "1"
optional = true

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"