readable 0.7.8

Human readable data formatting
Documentation
[dependencies.compact_str]
features = ["bytes", "serde"]
version = "0.7.0"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.num-format]
features = ["with-serde"]
version = "0.4.4"

[dependencies.paste]
version = "1.0.12"

[dependencies.readable-inlined-date]
optional = true
version = "0.1.1"

[dependencies.readable-inlined-runtime]
optional = true
version = "0.1.0"

[dependencies.readable-inlined-time]
optional = true
version = "0.1.0"

[dependencies.regex]
version = "1.8.1"

[dependencies.seq-macro]
version = "0.3.3"

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

[features]
default = []
full = ["serde", "ignore_nan_inf", "inline_date", "inline_time", "inline_runtime"]
ignore_nan_inf = []
inline_date = ["readable-inlined-date"]
inline_runtime = ["readable-inlined-runtime"]
inline_time = ["readable-inlined-time"]

[package]
authors = ["hinto.janai <hinto.janai@protonmail.com>"]
description = "Human readable data formatting"
documentation = "https://docs.rs/readable"
edition = "2021"
keywords = ["human", "readable", "data", "read", "string"]
license = "MIT"
name = "readable"
readme = "README.md"
repository = "https://github.com/hinto-janai/readable"
version = "0.7.8"
[package.metadata.docs.rs]
all-features = true
rustc-args = ["--cfg", "docsrs"]