# 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.71" name = "enum-derive-2018" version = "3.0.2" authors = ["warlock "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "This crate provides macros for deriving additional functionality for enums." documentation = "https://docs.rs/enum-derive-2018/" readme = "README.md" keywords = [ "enum", "derive", "custom_derive", "macro", "macro-attr", ] categories = [ "rust-patterns", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/A1-Triard/enum-derive-2018" [lib] name = "enum_derive_2018" path = "src/lib.rs" [[test]] name = "display" path = "tests/display.rs" [[test]] name = "enum" path = "tests/enum.rs" [[test]] name = "enum_from_inner" path = "tests/enum_from_inner.rs" [[test]] name = "enum_inner_as_trait" path = "tests/enum_inner_as_trait.rs" [[test]] name = "fromstr" path = "tests/fromstr.rs" [[test]] name = "iter" path = "tests/iter.rs" [[test]] name = "next-prev" path = "tests/next-prev.rs" [dependencies.document-features] version = "0.2.7" [dev-dependencies.macro-attr-2018] version = "3.0.0" [features] default = ["std"] std = [] [badges.maintenance] status = "actively-developed"