synstructure 0.13.0

Helper methods and macros for custom derives
Documentation
[dependencies.proc-macro2]
default-features = false
version = "1"

[dependencies.quote]
default-features = false
version = "1"

[dependencies.syn]
default-features = false
features = ["derive", "parsing", "printing", "clone-impls", "visit", "extra-traits"]
version = "2"

[dependencies.unicode-xid]
version = "0.2"
[dev-dependencies.synstructure_test_traits]
version = "0.1"

[features]
default = ["proc-macro"]
proc-macro = ["proc-macro2/proc-macro", "syn/proc-macro", "quote/proc-macro"]

[package]
authors = ["Nika Layzell <nika@thelayzells.com>"]
description = "Helper methods and macros for custom derives"
documentation = "https://docs.rs/synstructure"
edition = "2018"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"]
keywords = ["syn", "macros", "derive", "expand_substructure", "enum"]
license = "MIT"
name = "synstructure"
readme = "README.md"
repository = "https://github.com/mystor/synstructure"
version = "0.13.0"