bytesize 2.0.0-beta.1

Semantic wrapper for byte count representations
Documentation
[[bench]]
harness = false
name = "display"
path = "benches/display.rs"

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

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

[dev-dependencies.divan]
version = "0.1"

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

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

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

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

[[example]]
name = "ls"
path = "examples/ls.rs"

[features]
arbitrary = ["dep:arbitrary"]
default = ["std"]
serde = ["dep:serde"]
std = []

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

[lints.rust.future-incompatible]
level = "deny"
priority = 0

[lints.rust.missing-docs]
level = "warn"
priority = 0

[lints.rust.nonstandard-style]
level = "deny"
priority = 0

[lints.rust.rust-2018-idioms]
level = "deny"
priority = 0

[package]
authors = ["Hyunsik Choi <hyunsik.choi@gmail.com>", "MrCroxx <mrcroxx@outlook.com>", "Rob Ede <robjtede@icloud.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "filesystem", "no-std"]
description = "Semantic wrapper for byte count representations"
edition = "2021"
keywords = ["byte", "byte-size", "utility", "human-readable", "format"]
license = "Apache-2.0"
name = "bytesize"
readme = "README.md"
repository = "https://github.com/bytesize-rs/bytesize"
rust-version = "1.70"
version = "2.0.0-beta.1"