# 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 = "jsend" version = "1.0.2" authors = ["Austin Moore"] description = """ A lightweight Rust crate for structuring API responses in the JSend format. """ homepage = "https://github.com/austinmoore-/jsend" readme = "README.md" keywords = [ "jsend", "json", "serde", "api", ] categories = ["web-programming"] license = "MIT" repository = "https://github.com/austinmoore-/jsend" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0" optional = true [dev-dependencies.axum] version = "0.7.4" [dev-dependencies.tokio] version = "1.36.0" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.uuid] version = "1.7.0" features = [ "serde", "v4", ] [features] default = ["serde"] serde = [ "dep:serde", "dep:serde_json", ]