[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1"
[dependencies.syn]
version = "2.0"
[dev-dependencies.ui_test]
version = "0.26"
[lib]
name = "assert_type_match"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Gino Valente <gino.valente.code@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Statically assert that a type matches another type"
edition = "2021"
keywords = ["template", "proc_macro", "procmacro"]
license = "MIT OR Apache-2.0"
name = "assert_type_match"
readme = "README.md"
repository = "https://github.com/MrGVSV/assert_type_match"
version = "0.1.1"
[[test]]
harness = false
name = "assert"
path = "tests/assert.rs"