[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",
]