setty-derive 0.3.6

Proc macros crate of the `setty` library.
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 = "2024"
name = "setty-derive"
version = "0.3.6"
authors = ["Sergii Mikhtoniuk <mikhtoniuk@gmail.com>"]
build = false
include = [
    "benches/*.rs",
    "src/**/*.rs",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Proc macros crate of the `setty` library."
homepage = "https://github.com/kamu-data/setty"
readme = "README.md"
keywords = ["configuration"]
categories = ["config"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/kamu-data/setty"
resolver = "2"

[features]
case-enums-any = []
case-enums-camel = []
case-enums-kebab = []
case-enums-lower = []
case-enums-pascal = []
case-enums-snake = []
case-fields-camel = []
case-fields-kebab = []
case-fields-lower = []
case-fields-pascal = []
case-fields-snake = []
default = []
derive-clone = []
derive-debug = []
derive-deserialize = []
derive-eq = ["derive-partial-eq"]
derive-jsonschema = []
derive-partial-eq = []
derive-serialize = []
derive-validate = []

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

[dependencies.proc-macro2]
version = "1"
default-features = false

[dependencies.quote]
version = "1"
default-features = false

[dependencies.syn]
version = "2"