prost-validate-derive-core 0.2.2

the prost-validate derive implementation
Documentation
[dependencies.anyhow]
version = "1.0.86"

[dependencies.darling]
features = ["suggestions"]
version = "0.20"

[dependencies.heck]
version = "0.5.0"

[dependencies.once_cell]
version = "1.19.0"

[dependencies.proc-macro-error]
version = "1"

[dependencies.proc-macro2]
version = "1"

[dependencies.prost-reflect]
features = ["derive", "serde"]
version = "0.14.1"

[dependencies.prost-types]
version = "0.13.2"

[dependencies.prost-validate-types]
version = "0.2.2"

[dependencies.quote]
version = "1"

[dependencies.regex]
version = "1.10.6"

[dependencies.syn]
version = "2"

[dependencies.time]
version = "0.3.36"

[dev-dependencies.prettyplease]
version = "0.2.22"

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

[lints.clippy]
expect_used = "allow"
panic = "allow"
unwrap_used = "allow"

[package]
authors = ["Adphi"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "the prost-validate derive implementation"
documentation = "https://docs.rs/prost-validate-derive-core"
edition = "2021"
license = "Apache-2.0"
name = "prost-validate-derive-core"
readme = false
repository = "https://github.com/linka-cloud/prost-validate"
version = "0.2.2"