[dependencies.serde]
optional = true
version = "1.0"
[dev-dependencies.serde_json]
version = "1.0"
[features]
default = []
serde = ["dep:serde"]
[lib]
name = "typed_bytesize"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["value-formatting", "parser-implementations"]
description = "Represent bytesize in decimal or binary prefix unit"
documentation = "https://docs.rs/typed-bytesize"
edition = "2024"
include = ["src/**/*", "Cargo.toml", "LICENSE*", "README.md"]
keywords = ["byte", "unit", "units", "typed"]
license = "MIT"
name = "typed-bytesize"
readme = "README.md"
repository = "https://github.com/TD-Sky/typed-bytesize"
version = "0.1.5"