vld 0.1.3

Type-safe runtime validation library for Rust, inspired by Zod
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.70"
name = "vld"
version = "0.1.3"
build = false
exclude = [
    ".idea/",
    ".github/",
    "tests/",
    "benches/",
    "examples/playground/",
    "examples/user_saved.json",
    "examples/user_corrected.json",
    "crates/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Type-safe runtime validation library for Rust, inspired by Zod"
homepage = "https://github.com/s00d/vld"
documentation = "https://docs.rs/vld"
readme = "README.md"
keywords = [
    "validation",
    "schema",
    "json",
    "zod",
    "parsing",
]
categories = [
    "parsing",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/s00d/vld"

[features]
chrono = ["dep:chrono"]
default = ["std"]
derive = ["dep:vld-derive"]
deserialize = []
diff = []
openapi = []
regex = ["dep:regex-lite"]
serialize = []
std = []

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

[dependencies.chrono]
version = "0.4"
features = [
    "std",
    "clock",
]
optional = true
default-features = false

[dependencies.regex-lite]
version = "0.1"
optional = true

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

[dependencies.serde_json]
version = "1"

[dependencies.vld-derive]
version = "0.1.3"
optional = true

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.proptest]
version = "1"

[dev-dependencies.serde]
version = "1"
features = ["derive"]