scaler 1.4.0

A convenient formatter to scale, round, and display numbers.
Documentation
# 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 = "2024"
name = "scaler"
version = "1.4.0"
authors = ["9-FS <9fs@sussywussy.de>"]
build = false
exclude = [
    ".github/",
    "readme.pdf",
]
autolib = false
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"

[features]
default = ["warn_about_problematic_separators"]
warn_about_problematic_separators = ["log"]

[lib]
name = "scaler"
path = "src/lib.rs"

[dependencies.log]
version = "^0.4.0"
optional = true