pretty_decimal 0.2.1

library for Decimal type with pretty printing.
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 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 = "2018"
rust-version = "1.79.0"
name = "pretty_decimal"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "library for Decimal type with pretty printing."
readme = "README.md"
license = "Apache-2.0"

[features]
bounded-static = ["dep:bounded-static"]

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

[[bench]]
name = "bench"
path = "benches/bench.rs"
harness = false

[dependencies.arrayvec]
version = "0.7.6"

[dependencies.bounded-static]
version = "0.8"
features = ["derive"]
optional = true
default-features = false

[dependencies.itoa]
version = "1.0.15"

[dependencies.rust_decimal]
version = "1.37.2"

[dependencies.thiserror]
version = "2.0.12"

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

[dev-dependencies.pretty_assertions]
version = "1.4.1"

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