[dependencies.diesel]
version = "1.4.4"
[dependencies.rocket]
features = ["json"]
version = "0.5.0-rc.1"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.sqlx]
features = ["runtime-async-std-native-tls", "mysql"]
version = "0.5"
[dependencies.syn]
version = "0.15.23"
[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.1.3"