[package] authors = ["강동윤 "] 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 = "1.0.0" [lib] bench = false proc-macro = true [dependencies] proc-macro2 = { workspace = true } swc_macros_common = { version = "0.3.11", path = "../swc_macros_common" } [dependencies.syn] features = ["derive", "fold", "parsing", "printing"] workspace = true