[dependencies.http]
version = "1.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "1.0"
[dependencies.validator]
features = ["derive"]
version = "0.18"
[dev-dependencies.tokio]
features = ["full", "macros", "rt-multi-thread"]
version = "1.35"
[lib]
name = "rustapi_validate"
path = "src/lib.rs"
[package]
authors = ["RustAPI Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Validation system for RustAPI framework"
edition = "2021"
homepage = "https://github.com/Tuntii/RustAPI"
license = "MIT OR Apache-2.0"
name = "rustapi-validate"
readme = "README.md"
repository = "https://github.com/Tuntii/RustAPI"
version = "0.1.2"