# 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 = "attribute-derive-macro" version = "0.10.3" build = false include = [ "src/**/*", "LICENSE", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Clap for proc macro attributes" documentation = "https://docs.rs/attribute-derive" readme = "README.md" keywords = [ "derive", "macro", ] categories = [ "rust-patterns", "development-tools::procedural-macro-helpers", "parsing", ] license = "MIT" repository = "https://github.com/ModProg/attribute-derive" [package.metadata.release] shared-version = true tag = false [lib] name = "attribute_derive_macro" path = "src/lib.rs" proc-macro = true [dependencies.collection_literals] version = "1" [dependencies.interpolator] version = "0.5.0" features = ["iter"] [dependencies.manyhow] version = "0.11" [dependencies.proc-macro-utils] version = "0.10.0" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.quote-use] version = "0.8" [dependencies.syn] version = "2"