# 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 = "quick-builder-derive" version = "0.1.0" authors = ["geo-ant"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "derive macros for the quick-builder crate" homepage = "https://github.com/geo-ant/quick-builder" readme = "Readme.md" keywords = ["builder"] categories = ["rust-patterns"] license = "MIT" repository = "https://github.com/geo-ant/quick-builder" [lib] name = "quick_builder_derive" path = "src/lib.rs" proc-macro = true [[test]] name = "compilation_tests" path = "tests/compilation_tests.rs" [[test]] name = "test" path = "tests/test.rs" [[test]] name = "with_invariants" path = "tests/with_invariants.rs" [[test]] name = "without_invariants" path = "tests/without_invariants.rs" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1" [dependencies.syn] version = "2.0" features = [ "parsing", "full", "clone-impls", "visit", ] [dev-dependencies.trybuild] version = "1.0"