brest 0.2.2

Simple response format for web apis
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"
name = "brest"
version = "0.2.2"
authors = ["Vero <veronoicc@proton.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple response format for web apis"
documentation = "https://docs.rs/brest/latest/brest"
readme = false
license = "BSD-3-Clause"
repository = "https://github.com/veronoicc/brest"

[package.metadata]
msrv = "1.56.0"

[package.metadata.docs.rs]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
axum = ["dep:axum"]
schemars = ["dep:schemars"]
try = []

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

[dependencies.axum]
version = "0.8"
features = [
    "json",
    "matched-path",
    "form",
    "query",
    "macros",
]
optional = true
default-features = false

[dependencies.schemars]
version = "0.8"
optional = true

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

[dev-dependencies.serde_json]
version = "1.0"