blanket 0.1.0

A simple macro to derive blanket implementations for your traits.
Documentation
[[test]]
name = "derive_ref"
path = "tests/derive_ref/mod.rs"

[[test]]
name = "derive_box"
path = "tests/derive_box/mod.rs"

[[test]]
name = "derive_mut"
path = "tests/derive_mut/mod.rs"
[badges.codecov]
repository = "althonos/blanket"
service = "github"

[badges.is-it-maintained-issue-resolution]
repository = "althonos/blanket"

[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
repository = "althonos/blanket"
[dependencies.darling]
version = "0.10"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.strum]
version = "0.18"

[dependencies.syn]
features = ["full"]
version = "1.0"
[dev-dependencies.trybuild]
version = "1.0"

[features]
_doc = []

[lib]
proc-macro = true

[package]
authors = ["Martin Larralde <martin.larralde@embl.de>"]
categories = ["development-tools", "rust-patterns"]
description = "A simple macro to derive blanket implementations for your traits."
edition = "2018"
homepage = "https://github.com/althonos/blanket"
keywords = ["proc-macro", "attribute", "blanket", "trait", "impl"]
license = "MIT"
name = "blanket"
readme = "README.md"
repository = "https://github.com/althonos/blanket"
version = "0.1.0"
[package.metadata.docs.rs]
features = ["_doc"]