# 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-utils" version = "0.1.1" description = "A utility crate for derive-attribute" license = "MIT" resolver = "1" [package.metadata.docs.rs] all-features = true [dependencies.proc-macro2] version = "1.0.56" [dependencies.syn_v1] version = "1" features = ["full"] optional = true package = "syn" [dependencies.syn_v2] version = "2" features = ["full"] optional = true package = "syn" [dependencies.thiserror] version = "1.0.40" [features] syn_1 = ["syn_v1"] syn_2 = ["syn_v2"]