[package] name = "humanize-bytes" version = "1.0.6" edition = "2021" authors = ["Jacob T. "] homepage = "https://github.com/trueb2/humanize-bytes" repository = "https://github.com/trueb2/humanize-bytes" description = "Format byte sizes in human readable form" license = "MIT OR Apache-2.0" categories = ["value-formatting"] keywords = ["human", "bytes", "units", "conversion", "format"] [dependencies] smartstring = { version = "1.0.1", default-features = false }