abrasion/third_party/cargo/vendor/num_enum-0.4.3/Cargo.toml

45 lines
1.4 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 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"
version = "0.4.3"
authors = ["Daniel Wagner-Hall <dawagner@gmail.com>", "Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>"]
description = "Procedural macros to make inter-operation between primitives and enums easier."
readme = "README.md"
keywords = ["enum", "conversion", "safe", "ffi", "derive"]
categories = ["rust-patterns"]
license = "BSD-3-Clause"
repository = "https://github.com/illicitonion/num_enum"
[package.metadata.docs.rs]
features = ["external_doc"]
[dependencies.derivative]
version = "2"
features = ["use_core"]
[dependencies.num_enum_derive]
version = "0.4.3"
default-features = false
[features]
complex-expressions = ["num_enum_derive/complex-expressions"]
default = ["std"]
external_doc = []
std = ["num_enum_derive/std"]
[badges.maintenance]
status = "passively-maintained"
[badges.travis-ci]
branch = "master"
repository = "illicitonion/num_enum"