[[bench]]
harness = false
name = "fixed_decimal"
path = "benches/fixed_decimal.rs"
[dependencies.displaydoc]
default-features = false
version = "0.2.3"
[dependencies.ryu]
default-features = false
features = ["small"]
optional = true
version = "1.0.5"
[dependencies.smallvec]
default-features = false
version = "1.10.0"
[dependencies.writeable]
default-features = false
features = ["alloc"]
version = "0.6.0"
[dev-dependencies.getrandom]
features = ["wasm_js"]
version = "0.3"
[dev-dependencies.rand]
version = "0.9"
[dev-dependencies.rand_distr]
version = "0.5"
[dev-dependencies.rand_pcg]
version = "0.9"
[[example]]
name = "permyriad"
path = "examples/permyriad.rs"
[features]
experimental = []
ryu = ["dep:ryu"]
[lib]
bench = false
name = "fixed_decimal"
path = "src/lib.rs"
[package]
authors = ["The ICU4X Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["internationalization"]
description = "An API for representing numbers in a human-readable form"
edition = "2021"
include = ["data/**/*", "src/**/*", "examples/**/*", "benches/**/*", "tests/**/*", "Cargo.toml", "LICENSE", "README.md", "build.rs"]
license = "Unicode-3.0"
name = "fixed_decimal"
readme = "README.md"
repository = "https://github.com/unicode-org/icu4x"
rust-version = "1.82"
version = "0.7.1"
[package.metadata.docs.rs]
all-features = true
[package.metadata.workspaces]
independent = true
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.criterion]
version = "0.5.0"
[[test]]
name = "rounding"
path = "tests/rounding.rs"
[[test]]
name = "signed_rounding"
path = "tests/signed_rounding.rs"