[dependencies.evalexpr]
version = "12.0.2"
[dependencies.itertools]
version = "0.14.0"
[dependencies.proc-macro-error]
version = "1.0.4"
[dependencies.proc-macro2]
version = "1.0.79"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["full"]
version = "2.0.103"
[dev-dependencies.trybuild]
version = "1.0.105"
[lib]
name = "enumrs"
path = "src/lib.rs"
proc-macro = true
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = []
description = "A derive for adding arbitrary values to enums"
edition = "2024"
homepage = "https://github.com/mjhouse/enumrs"
keywords = ["enum", "derive", "attributes"]
license = "GPL-3.0-only"
name = "enumrs"
readme = "README.md"
repository = "https://github.com/mjhouse/enumrs"
version = "0.2.0"
[[test]]
name = "test_compiled"
path = "tests/test_compiled.rs"
[[test]]
name = "test_complex"
path = "tests/test_complex.rs"
[[test]]
name = "test_tagged"
path = "tests/test_tagged.rs"