|  | # 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" | 
|  | version = "0.7.3" | 
|  | authors = [ | 
|  | "Daniel Wagner-Hall <dawagner@gmail.com>", | 
|  | "Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>", | 
|  | "Vincent Esche <regexident@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 OR MIT OR Apache-2.0" | 
|  | repository = "https://github.com/illicitonion/num_enum" | 
|  |  | 
|  | [package.metadata.docs.rs] | 
|  | features = ["external_doc"] | 
|  |  | 
|  | [dependencies.num_enum_derive] | 
|  | version = "=0.7.3" | 
|  | default-features = false | 
|  |  | 
|  | [dev-dependencies.anyhow] | 
|  | version = "1.0.14" | 
|  |  | 
|  | [dev-dependencies.paste] | 
|  | version = "1" | 
|  |  | 
|  | [dev-dependencies.rustversion] | 
|  | version = "1.0.4" | 
|  |  | 
|  | [dev-dependencies.trybuild] | 
|  | version = "1.0.98" | 
|  |  | 
|  | [dev-dependencies.walkdir] | 
|  | version = "2" | 
|  |  | 
|  | [features] | 
|  | complex-expressions = ["num_enum_derive/complex-expressions"] | 
|  | default = ["std"] | 
|  | external_doc = [] | 
|  | std = ["num_enum_derive/std"] | 
|  |  | 
|  | [badges.maintenance] | 
|  | status = "passively-maintained" |