auto-trait 2.0.0

Simple macro to generate trait implementation for wrapper types
Documentation
[dependencies.quote]
version = "1"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "2"

[lib]
proc-macro = true

[package]
authors = ["Douman <douman@gmx.se>"]
description = "Simple macro to generate trait implementation for wrapper types"
documentation = "https://docs.rs/auto-trait/"
edition = "2018"
include = ["**/*.rs", "Cargo.toml", "README.md"]
license = "BSL-1.0"
name = "auto-trait"
readme = "README.md"
repository = "https://github.com/DoumanAsh/auto-trait"
version = "2.0.0"