impl-more 0.3.2

Concise, declarative trait implementation macros
# 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"
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