derive_more 0.99.3

Adds #[derive(x)] macros for more traits
Documentation
example = []
test = []
[badges.github]
repository = "JelteF/derive_more"
workflow = "CI"
[build-dependencies.peg]
optional = true
version = "0.5"
[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
features = ["extra-traits"]
version = "1"

[features]
add = []
add_assign = []
as_mut = []
as_ref = []
constructor = []
default = ["add_assign", "add", "as_mut", "as_ref", "constructor", "deref", "deref_mut", "display", "from", "from_str", "index", "index_mut", "into", "into_iterator", "iterator", "mul_assign", "mul", "not", "sum", "try_into"]
deref = []
deref_mut = []
display = []
from = []
from_str = []
generate-parsing-rs = ["peg"]
index = []
index_mut = []
into = []
into_iterator = []
iterator = []
mul = []
mul_assign = []
nightly = []
not = []
sum = []
try_into = []

[lib]
name = "derive_more"
proc-macro = true

[package]
authors = ["Jelte Fennema <github-tech@jeltef.nl>"]
autotests = true
categories = ["development-tools", "development-tools::procedural-macro-helpers", "no-std"]
description = "Adds #[derive(x)] macros for more traits"
documentation = "https://jeltef.github.io/derive_more/derive_more/"
edition = "2018"
include = ["src/**/*.rs", "Cargo.toml", "LICENSE", "README.md", "CHANGELOG.md", "test/**/*.rs"]
keywords = ["derive", "Add", "From", "Display", "IntoIterator"]
license = "MIT"
name = "derive_more"
readme = "README.md"
repository = "https://github.com/JelteF/derive_more"
version = "0.99.3"