[package] name = "romans" description = "Utility to convert and represent Roman numerals." # will be adjusted by push.yaml action before publishing version = "0.1.0" authors = ["J Faleiro "] license-file = "LICENSE" readme = "README.md" repository = "https://github.com/jfaleiro/romans" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] core-ext = "0.1.0" thiserror = "1.0.58" [dev-dependencies] anyhow = "1.0.81" insta = { version = "1.39.0", features = ["yaml"] } mockall = "0.12.1" spectral = "0.6.0"