[dependencies.arrayvec]
default-features = false
version = "0.7.2"
[dependencies.itoa]
default-features = false
version = "1.0.4"
[dependencies.lazy_static]
optional = true
version = "1.4.0"
[dependencies.num-bigint]
optional = true
version = "0.4.3"
[dependencies.serde]
default-features = false
optional = true
version = "1.0.145"
[dev-dependencies.cfg-if]
version = "1.0.0"
[dev-dependencies.lazy_static]
version = "1.4.0"
[dev-dependencies.rand]
version = "0.8.5"
[dev-dependencies.serde_json]
version = "1.0.85"
[features]
default = ["std"]
std = ["arrayvec/default"]
with-num-bigint = ["num-bigint", "std"]
with-serde = ["arrayvec/serde", "serde/derive"]
with-system-locale = ["cfg-if", "encoding_rs", "lazy_static", "libc", "num-format-windows", "std", "widestring", "winapi/winnls"]
[package]
authors = ["Brian Myers <brian.carl.myers@gmail.com>"]
categories = ["encoding", "internationalization", "localization", "no-std", "value-formatting"]
description = "A Rust crate for producing string-representations of numbers, formatted according to international standards"
documentation = "https://docs.rs/num-format"
edition = "2021"
homepage = "https://github.com/bcmyers/num-format"
keywords = ["comma", "internationalization", "number", "separator", "thousands"]
license = "MIT/Apache-2.0"
name = "num-format"
publish = true
readme = "README.md"
repository = "https://github.com/bcmyers/num-format"
resolver = "1"
version = "0.4.4"
[target."cfg(unix)".dependencies.cfg-if]
optional = true
version = "1.0.0"
[target."cfg(unix)".dependencies.encoding_rs]
optional = true
version = "0.8.31"
[target."cfg(unix)".dependencies.libc]
optional = true
version = "0.2.134"
[target."cfg(windows)".dependencies.num-format-windows]
optional = true
version = "0.4.4"
[target."cfg(windows)".dependencies.widestring]
optional = true
version = "1.0.2"
[target."cfg(windows)".dependencies.winapi]
features = ["winnls"]
optional = true
version = "0.3.9"