[dependencies.serde]
default-features = false
features = ["alloc"]
optional = true
version = "1"
[dependencies.utf8-width]
version = "0.1"
[features]
alloc = []
default = ["std", "u128"]
serde = ["alloc", "dep:serde"]
std = ["serde/std", "alloc"]
u128 = []
[package]
authors = ["Magic Len <len@magiclen.org>"]
categories = ["no-std", "parser-implementations", "value-formatting"]
description = "A library for interaction with units of bytes."
edition = "2021"
homepage = "https://magiclen.org/byte-unit"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"]
keywords = ["byte", "unit", "kb", "mb", "gb"]
license = "MIT"
name = "byte-unit"
readme = "README.md"
repository = "https://github.com/magiclen/byte-unit"
version = "4.0.19"