[package] name = "roman-literals" version = "0.2.1" edition = "2021" authors = ["James Tai "] license = "Unlicense" description = "Write integer literals using Roman numerals" homepage = "https://github.com/j-tai/roman-literals" documentation = "https://docs.rs/roman-literals/*/roman-literals/" repository = "https://github.com/j-tai/roman-literals" categories = ["localization"] readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] paste = "1.0.8"