[package]
edition = "2018"
name = "newtype-ops"
version = "0.1.5"
authors = ["Michael Lamparski <diagonaldevice@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Mass-derive many operators for newtypes. Wartier than newtype_derive."
documentation = "https://docs.rs/newtype-ops"
readme = "README.md"
keywords = [
"helper",
"macro",
]
license = "WTFPL"
repository = "https://github.com/ExpHP/newtype-ops"
[features]
debug-trace-macros = []
[lib]
name = "newtype_ops"
path = "src/lib.rs"
[[test]]
name = "nostd"
path = "tests/nostd.rs"
[[test]]
name = "string"
path = "tests/string.rs"
[dependencies]
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(nope)"]