num-format 0.1.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.1.0"
authors = ["Brian Myers <brian.carl.myers@gmail.com>"]
exclude = ["num-format-dev/**/*"]
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"

[[bench]]
name = "bench_usize"
harness = false
[dependencies.arrayvec]
version = "0.4"
default-features = false

[dependencies.failure]
version = "0.1"
features = ["derive"]
default-features = false

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

[dependencies.libc]
version = "0.2"
default-features = false

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

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

[dev-dependencies.criterion]
version = "0.2"

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

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

[dev-dependencies.walkdir]
version = "2.2"

[features]
default = ["std"]
std = ["arrayvec/default", "failure/default", "itoa/default", "itoa/i128", "libc/default"]
with-serde = ["arrayvec/serde-1", "serde/derive"]
[badges.maintenance]
status = "actively-developed"

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