# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "derive-patch" version = "0.0.1" authors = ["Marcel Lambert "] exclude = [".rusty-hooks/*", "commitmessage", "setup-git.sh", ".conform.yaml"] description = "Macro to generate a struct with all field Optional (`partial!`) and another macro to generate a patch (`patch!`)." readme = "README.md" keywords = ["partial", "patch", "derive"] categories = ["data-structures", "no-std", "rust-patterns"] license-file = "LICENSE.md" repository = "https://github.com/Fice/derive-patch" [lib] proc-macro = true [dependencies] [dev-dependencies.clippy] version = "^0" [dev-dependencies.clog-cli] version = "^0.9.3" [badges.maintenance] status = "passively-maintained"