jsend 1.0.1

A lightweight Rust crate for structuring API responses in the JSend format.
Documentation
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

[dependencies.serde_json]
optional = true
version = "1.0"
[dev-dependencies.axum]
version = "0.7.4"

[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.36.0"

[dev-dependencies.uuid]
features = ["serde", "v4"]
version = "1.7.0"

[features]
default = ["serde"]
serde = ["dep:serde", "dep:serde_json"]

[package]
authors = ["Austin Moore"]
categories = ["web-programming"]
description = "A lightweight Rust crate for structuring API responses in the JSend\nformat.\n"
edition = "2021"
homepage = "https://github.com/austinmoore-/jsend"
keywords = ["jsend", "json", "serde", "api"]
license = "MIT"
name = "jsend"
readme = "README.md"
repository = "https://github.com/austinmoore-/jsend"
version = "1.0.1"