bsize 0.1.0-rc.5

Semantic wrappers and utilities for byte size representations.
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"
rust-version = "1.85.0"
name = "bsize"
version = "0.1.0-rc.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Semantic wrappers and utilities for byte size representations."
homepage = "https://github.com/fast/bsize"
documentation = "https://docs.rs/bsize"
readme = "README.md"
keywords = [
    "bytes",
    "size",
    "humanize",
    "format",
    "parser",
]
categories = [
    "development-tools",
    "no-std",
    "value-formatting",
]
license = "Apache-2.0"
repository = "https://github.com/fast/bsize"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []
serde = ["dep:serde_core"]

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

[dependencies.serde_core]
version = "1"
optional = true

[dev-dependencies.serde]
version = "1"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.toml]
version = "1.1"

[lints.clippy]
dbg_macro = "deny"
too_many_arguments = "allow"
type_complexity = "allow"

[lints.rust]
unknown_lints = "deny"
unsafe_code = "deny"
unused_must_use = "deny"