[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Automatically derive From impls for enums"
documentation = "https://rustdoc.swc.rs/from_variant/"
edition = "2021"
license = "Apache-2.0"
name = "from_variant"
repository = "https://github.com/swc-project/swc.git"
version = "2.0.0"
[lib]
bench = false
proc-macro = true
[dependencies]
proc-macro2 = { workspace = true }
swc_macros_common = { version = "1.0.0", path = "../swc_macros_common" }
[dependencies.syn]
features = ["derive", "fold", "parsing", "printing"]
workspace = true