# 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 = "2021" name = "scaler" version = "1.3.0" authors = ["9-FS "] build = false exclude = [ ".github/", "readme.pdf", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A convenient formatter to scale, round, and display numbers." readme = "readme.md" keywords = [ "format", "numbers", ] categories = ["value-formatting"] license = "MIT" repository = "https://github.com/9-FS/scaler" [lib] name = "scaler" path = "src/lib.rs" [dependencies.log] version = "^0.4.0" optional = true [features] default = ["warn_about_problematic_separators"] warn_about_problematic_separators = ["log"]