69 lines
1.6 KiB
TOML
69 lines
1.6 KiB
TOML
# 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 are reading this file be aware that the original Cargo.toml
|
|
# will likely look very different (and much more reasonable).
|
|
# See Cargo.toml.orig for the original contents.
|
|
|
|
[package]
|
|
edition = "2021"
|
|
rust-version = "1.70.0"
|
|
name = "num_enum_derive"
|
|
version = "0.7.4"
|
|
authors = [
|
|
"Daniel Wagner-Hall <dawagner@gmail.com>",
|
|
"Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>",
|
|
"Vincent Esche <regexident@gmail.com>",
|
|
]
|
|
build = false
|
|
autolib = false
|
|
autobins = false
|
|
autoexamples = false
|
|
autotests = false
|
|
autobenches = false
|
|
description = "Internal implementation details for ::num_enum (Procedural macros to make inter-operation between primitives and enums easier)"
|
|
readme = "README.md"
|
|
keywords = []
|
|
categories = []
|
|
license = "BSD-3-Clause OR MIT OR Apache-2.0"
|
|
repository = "https://github.com/illicitonion/num_enum"
|
|
|
|
[package.metadata.docs.rs]
|
|
features = ["external_doc"]
|
|
|
|
[features]
|
|
complex-expressions = ["syn/full"]
|
|
default = ["std"]
|
|
external_doc = []
|
|
std = ["proc-macro-crate"]
|
|
|
|
[lib]
|
|
name = "num_enum_derive"
|
|
path = "src/lib.rs"
|
|
proc-macro = true
|
|
|
|
[dependencies.proc-macro-crate]
|
|
version = ">= 1, <= 3"
|
|
optional = true
|
|
|
|
[dependencies.proc-macro2]
|
|
version = "1.0.60"
|
|
|
|
[dependencies.quote]
|
|
version = "1"
|
|
|
|
[dependencies.syn]
|
|
version = "2"
|
|
features = ["parsing"]
|
|
|
|
[dev-dependencies.syn]
|
|
version = "2"
|
|
features = [
|
|
"extra-traits",
|
|
"parsing",
|
|
]
|