serde_valid_derive 2.0.2

JSON Schema based validation tool using serde.
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"
name = "serde_valid_derive"
version = "2.0.2"
authors = ["ya7010 <ya7010@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "JSON Schema based validation tool using serde."
readme = false
keywords = [
    "json_schema",
    "serde",
    "validation",
]
categories = ["encoding"]
license = "MIT"
repository = "https://github.com/ya7010/serde_valid.git"

[features]
default = []
fluent = []

[lib]
name = "serde_valid_derive"
path = "src/lib.rs"
proc-macro = true

[dependencies.itertools]
version = "^0.14.0"

[dependencies.proc-macro2]
version = "^1.0"

[dependencies.quote]
version = "^1.0"

[dependencies.strsim]
version = "^0.11"

[dependencies.syn]
version = "^2.0"
features = [
    "extra-traits",
    "full",
]