mirror of
https://github.com/swc-project/swc.git
synced 2024-12-25 22:56:11 +03:00
cd51cb1731
* Reduce compile time of tests. * Make procmacro2_semver_exempt optional * Bump versions
24 lines
529 B
TOML
24 lines
529 B
TOML
[package]
|
|
name = "string_enum"
|
|
version = "0.1.1"
|
|
authors = ["강동윤 <kdy1@outlook.kr>"]
|
|
license = "Apache-2.0/MIT"
|
|
repository = "https://github.com/swc-project/swc.git"
|
|
documentation = "https://swc-project.github.io/rustdoc/string_enum/"
|
|
description = "String based enum."
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
swc_macros_common = { version = "0.1", path ="../common" }
|
|
pmutil = "0.2"
|
|
proc-macro2 = "0.4.4"
|
|
quote = "0.6.3"
|
|
|
|
[dependencies.syn]
|
|
version = "0.14.1"
|
|
features = ["full", "parsing", "printing", "extra-traits"]
|
|
|
|
|