[dependencies]
[package]
categories = ["value-formatting", "science"]
description = "Formats values using the appropriate SI scale (could be named `pretty-units`).\n\nseconds(1.3e-5) -> 13 µs\n"
documentation = "https://docs.rs/si-scale"
edition = "2018"
exclude = ["/.github", "/ci", "/.travis.yml", "/appveyor.yml"]
homepage = "https://github.com/graelo/si-scale"
keywords = ["units", "pretty", "human", "number", "si-units"]
license = "MIT/Apache-2.0"
name = "si-scale"
readme = "README.md"
repository = "https://github.com/graelo/si-scale"
version = "0.1.4"