derivative 1.0.4

A set of alternative `derive` attributes for Rust
Documentation
[badges.appveyor]
repository = "mcarton/rust-derivative"

[badges.travis-ci]
repository = "mcarton/rust-derivative"
[dependencies.proc-macro2]
version = "^0.4.13"

[dependencies.quote]
version = "^0.6.3"

[dependencies.syn]
features = ["visit", "extra-traits"]
version = "^0.15.10"

[dependencies.trybuild]
optional = true
version = "1.0"

[features]
test-nightly = ["trybuild"]
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 = "1.0.4"