Files
Notes/notes-service/vendor/validator_derive/Cargo.toml
T
2026-08-01 16:11:49 +03:00

59 lines
1.3 KiB
TOML

# 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 = "2024"
rust-version = "1.88"
name = "validator_derive"
version = "0.20.1"
authors = ["Vincent Prouillet <hello@vincentprouillet.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Macros 1.1 implementation of #[derive(Validate)]"
homepage = "https://github.com/Keats/validator"
readme = "README.md"
keywords = [
"validation",
"api",
"validator",
]
license = "MIT"
repository = "https://github.com/Keats/validator"
resolver = "2"
[features]
nightly_features = ["proc-macro-error3/nightly"]
[lib]
name = "validator_derive"
path = "src/lib.rs"
proc-macro = true
[dependencies.darling]
version = "0.23"
features = ["suggestions"]
[dependencies.proc-macro-error3]
version = "3"
[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
version = "2"