string_enum 1.0.0

String based enum.
Documentation
[dependencies.proc-macro2]
version = "1.0.24"

[dependencies.quote]
version = "1.0.7"

[dependencies.swc_macros_common]
version = "1.0.0"

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

[dev-dependencies.serde]
version = "1.0.197"

[lib]
bench = false
name = "string_enum"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "String based enum."
documentation = "https://rustdoc.swc.rs/string_enum/"
edition = "2021"
license = "Apache-2.0"
name = "string_enum"
readme = false
repository = "https://github.com/swc-project/swc.git"
version = "1.0.0"

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