num_enum_derive 0.4.1

Internal implementation details for ::num_enum (Procedural macros to make inter-operation between primitives and enums easier)
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "num_enum_derive"
version = "0.4.1"
authors = ["Daniel Wagner-Hall <dawagner@gmail.com>", "Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>"]
description = "Internal implementation details for ::num_enum (Procedural macros to make inter-operation between primitives and enums easier)"
keywords = []
categories = []
license = "BSD-3-Clause"
repository = "https://github.com/illicitonion/num_enum"
[package.metadata.docs.rs]
features = ["external_doc"]

[lib]
proc-macro = true
[dependencies.proc-macro-crate]
version = "0.1.4"

[dependencies.proc-macro2]
version = "0.4.30"

[dependencies.proc-quote]
version = "0.2.2"

[dependencies.syn]
version = "0.15.44"

[features]
complex-expressions = ["syn/full"]
default = ["std"]
external_doc = []
std = []