[dependencies]
[features]
default = []
lossy-conversions = []
[lib]
name = "si_scale"
path = "src/lib.rs"
[package]
authors = ["graelo <graelo@graelo.cc>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["value-formatting", "science"]
description = "Format values using the appropriate SI scale: seconds(1.3e-5) -> 13 µs"
documentation = "https://docs.rs/si-scale"
edition = "2018"
exclude = ["/.github"]
homepage = "https://github.com/graelo/si-scale"
keywords = ["units", "pretty", "human", "number", "si-units"]
license = "MIT OR Apache-2.0"
name = "si-scale"
readme = "README.md"
repository = "https://github.com/graelo/si-scale"
version = "0.3.0"