derivative 1.0.1

A set of alternative `derive` attributes for Rust
Documentation
# Change Log
All notable changes to this project will be documented in this file.

## Unreleased

### Changed

* Updated `syn` to `0.15`. ([#25][#25])
* Updated `quote` to `0.6`. ([#25][#25])

[#25]: https://github.com/mcarton/rust-derivative/issues/25

## 0.3.1
* Fix a warning in `derivative(Debug)`
* Remove all `feature`s, this makes the crate usable on `beta`