clarify 0.1.1

A powerful and flexible JSON validation library for Rust with multi-language support
Documentation
[[bin]]
name = "clarify"
path = "src/main.rs"

[dependencies.axum]
optional = true
version = "0.7"

[dependencies.lazy_static]
version = "1.4"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dev-dependencies.tokio]
features = ["full"]
version = "1"

[[example]]
name = "usage_example"
path = "examples/usage_example.rs"
required-features = ["axum"]

[features]
axum = ["dep:axum"]
default = []

[lib]
name = "clarify"
path = "src/lib.rs"

[package]
authors = ["Luan Costa"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming", "parsing", "internationalization"]
description = "A powerful and flexible JSON validation library for Rust with multi-language support"
documentation = "https://codeberg.org/luangotardo/Clarify/src/branch/main/docs/en/README.md"
edition = "2021"
homepage = "https://codeberg.org/luangotardo/Clarify"
keywords = ["json", "validation", "i18n", "axum", "error-handling"]
license = "MIT"
name = "clarify"
readme = "README.md"
repository = "https://codeberg.org/luangotardo/Clarify.git"
version = "0.1.1"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"