[package] name = "attr-bounds" description = "An attribute macro to apply bounds to items." version = "0.1.0" edition = "2021" authors = ["Mitsuharu Okuno"] license = "MIT OR Apache-2.0" repository = "https://github.com/mtshr/attr-bounds" readme = "README.md" categories = ["development-tools::build-utils"] keywords = ["attribute", "bounds"] [lib] proc-macro = true [dependencies] proc-macro2 = "1.0.85" quote = "1.0.36" syn = { version = "2.0.66", features = ["full"] } [dev-dependencies] trybuild = "1.0.96"