enum-ordinalize 4.4.1

This library enables enums to not only obtain the ordinal values of their variants but also allows for the construction of enums from an ordinal value.
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"
rust-version = "1.89"
name = "enum-ordinalize"
version = "4.4.1"
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "This library enables enums to not only obtain the ordinal values of their variants but also allows for the construction of enums from an ordinal value."
homepage = "https://magiclen.org/enum-ordinalize"
readme = "README.md"
keywords = [
    "enum",
    "ordinal",
    "ordinalize",
    "number",
]
categories = [
    "no-std",
    "rust-patterns",
]
license = "MIT"
repository = "https://github.com/magiclen/enum-ordinalize"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = [
    "derive",
    "traits",
]
derive = ["dep:enum-ordinalize-derive"]
traits = ["enum-ordinalize-derive?/traits"]

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

[dependencies.enum-ordinalize-derive]
version = "4.4.1"
optional = true
default-features = false