[package]
name = "human_format"
version = "1.0.2"
authors = ["Bob Chatman <bob.chatman@gmail.com>"]
description = "Rust Port of human-format from node, formatting numbers for us, while the machines are still at bay."
homepage = "https://github.com/BobGneu/human-format-rs"
documentation = "https://docs.rs/human_format"
readme = "README.md"
keywords = ["numbers", "formatting", "filesize", "human", "magnitude"]
categories = ["value-formatting", "no-std"]
license = "MIT"
license-file = "LICENSE"
repository = "https://github.com/BobGneu/human-format-rs"
[lib]
name = "human_format"
path = "src/lib.rs"
[dev-dependencies.galvanic-test]
version = "0.1.3"
[badges.appveyor]
repository = "BobGneu/human-format-rs"
[badges.maintenace]
status = "actively-developed"
[badges.travis-ci]
repository = "BobGneu/human-format-rs"