mirror of
https://github.com/LeopoldArkham/humansize
synced 2024-11-13 23:57:08 +00:00
15 lines
578 B
TOML
15 lines
578 B
TOML
[package]
|
|
name = "humansize"
|
|
version = "1.1.1"
|
|
authors = ["Leopold Arkham <leopold.arkham@gmail.com>"]
|
|
edition = "2018"
|
|
readme = "README.md"
|
|
description = "A configurable crate to easily represent file sizes in a human-readable format."
|
|
repository = "https://github.com/LeopoldArkham/humansize"
|
|
homepage = "https://github.com/LeopoldArkham/humansize"
|
|
documentation = "https://docs.rs/humansize"
|
|
keywords = ["file", "size", "sizes", "humanize", "bytes", "file size", "size formatting"]
|
|
categories = ["value-formatting"]
|
|
license = "MIT/Apache-2.0"
|
|
|
|
[dependencies]
|