1
0
mirror of https://github.com/danog/strum.git synced 2024-12-02 09:27:57 +01:00
strum/strum_macros/Cargo.toml

22 lines
525 B
TOML
Raw Normal View History

[package]
name = "strum_macros"
2017-02-23 09:09:57 +01:00
version = "0.5.0"
authors = ["Peter Glotfelty <peglotfe@microsoft.com>"]
2017-02-12 08:03:42 +01:00
license = "MIT"
description = "Helpful macros for working with enums and strings"
keywords = ["enum", "string", "macros", "proc-macros"]
categories = ["development-tools::procedural-macro-helpers", "parsing"]
documentation = "https://docs.rs/strum"
homepage = "https://github.com/Peternator7/strum"
readme = "../README.md"
[lib]
proc-macro = true
name = "strum_macros"
[dependencies]
2017-02-12 08:05:15 +01:00
quote = "0.3.12"
syn = "0.11.4"