23 lines
656 B
TOML
23 lines
656 B
TOML
[package]
|
|
name = "humansize"
|
|
version = "2.1.3"
|
|
authors = ["Leopold Arkham <leopold.arkham@gmail.com>"]
|
|
edition = "2021"
|
|
readme = "README.md"
|
|
description = "A configurable crate to easily represent sizes in a human-readable format."
|
|
repository = "https://github.com/LeopoldArkham/humansize"
|
|
homepage = "https://github.com/LeopoldArkham/humansize"
|
|
documentation = "https://docs.rs/humansize"
|
|
keywords = ["size", "formatting", "humanize", "file-size"]
|
|
categories = ["value-formatting"]
|
|
license = "MIT/Apache-2.0"
|
|
exclude = ["/feature-tests"]
|
|
rust-version = "1.56"
|
|
|
|
[features]
|
|
no_alloc = []
|
|
impl_style = []
|
|
|
|
[dependencies]
|
|
libm = "0.2.5"
|