# 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.79.0" name = "drylib-proc-macros" version = "0.1.2" authors = ["Mark Tyrkba "] description = "Rust macro-library for Don't Repeating Yourself" readme = "README.md" keywords = [ "macros", "dry", "drylib", ] categories = [ "macros-and-metaprogramming", "development-tools::procedural-macro-helpers", "code-generation", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rakivo/drylib/tree/main/drylib-proc-macros" [package.metadata.docs.rs] all-features = true targets = ["x86_64-unknown-linux-gnu"] [lib] proc-macro = true [features] clones = [] clones-prefix-c = [] clones-prefix-cl = [] clones-prefix-clo = [] clones-prefix-clon = [] clones-prefix-clone = [] default = [ "muts", "clones", "mutclones", ] mutclones = [] muts = []