num-format 0.4.0

A Rust crate for producing string-representations of numbers, formatted according to international standards
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "num-format"
version = "0.4.0"
authors = ["Brian Myers <brian.carl.myers@gmail.com>"]
publish = true
description = "A Rust crate for producing string-representations of numbers, formatted according to international standards"
homepage = "https://github.com/bcmyers/num-format"
documentation = "https://docs.rs/num-format"
readme = "README.md"
keywords = ["comma", "internationalization", "number", "separator", "thousands"]
categories = ["encoding", "internationalization", "localization", "no-std", "value-formatting"]
license = "MIT/Apache-2.0"
repository = "https://github.com/bcmyers/num-format"
[dependencies.arrayvec]
version = "0.4"
default-features = false

[dependencies.itoa]
version = "0.4"
features = ["i128"]
default-features = false

[dependencies.lazy_static]
version = "1.2"
optional = true

[dependencies.num-bigint]
version = "0.2"
optional = true

[dependencies.serde]
version = "1.0"
optional = true
default-features = false
[dev-dependencies.cfg-if]
version = "0.1"

[dev-dependencies.lazy_static]
version = "1.2"

[dev-dependencies.rand]
version = "0.6"

[dev-dependencies.serde_json]
version = "1.0"

[features]
default = ["std"]
std = ["arrayvec/default", "itoa/default", "itoa/i128"]
with-num-bigint = ["num-bigint", "std"]
with-serde = ["arrayvec/serde-1", "serde/derive"]
with-system-locale = ["cfg-if", "encoding_rs", "lazy_static", "libc", "num-format-windows", "std", "widestring", "winapi/winnls"]
[target."cfg(unix)".dependencies.cfg-if]
version = "0.1"
optional = true

[target."cfg(unix)".dependencies.encoding_rs]
version = "0.8"
optional = true

[target."cfg(unix)".dependencies.libc]
version = "0.2"
optional = true
[target."cfg(windows)".dependencies.num-format-windows]
version = "0.3"
optional = true

[target."cfg(windows)".dependencies.widestring]
version = "0.4"
optional = true

[target."cfg(windows)".dependencies.winapi]
version = "0.3"
features = ["winnls"]
optional = true
[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
branch = "master"
repository = "bcmyers/num-format"