[dependencies.paste]
version = "1.0.15"
[lib]
name = "checktrait"
path = "src/lib.rs"
[package]
authors = ["Allen Han <mail@drchi.co.kr>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Simple tool for trait implementation check"
documentation = "https://docs.rs/checktrait"
edition = "2024"
exclude = ["tests/*", "target/*"]
include = ["src/**", "Cargo.toml", "README.md", "LICENSE"]
keywords = ["tool", "macro", "utility"]
license-file = "LICENSE"
name = "checktrait"
readme = "README.md"
repository = "https://github.com/mincomk/checktrait"
version = "0.1.5"