[package] # This package is named in such a weird way to avoid name clash - in case someone somewhere sometime in the future wants const-arith-macros name = "const-arith-macros-178" version = "0.1.2" edition = "2021" authors = ["Darin Chau "] license = "MIT" keywords = [] categories = [] description = "Provides macros for const-arithmetic" homepage = "https://github.com/darinchau/const-arithmetic" repository = "https://github.com/darinchau/const-arithmetic" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] syn = { version = "1.0.82", features = ["full", "extra-traits"] }