[dependencies.bincode]
features = ["serde", "derive"]
optional = true
version = "2.0.0-rc.3"
[dependencies.compact_str]
features = ["bytes", "serde"]
optional = true
version = "0.7.1"
[dependencies.once_cell]
optional = true
version = "1.18.0"
[dependencies.paste]
version = "1.0.14"
[dependencies.regex]
optional = true
version = "1.9.5"
[dependencies.seq-macro]
optional = true
version = "0.3.5"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.188"
[features]
byte = []
date = ["once_cell", "regex"]
default = ["full"]
full = ["serde", "bincode", "byte", "date", "num", "run", "str", "time", "toa"]
num = ["compact_str", "seq-macro"]
run = []
str = []
time = ["libc", "windows"]
toa = []
[package]
authors = ["hinto.janai <hinto.janai@protonmail.com>"]
description = "Human readable strings"
documentation = "https://docs.rs/readable"
edition = "2021"
keywords = ["human", "readable", "data", "formatting", "string"]
license = "MIT"
name = "readable"
readme = "README.md"
repository = "https://github.com/hinto-janai/readable"
version = "0.11.0"
[package.metadata.docs.rs]
all-features = true
rustc-args = ["--cfg", "docsrs"]
[target."cfg(not(windows))".dependencies.libc]
optional = true
version = "0.2.149"
[target."cfg(windows)".dependencies.windows]
features = ["Win32_System_SystemInformation"]
optional = true
version = "0.51.1"