newtype-ops 0.1.5

Mass-derive many operators for newtypes. Wartier than newtype_derive.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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)"]