[dependencies.derive-syn-parse]
version = "0.1.5"
[dependencies.proc-macro-error]
version = "1.0"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.syn]
features = ["full", "derive", "printing", "extra-traits", "visit-mut"]
version = "2.0"
[dependencies.template-quote]
version = "0.4"
[lib]
name = "sumtype"
path = "lib.rs"
proc-macro = true
[package]
authors = ["Yasuo Ozu <yasuo@ozu.email>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["data-structures", "no-std::no-alloc", "rust-patterns"]
description = "Generate zerocost sumtype of iterators or closures"
edition = "2021"
keywords = ["macros", "zerocost", "enum", "union-type", "iterator"]
license = "MIT"
name = "sumtype"
readme = "README.md"
repository = "https://github.com/yasuo-ozu/sumtype"
version = "0.1.1"
[[test]]
name = "test"
path = "tests/test.rs"
[[test]]
name = "test_mod"
path = "tests/test_mod.rs"