swc/macros/string_enum/Cargo.toml
강동윤 cd51cb1731
Make procmacro2_semver_exempt optional (#67)
* Reduce compile time of tests.

* Make procmacro2_semver_exempt optional

* Bump versions
2018-11-18 19:57:35 +09:00

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"]