[package] name = "numatim" version = "0.2.2" authors = ["Maks Rawski "] description = "Returns a given number in words." homepage = "https://gitlab.com/maksrawski/numatim" documentation = "https://gitlab.com/maksrawski/numatim" repository = "https://gitlab.com/maksrawski/numatim" readme = "README.md" edition = "2018" license = "MIT" build = "build.rs" keywords = ["number", "verbatim"] categories = ["command-line-utilities", "value-formatting"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" regex = "1.3.9" clap = { version = "2.33.3", features = ["yaml"] } dirs = "3.0.1" [build-dependencies] dirs = "3.0.1"