[package]
name = "num_enum_derive"
version = "0.5.11"
authors = [
"Daniel Wagner-Hall <dawagner@gmail.com>",
"Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>",
"Vincent Esche <regexident@gmail.com>",
]
description = "Internal implementation details for ::num_enum (Procedural macros to make inter-operation between primitives and enums easier)"
edition = "2018"
repository = "https://github.com/illicitonion/num_enum"
keywords = []
categories = []
license = "BSD-3-Clause OR MIT OR Apache-2.0"
[lib]
proc-macro = true
[features]
std = ["proc-macro-crate"]
complex-expressions = ["syn/full"]
external_doc = []
default = ["std"]
[package.metadata.docs.rs]
features = ["external_doc"]
[dependencies]
proc-macro2 = "1"
proc-macro-crate = { version = "1", optional = true }
quote = "1"
syn = { version = "1.0.15", features = ["parsing"] }