# 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.80" name = "lombok_next" version = "0.0.1" authors = ["mainfn"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library that mimics the functionality of Java's Lombok" documentation = "https://docs.rs/lombok_next" readme = "README.md" keywords = [ "lombok", "lombok_next", "java", "getter", "setter", ] categories = ["development-tools"] license = "MIT" license-file = "LICENSE" repository = "https://github.com/mainfn/lombok_next" [lib] name = "lombok_next" path = "src/lib.rs" proc-macro = true [[test]] name = "getter_test" path = "tests/getter_test.rs" [[test]] name = "setter_test" path = "tests/setter_test.rs" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" features = ["full"]