[dependencies.json_validator_macro]
version = "0.1.2"
[dependencies.regex]
version = "1"
[dependencies.serde]
features = ["derive"]
version = "1.0.203"
[lib]
crate-type = ["lib"]
name = "json_validator"
path = "src/lib.rs"
[package]
authors = ["Ian Vega <lan@ciencias.unam.mx>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A library for JSON validation with custom error messages and validation rules."
documentation = "https://docs.rs/json_validator"
edition = "2021"
homepage = "https://github.com/Lann892"
license = "MIT"
name = "json_validator"
readme = "README.md"
repository = "https://github.com/Lann892/json_validator"
version = "0.1.12"
[[test]]
name = "integration"
path = "tests/integration.rs"