bity 0.1.4

SI prefix, data, packets, data-rate, packet-rate string parser and formater.
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 = "bity"
version = "0.1.4"
authors = ["Benjamin Lopez <contact@scotow.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SI prefix, data, packets, data-rate, packet-rate string parser and formater."
homepage = "https://github.com/scotow/bity"
readme = "README.md"
keywords = [
    "si",
    "units",
    "bit",
    "byte",
    "packet",
]
categories = [
    "network-programming",
    "parsing",
]
license = "MIT"
repository = "https://github.com/scotow/bity"

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

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

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

[dependencies.serde]
version = "1.0.219"
features = ["derive"]
optional = true

[dev-dependencies.indoc]
version = "2.0.6"

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

[lints.clippy]
all = "warn"
await_holding_lock = "warn"
empty_enum = "warn"
enum_glob_use = "warn"
exit = "warn"
filter_map_next = "warn"
fn_params_excessive_bools = "warn"
if_let_mutex = "warn"
imprecise_flops = "warn"
inefficient_to_string = "warn"
linkedlist = "warn"
lossy_float_literal = "warn"
macro_use_imports = "warn"
match_on_vec_items = "warn"
match_wildcard_for_single_variants = "warn"
mem_forget = "warn"
needless_borrow = "warn"
needless_continue = "warn"
option_option = "warn"
rest_pat_in_fully_bound_structs = "warn"
str_to_string = "warn"
suboptimal_flops = "warn"
todo = "warn"
unnested_or_patterns = "warn"
unused_self = "warn"
verbose_file_reads = "warn"

[lints.rust]
future_incompatible = "warn"
missing_debug_implementations = "warn"
missing_docs = "warn"
nonstandard_style = "warn"
rust_2018_idioms = "warn"
unexpected_cfgs = "warn"
unreachable_pub = "warn"