# 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 = "2021" name = "typed-builder" version = "0.20.0" authors = [ "IdanArye ", "Chris Morgan ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Compile-time type-checked builder derive" documentation = "https://idanarye.github.io/rust-typed-builder/" readme = "README.md" keywords = ["builder"] categories = ["rust-patterns"] license = "MIT OR Apache-2.0" repository = "https://github.com/idanarye/rust-typed-builder" [lib] name = "typed_builder" path = "src/lib.rs" [[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" [[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" [dependencies.typed-builder-macro] version = "=0.20.0"