# 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 = "better-builder" version = "0.1.0" authors = ["Josiah Bull "] build = false exclude = [ "tests/*", ".github/*", ] publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "A library to derive an improved builder pattern for structs, leveraging Rust's type system." readme = "README.md" keywords = [ "derive", "macro", "builder", "setter", "struct", ] categories = [ "development-tools", "rust-patterns", ] license = "MIT OR Apache-2.0" repository = "https://github.com/JosiahBull/better-builder" [lib] name = "better_builder" path = "src/lib.rs" proc-macro = true [dependencies.quote] version = "1.0.36" [dependencies.syn] version = "2.0.72" features = ["extra-traits"] [dev-dependencies.trybuild] version = "1.0.97" [lints.clippy] nursery = "warn" pedantic = "warn" [lints.rust] rust_2018_idioms = "warn"