[badges.maintenance]
status = "actively-developed"
[dependencies.document-features]
version = "0.2.7"
[dev-dependencies.macro-attr-2018]
version = "3.0.0"
[features]
default = ["std"]
std = []
[lib]
name = "enum_derive_2018"
path = "src/lib.rs"
[package]
authors = ["warlock <internalmike@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["rust-patterns", "no-std"]
description = "This crate provides macros for deriving additional functionality for enums."
documentation = "https://docs.rs/enum-derive-2018/"
edition = "2021"
keywords = ["enum", "derive", "custom_derive", "macro", "macro-attr"]
license = "MIT OR Apache-2.0"
name = "enum-derive-2018"
readme = "README.md"
repository = "https://github.com/A1-Triard/enum-derive-2018"
rust-version = "1.71"
version = "3.0.2"
[[test]]
name = "display"
path = "tests/display.rs"
[[test]]
name = "enum"
path = "tests/enum.rs"
[[test]]
name = "enum_from_inner"
path = "tests/enum_from_inner.rs"
[[test]]
name = "enum_inner_as_trait"
path = "tests/enum_inner_as_trait.rs"
[[test]]
name = "fromstr"
path = "tests/fromstr.rs"
[[test]]
name = "iter"
path = "tests/iter.rs"
[[test]]
name = "next-prev"
path = "tests/next-prev.rs"