bauer 0.2.0

A derive macro for automatically generating the builder pattern
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"
rust-version = "1.85"
name = "bauer"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A derive macro for automatically generating the builder pattern"
readme = "README.md"
keywords = [
    "proc-macro",
    "builder",
    "derive-macro",
]
categories = [
    "rust-patterns",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/funnyboy-roks/bauer"

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

[[example]]
name = "complex"
path = "examples/complex.rs"

[[example]]
name = "generic"
path = "examples/generic.rs"

[[example]]
name = "simple"
path = "examples/simple.rs"

[[test]]
name = "infallible"
path = "tests/infallible.rs"

[[test]]
name = "ui"
path = "tests/ui.rs"

[dependencies.convert_case]
version = "0.11.0"

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

[dependencies.quote]
version = "1.0.42"

[dependencies.strum]
version = "0.28.0"
features = ["derive"]

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

[dev-dependencies.trybuild]
version = "1.0.114"