[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
features = ["full"]
version = "2"
[lib]
name = "umbra"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Kyosuke Fujimoto <kyoro.f@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns"]
description = "A macro to generate optional structs"
documentation = "https://docs.rs/umbra/"
edition = "2021"
homepage = "https://github.com/lusingander/umbra"
keywords = ["macro", "struct", "option"]
license = "MIT"
name = "umbra"
readme = "README.md"
repository = "https://github.com/lusingander/umbra"
version = "0.3.0"
[[test]]
name = "test"
path = "tests/test.rs"