[package]
name = "custom_derive"
version = "0.1.7"
authors = ["Daniel Keep <daniel.keep@gmail.com>"]
description = "(Note: superseded by `macro-attr`) This crate provides a macro that enables the use of custom derive attributes."
repository = "https://github.com/DanielKeep/rust-custom-derive/tree/custom_derive-master"
documentation = "https://docs.rs/crate/custom_derive/"
license = "MIT/Apache-2.0"
keywords = ["custom", "derive", "macro"]
exclude = [
".cargo/*",
"local/*",
"doc-pkg/*",
"scripts/*",
".gitmodules",
".travis.yml",
"update-docs.py",
]
[workspace]
members = [
"enum_derive",
"newtype_derive",
]
[features]
default = ["std"]
std = []
[dev-dependencies]
rustc-serialize = "0.3.15"