derivative 2.2.0

A set of alternative `derive` attributes for Rust
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["visit", "extra-traits"]
version = "1.0.3"
[dev-dependencies.trybuild]
version = "1.0.18, <1.0.23"

[features]
use_core = []

[lib]
proc-macro = true

[package]
authors = ["mcarton <cartonmartin+git@gmail.com>"]
categories = ["rust-patterns"]
description = "A set of alternative `derive` attributes for Rust"
documentation = "https://mcarton.github.io/rust-derivative/"
keywords = ["derive", "macro", "macro1-1", "plugin"]
license = "MIT/Apache-2.0"
name = "derivative"
readme = "README.md"
repository = "https://github.com/mcarton/rust-derivative"
version = "2.2.0"