either_field 1.2.3

Macro for generating different types off of a template struct
Documentation
# 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 = "2024"
name = "either_field"
version = "1.2.3"
authors = [
    "FallBackITA27 <leilamassanova@gmail.com>",
    "ekstdo <minhala2003@mailo.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Macro for generating different types off of a template struct"
readme = "README.md"
keywords = [
    "macros",
    "structs",
    "omit",
    "either",
    "fields",
]
categories = [
    "data-structures",
    "development-tools::build-utils",
]
license = "GPL-3.0-only"
repository = "https://github.com/FallBackITA27/either_field/"

[lib]
name = "either_field"
path = "src/lib.rs"
proc-macro = true

[dependencies.proc-macro2]
version = "1.0.105"

[dependencies.quote]
version = "1.0.43"

[dependencies.syn]
version = "2.0.114"
features = [
    "parsing",
    "full",
    "derive",
    "extra-traits",
]