enum-to-string-macros 0.1.0

Provides the `EnumToString` derive macro which implements the methods `as_str()` and `as_dbg()` to enums with no associated values
Documentation
[dependencies.proc-macro2]
features = ["nightly", "span-locations"]
version = "1.0.82"

[dependencies.quote]
version = "1.0.36"

[dependencies.serde]
version = "1.0.210"

[dependencies.syn]
features = ["full", "test"]
version = "2.0.60"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Provides the `EnumToString` derive macro which implements the methods `as_str()` and `as_dbg()` to enums with no associated values"
edition = "2024"
homepage = "https://github.com/gabrielfalcao/enum-to-string"
license = "MIT"
name = "enum-to-string-macros"
readme = false
version = "0.1.0"

[package.metadata]
cargo-args = ["-Zmtime-on-use", "-Zavoid-dev-deps", "-Zcustom_mir"]