# 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 = "altgetset" version = "0.1.1" authors = ["Rhelvetican"] build = false autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "An alternative getters/setters proc-macro library." homepage = "https://github.com/Rhelvetican/altgetset" documentation = "https://docs.rs/altgetset" readme = "README.md" license = "MIT OR AFL-3.0 OR LGPL-3.0-or-later" repository = "https://github.com/Rhelvetican/altgetset" [lib] name = "altgetset" path = "src/lib.rs" proc-macro = true [[test]] name = "getset" path = "tests/getset.rs" [dependencies.proc-macro-error2] version = "2" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.syn] version = "2"