human-size 0.4.4

Sizes for humans.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "human-size"
version = "0.4.4"
authors = ["Thomas de Zeeuw <thomasdezeeuw@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Sizes for humans.
"""
documentation = "https://docs.rs/human-size"
readme = "README.md"
keywords = [
    "size",
    "human",
    "readable",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/Thomasdezeeuw/human-size-rs"

[features]
default = []
enable-serde = ["serde_core"]

[lib]
name = "human_size"
path = "src/lib.rs"

[[test]]
name = "serde"
path = "tests/serde.rs"

[[test]]
name = "tests"
path = "tests/tests.rs"

[dependencies.serde_core]
version = "1.0.220"
optional = true
default-features = false

[dev-dependencies.serde_test]
version = "1.0.105"
default-features = false