# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "say-number" version = "1.0.0" authors = ["Do Nhat Minh ", "Katie Tran "] description = "Library to say numbers in English, Chinese (simplified), French, Japanese and Vietnamese" readme = "README.md" keywords = ["number", "internationalization", "localization", "i18n", "l10n"] categories = ["internationalization", "localization", "value-formatting"] license = "MIT" repository = "https://github.com/minhnhdo/say-number" [[test]] name = "english" [[test]] name = "chinese_simplified" [[test]] name = "french" [[test]] name = "japanese" [[test]] name = "vietnamese" [[bench]] name = "english" harness = false [[bench]] name = "chinese_simplified" harness = false [[bench]] name = "french" harness = false [[bench]] name = "japanese" harness = false [[bench]] name = "vietnamese" harness = false [dependencies.itertools] version = "0.8" [dev-dependencies.criterion] version = "0.3" [badges.travis-ci] branch = "master" repository = "minhnhdo/say-number"