# 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.56" name = "impl-more" version = "0.1.8" authors = ["Rob Ede "] build = 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" [lib] name = "impl_more" path = "src/lib.rs" [[example]] name = "expand" path = "examples/expand.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