format_num_pattern 0.9.4

format numbers according to a pattern string; localized
Documentation
[dependencies.log]
version = "0.4"

[dependencies.memchr]
version = "2.7.2"

[dependencies.pure-rust-locales]
version = "0.8"

[dependencies.rust_decimal]
optional = true
version = "1.34"

[dependencies.rust_decimal_macros]
optional = true
version = "1.34"

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

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

[dev-dependencies.humantime]
version = "2.1"

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

[dev-dependencies.rust_decimal]
version = "1.34"

[dev-dependencies.rust_decimal_macros]
version = "1.34"

[dev-dependencies.ryu]
version = "1.0.17"

[features]
default = []
rust_decimal = ["dep:rust_decimal", "dep:rust_decimal_macros"]

[lib]
name = "format_num_pattern"
path = "src/lib.rs"

[lints.rust]
absolute_paths_not_starting_with_crate = "warn"
elided_lifetimes_in_paths = "warn"
explicit_outlives_requirements = "warn"
keyword_idents = "warn"
macro_use_extern_crate = "warn"
meta_variable_misuse = "warn"
missing_abi = "warn"
missing_debug_implementations = "warn"
missing_docs = "allow"
non_ascii_idents = "warn"
noop_method_call = "warn"
semicolon_in_expressions_from_macros = "warn"
trivial_casts = "warn"
trivial_numeric_casts = "warn"
unreachable_pub = "warn"
unsafe_op_in_unsafe_fn = "warn"
unstable_features = "warn"
unused_import_braces = "warn"
unused_lifetimes = "warn"
unused_qualifications = "warn"
variant_size_differences = "warn"

[package]
authors = ["thomasscharler <thscharler@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "value-formatting", "localization"]
description = "format numbers according to a pattern string; localized"
edition = "2021"
exclude = [".idea/*", ".gitignore"]
keywords = ["format", "number", "num", "convert", "localized"]
license = "MIT/Apache-2.0"
name = "format_num_pattern"
readme = "readme.md"
repository = "https://github.com/thscharler/format_num_pattern"
version = "0.9.4"

[[test]]
name = "bench_numbers"
path = "tests/bench_numbers.rs"

[[test]]
name = "lib_test"
path = "tests/lib_test.rs"

[[test]]
name = "test_decimal"
path = "tests/test_decimal.rs"

[[test]]
name = "test_number"
path = "tests/test_number.rs"