# 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.69" name = "rocket-json-response" version = "0.6.5" authors = ["Magic Len "] include = [ "src/**/*", "Cargo.toml", "README.md", "LICENSE", ] description = "This is a crate which provides `JSONResponse` and `JSONResponseWithoutData` structs to response JSON format data with an additional **code** integer value." homepage = "https://magiclen.org/rocket-json-response" readme = "README.md" keywords = [ "rocket", "server", "web", "json", ] categories = ["web-programming"] license = "MIT" repository = "https://github.com/magiclen/rocket-json-response" [dependencies.debug-helper] version = "0.3" [dependencies.json-gettext] version = "4.0.3" features = ["rocket"] [dependencies.rocket] version = "0.5.0-rc.4" [dev-dependencies.enum-ordinalize] version = "3.1" [dev-dependencies.serde] version = "1" features = ["derive"]