enum_variant_accessors 1.0.2

derive macros to generate is_*, as_* and as_*_mut accessors for enum 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"
name = "enum_variant_accessors"
version = "1.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "derive macros to generate is_*, as_* and as_*_mut accessors for enum variants"
readme = "README.md"
keywords = [
    "enum",
    "derive",
    "macros",
    "utility",
    "accessors",
]
categories = [
    "development-tools",
    "rust-patterns",
]
license = "MIT"
repository = "https://github.com/roeeshoshani/enum_variant_accessors"

[lib]
name = "enum_variant_accessors"
path = "src/lib.rs"
proc-macro = true

[[example]]
name = "basic"
path = "examples/basic.rs"

[[test]]
name = "derive_ok"
path = "tests/derive_ok.rs"

[[test]]
name = "expected_failures_runner"
path = "tests/expected_failures_runner.rs"

[dependencies.heck]
version = "0.5.0"

[dependencies.proc-macro2]
version = "1.0.101"

[dependencies.quote]
version = "1.0.41"

[dependencies.syn]
version = "2.0.107"
features = [
    "extra-traits",
    "full",
    "parsing",
]

[dev-dependencies.trybuild]
version = "1.0.112"