swc/crates/from_variant/Cargo.toml
2024-04-29 09:56:27 +09:00

22 lines
609 B
TOML

[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 = "0.1.8"
[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