# 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.60" name = "enum-ordinalize" version = "4.3.0" include = [ "src/**/*", "Cargo.toml", "README.md", "LICENSE", ] 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", ] [dependencies.enum-ordinalize-derive] version = "4.3" optional = true default-features = false [features] default = [ "derive", "traits", ] derive = ["dep:enum-ordinalize-derive"] nightly-test = [] traits = ["enum-ordinalize-derive?/traits"]