json-resp-derive 0.1.1

A utility to generate easy json response/errors
Documentation
[dependencies.proc-macro2]
version = "1.0.39"

[dependencies.quote]
version = "1.0.18"

[dependencies.syn]
features = ["full"]
version = "1.0.96"

[features]
log = []
openapi = []

[lib]
proc-macro = true

[package]
authors = ["Pouya M. B. <pooyamb@gmail.com>"]
categories = ["web-programming::http-server"]
description = "A utility to generate easy json response/errors"
documentation = "https://docs.rs/json-resp"
edition = "2021"
keywords = ["web", "json", "response", "axum"]
license = "MIT OR Apache-2.0"
name = "json-resp-derive"
readme = "README.md"
repository = "https://github.com/pooyamb/json-resp/"
version = "0.1.1"