[dependencies.proc-macro2]
version = "1.0.103"
[dependencies.quote]
version = "1.0.42"
[dependencies.syn]
features = ["full"]
version = "2.0.110"
[lib]
name = "enum_typer"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["DexerMatters"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns", "encoding"]
description = "Type-indexed enums and GADTs for Rust via procedural macros"
edition = "2021"
keywords = ["gadt", "type-indexing", "proc-macro", "pattern-matching", "trait-objects"]
license = "MIT OR Apache-2.0"
name = "enum-typer"
readme = "README.md"
repository = "https://github.com/DexerMatters/enum-typer"
version = "0.1.0"
[[test]]
name = "examples"
path = "tests/examples.rs"