enumcapsulate 0.6.4

Safe casting for newtype enums and their variants
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 = "2021"
rust-version = "1.78.0"
name = "enumcapsulate"
version = "0.6.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe casting for newtype enums and their variants"
homepage = "https://github.com/regexident/enumcapsulate"
documentation = "https://docs.rs/enumcapsulate"
readme = "README.md"
keywords = [
    "enum",
    "variant",
    "cast",
    "encapsulation",
]
categories = ["rust-patterns"]
license = "MPL-2.0"
repository = "https://github.com/regexident/enumcapsulate"

[features]
default = ["derive"]
derive = ["macros"]
macros = ["dep:enumcapsulate-macros"]

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

[[test]]
name = "derive-tests"
path = "tests/derive-tests.rs"

[[test]]
name = "logic-tests"
path = "tests/logic-tests.rs"

[dependencies.enumcapsulate-macros]
version = "0.6.4"
optional = true

[dev-dependencies.tryexpand]
version = "=0.13.0"