[package]
edition = "2018"
rust-version = "1.58"
name = "impl-more"
version = "0.3.2"
authors = ["Rob Ede <robjtede@icloud.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Concise, declarative trait implementation macros"
readme = "README.md"
keywords = [
"derive",
"implement",
"implementations",
"no-std",
]
categories = [
"development-tools",
"no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/robjtede/impl-more"
resolver = "2"
[lib]
name = "impl_more"
path = "src/lib.rs"
[[test]]
name = "readme"
path = "tests/readme.rs"
[dependencies]
[dev-dependencies.eyre]
version = "0.6"
[dev-dependencies.rustversion]
version = "1"
[dev-dependencies.static_assertions]
version = "1.1"
[lints.rust]
future-incompatible = "deny"
nonstandard-style = "deny"
rust-2018-idioms = "deny"
[lints.rust.missing-docs]
level = "warn"
priority = -1
[lints.rust.unsafe-code]
level = "forbid"
priority = 2