[dependencies.typed-builder-macro]
version = "=0.20.0"
[[example]]
name = "complicate_build"
path = "examples/complicate_build.rs"
[[example]]
name = "example"
path = "examples/example.rs"
[[example]]
name = "example_prefix_suffix"
path = "examples/example_prefix_suffix.rs"
[lib]
name = "typed_builder"
path = "src/lib.rs"
[package]
authors = ["IdanArye <idanarye@gmail.com>", "Chris Morgan <me@chrismorgan.info>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["rust-patterns"]
description = "Compile-time type-checked builder derive"
documentation = "https://idanarye.github.io/rust-typed-builder/"
edition = "2021"
keywords = ["builder"]
license = "MIT OR Apache-2.0"
name = "typed-builder"
readme = "README.md"
repository = "https://github.com/idanarye/rust-typed-builder"
version = "0.20.0"
[[test]]
name = "no_std"
path = "tests/no_std.rs"
[[test]]
name = "no_type_leakage"
path = "tests/no_type_leakage.rs"
[[test]]
name = "tests"
path = "tests/tests.rs"