# 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 = "2018" name = "syn-helpers" version = "0.5.0" authors = ["Ben "] description = "Framework for building derive macros" readme = "README.md" keywords = [ "proc-macro-derive", "syn", "code-generation", "enum", ] categories = [ "development-tools::procedural-macro-helpers", "development-tools::build-utils", ] license = "MIT" repository = "https://github.com/kaleidawave/syn-helpers" [dependencies.either_n] version = "0.2" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" features = [ "full", "visit", "visit-mut", ] [features] field_is_type = ["syn-extra-traits"] syn-extra-traits = ["syn/extra-traits"]