enum_traits 4.0.0

Companion traits for `enum_traits_macros`
Documentation
# 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 = "2024"
name = "enum_traits"
version = "4.0.0"
authors = ["Lolirofle <lolipopple@hotmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Companion traits for `enum_traits_macros`"
documentation = "https://docs.rs/enum_traits"
readme = "README.md"
keywords = [
    "enum",
    "trait",
    "derive",
    "proc-macros",
    "macro",
]
categories = ["development-tools::procedural-macro-helpers"]
license = "MIT"
repository = "https://github.com/Lolirofle/enum_traits.git"

[package.metadata.docs.rs]
features = ["derive"]

[features]
default = []
derive = ["enum_traits_macros"]

[lib]
name = "enum_traits"
path = "src/lib.rs"

[dependencies.enum_traits_macros]
version = "4.0.0"
optional = true

[dev-dependencies]