# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "shortscale" version = "1.5.1" authors = ["Jurgen Leschner "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Convert numbers into English words using the short scale." readme = "README.md" license = "MIT" repository = "https://github.com/jldec/shortscale-rs" [lib] name = "shortscale" path = "src/shortscale.rs" test = false doctest = false [[test]] name = "test-shortscale" path = "tests/test-shortscale.rs" [[bench]] name = "bench-shortscale" path = "benches/bench-shortscale.rs" harness = false [dependencies] [dev-dependencies.bencher] version = "0.1.5" [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(extra)"]