builder_option 0.1.0

A macro to generate builder class for a struct
Documentation
[package]
name = "builder_option"
version = "0.1.0"
description = "A macro to generate builder class for a struct"
authors = ["Andrzej Lichnerowicz <andrzej@lichnerowicz.pl>"]
homepage = "https://andrzej.lichnerowicz.pl"
repository = "https://codeberg.org/unjello/builder_option"
keywords = ["builder", "design", "pattern"]
license = "CC0-1.0"
edition = "2021"
readme = "../README.md"

include = [
        "Cargo.toml",
        "src/**/*",
        "../README.md"
]

[dependencies]
paste = "1.0.15"
builder_option_derive = { version = "0.1.0", path = "../builder_option_derive", optional = true }

[features]
derive = ["builder_option_derive"]

[dev-dependencies]
chrono = "0.4"