# 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 = "2021" rust-version = "1.71.0" name = "readable" version = "0.16.0" authors = ["hinto.janai "] exclude = [ "inlined", "fuzz", "CHANGELOG.md", "Cargo.lock", ] description = "Human readable strings" documentation = "https://docs.rs/readable" readme = "README.md" keywords = [ "human", "readable", "data", "formatting", "string", ] categories = ["value-formatting"] license = "MIT" repository = "https://github.com/hinto-janai/readable" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.bincode] version = "2.0.0-rc.3" features = [ "serde", "derive", ] optional = true [dependencies.borsh] version = "1" features = ["derive"] optional = true [dependencies.chrono] version = "0.4" optional = true [dependencies.compact_str] version = "0.7" features = [ "bytes", "serde", ] optional = true [dependencies.nichi] version = "0.5" optional = true [dependencies.once_cell] version = "1" optional = true [dependencies.paste] version = "1" [dependencies.regex] version = "1" optional = true [dependencies.seq-macro] version = "0.3" optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [dev-dependencies.bincode] version = "2.0.0-rc.3" features = [ "serde", "derive", ] [dev-dependencies.borsh] version = "1" features = ["derive"] [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.serde_json] version = "1" [features] byte = [] date = [ "dep:regex", "dep:once_cell", "dep:nichi", "dep:chrono", "dep:compact_str", ] default = [ "byte", "date", "num", "run", "time", "up", ] full = [ "byte", "date", "num", "run", "time", "up", "serde", "bincode", "borsh", ] num = [ "dep:compact_str", "dep:seq-macro", ] run = [] time = [ "dep:chrono", "dep:nichi", ] toa = [] up = [ "run", "dep:target_os_lib", ] [target."cfg(not(windows))".dependencies.target_os_lib] version = "0" optional = true package = "libc" [target."cfg(windows)".dependencies.target_os_lib] version = "0" features = ["Win32_System_SystemInformation"] optional = true package = "windows"