1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2021" 14rust-version = "1.70.0" 15name = "num_enum" 16version = "0.7.3" 17authors = [ 18 "Daniel Wagner-Hall <[email protected]>", 19 "Daniel Henry-Mantilla <[email protected]>", 20 "Vincent Esche <[email protected]>", 21] 22description = "Procedural macros to make inter-operation between primitives and enums easier." 23readme = "README.md" 24keywords = [ 25 "enum", 26 "conversion", 27 "safe", 28 "ffi", 29 "derive", 30] 31categories = ["rust-patterns"] 32license = "BSD-3-Clause OR MIT OR Apache-2.0" 33repository = "https://github.com/illicitonion/num_enum" 34 35[package.metadata.docs.rs] 36features = ["external_doc"] 37 38[dependencies.num_enum_derive] 39version = "=0.7.3" 40default-features = false 41 42[dev-dependencies.anyhow] 43version = "1.0.14" 44 45[dev-dependencies.paste] 46version = "1" 47 48[dev-dependencies.rustversion] 49version = "1.0.4" 50 51[dev-dependencies.trybuild] 52version = "1.0.98" 53 54[dev-dependencies.walkdir] 55version = "2" 56 57[features] 58complex-expressions = ["num_enum_derive/complex-expressions"] 59default = ["std"] 60external_doc = [] 61std = ["num_enum_derive/std"] 62 63[badges.maintenance] 64status = "passively-maintained" 65