# 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" rust-version = "1.61.0" name = "derive-getters" version = "0.5.0" authors = ["Stephan Luther "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple boilerplate getters generator." homepage = "https://sr.ht/~kvsari/derive-getters/" readme = "README.md" keywords = [ "getter", "getters", "derive", "macro", ] categories = ["development-tools::procedural-macro-helpers"] license = "MIT" repository = "https://git.sr.ht/~kvsari/derive-getters" [lib] name = "derive_getters" path = "src/lib.rs" proc-macro = true [[test]] name = "tests" path = "tests/lib.rs" [[test]] name = "all_ref_getters" path = "tests/all_ref_getters.rs" [[test]] name = "auto_copy_getters" path = "tests/auto_copy_getters.rs" required-features = ["auto_copy_getters"] [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" features = ["extra-traits"] [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.trybuild] version = "1.0" [dev-dependencies.version-sync] version = "0.9" [features] auto_copy_getters = [] default = []