[dependencies.rocket]
features = ["json"]
version = "0.5.0-rc.1"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.validator]
version = "0.14"
[package]
authors = ["Nis5l <kirchler123@gmail.com>"]
description = "Crate for working with Json and Rocket"
documentation = "https://docs.rs/rocketjson"
edition = "2018"
keywords = ["rocket", "json", "web", "server", "api"]
license = "MIT OR Apache-2.0"
name = "rocketjson_data"
readme = "../README.md"
repository = "https://github.com/Nis5l/rocketjson"
version = "1.0.2"