typesafe_builder_derive 1.6.0

A procedural macro to generate type-safe builder patterns for Rust structs
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 = "typesafe_builder_derive"
version = "1.6.0"
authors = ["tomoikey"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A procedural macro to generate type-safe builder patterns for Rust structs"
readme = "README.md"
categories = [
    "accessibility",
    "development-tools",
    "rust-patterns",
]
license = "MIT"
repository = "https://github.com/tomoikey/typesafe_builder"

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

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

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

[dependencies.darling]
version = "0.21.1"

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

[dependencies.quote]
version = "1.0.40"

[dependencies.syn]
version = "2.0.104"
features = [
    "derive",
    "parsing",
    "proc-macro",
]

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