[package] name = "typenum-promote" version = "0.1.0" authors = ["Hideyuki Tanaka "] edition = "2018" description = "Promote integer literal to type-level integer" license = "MIT" repository = "https://github.com/tanakh/typenum-promote" [lib] proc-macro = true [dependencies] proc-macro2 = "1.0" quote = "1.0" syn = "1.0" typenum = "1.11"