# 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 = "gset" version = "1.1.0" authors = ["Andrew Sonin "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A procedural macro for generating the most basic getters and setters on fields." homepage = "https://github.com/andrewsonin/gset" documentation = "https://docs.rs/gset/" readme = "README.md" keywords = [ "macro", "getter", "setter", "getters", "setters", ] categories = ["development-tools::procedural-macro-helpers"] license = "MIT" repository = "https://github.com/andrewsonin/gset" [lib] name = "gset" path = "src/lib.rs" proc-macro = true [[test]] name = "getset" path = "tests/getset.rs" [dependencies.derive_more] version = "0.99" [dependencies.lazy_format] version = "2" [dependencies.printable] version = "2" [dependencies.proc-macro-error] version = "1" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.syn] version = "1" [lints.clippy] undocumented_unsafe_blocks = "warn" [lints.clippy.pedantic] level = "warn" priority = 1 [lints.rust] missing_debug_implementations = "warn" missing_docs = "warn" unreachable_pub = "warn" [lints.rust.rust_2018_idioms] level = "warn" priority = 1