# 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" version = "0.1.2" authors = ["geo-ant"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "compile-time checked builder generator with run-time invariant enforcement" homepage = "https://github.com/geo-ant/quick-builder" readme = "Readme.md" keywords = [ "builder", "derive", "macro", "validate", "invariant", ] categories = [ "rust-patterns", "data-structures", ] license = "MIT" repository = "https://github.com/geo-ant/quick-builder" [lib] name = "quick_builder" path = "src/lib.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.quick-builder-derive] version = "0.1.0" [dev-dependencies.derive-getters] version = "0.5.0" [dev-dependencies.getset] version = "0.1.3"