# 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 = "smile-marco" version = "1.0.0" authors = ["shunling "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "One contains many useful macros for generating common code" documentation = "https://docs.rs/smile-marco" readme = "README.md" keywords = [ "macros", "get", "builder", ] license = "MIT OR Apache-2.0" repository = "https://github.com/shunlingsmile/smile-marco" [profile.dev] opt-level = 0 [profile.release] opt-level = 3 [lib] name = "smile_marco" path = "src/lib.rs" proc-macro = true [[example]] name = "builder" path = "examples/builder.rs" [[example]] name = "data" path = "examples/data.rs" [[example]] name = "getter" path = "examples/getter.rs" [[example]] name = "setter" path = "examples/setter.rs" [[example]] name = "wither" path = "examples/wither.rs" [dependencies.proc-macro2] version = "1.0.79" [dependencies.quote] version = "1.0.35" [dependencies.syn] version = "2.0.53" features = [] [features] builder = [] default = ["full"] full = [ "getter", "setter", "wither", "builder", ] getter = [] setter = [] wither = []