# 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 = "derive-attribute-macros" version = "0.1.1" description = "A procedural macro crate for derive-attribute" license = "MIT" resolver = "1" [lib] proc-macro = true [dependencies.convert_case] version = "0.6.0" [dependencies.derive-attribute-utils] version = "0.1.0" features = ["syn_2"] [dependencies.proc-macro2] version = "1.0.56" [dependencies.quote] version = "1.0.27" [dependencies.syn_v2] version = "2" features = ["full"] package = "syn" [features] syn_1 = [] syn_2 = []