# 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.58.1" name = "racros" version = "0.2.1" authors = ["realth000"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Collection of rust macros" homepage = "https://github.com/realth000/racros" readme = "README.md" keywords = [ "derive", "macros", ] categories = [ "rust-patterns", "value-formatting", ] license = "MIT" repository = "https://github.com/realth000/racros" [lib] name = "racros" path = "src/lib.rs" proc-macro = true [[example]] name = "auto_debug" path = "examples/auto_debug.rs" [[example]] name = "auto_str" path = "examples/auto_str.rs" [[example]] name = "bundle_text" path = "examples/bundle_text.rs" [[example]] name = "copy_with" path = "examples/copy_with.rs" [dependencies.proc-macro2] version = "1.0.66" [dependencies.quote] version = "1.0.32" [dependencies.syn] version = "2.0.28" features = ["extra-traits"]