human_format 1.0.2

Rust Port of human-format from node, formatting numbers for us, while the machines are still at bay.
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[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"