[dependencies.proc-macro2]
version = "1.0.105"
[dependencies.quote]
version = "1.0.43"
[lib]
name = "assert_impl_trait"
path = "src/lib.rs"
proc-macro = true
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::debugging", "development-tools::testing", "no-std::no-alloc", "rust-patterns"]
description = "Provides a macro to assert that a type implements a trait."
edition = "2024"
keywords = ["test", "impl", "type", "trait", "dyn"]
license = "MIT OR Apache-2.0"
name = "assert-impl-trait"
readme = "README.md"
repository = "https://github.com/Noam2Stein/assert-impl-trait"
rust-version = "1.90.0"
version = "1.0.0"
[[test]]
name = "mod"
path = "tests/mod.rs"