fixed_decimal 0.5.6

An API for representing numbers in a human-readable form
Documentation
[[bench]]
harness = false
name = "fixed_decimal"
[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
version = "0.5.5"
[dev-dependencies.getrandom]
features = ["js"]
version = "0.2"

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

[dev-dependencies.rand_distr]
version = "0.4"

[dev-dependencies.rand_pcg]
version = "0.3"

[features]
bench = ["ryu"]
experimental = []
ryu = ["dep:ryu"]
std = []

[lib]
bench = false

[package]
authors = ["The ICU4X Project Developers"]
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"]
license = "Unicode-3.0"
name = "fixed_decimal"
readme = "README.md"
repository = "https://github.com/unicode-org/icu4x"
rust-version = "1.67"
version = "0.5.6"
[package.metadata.cargo-all-features]
denylist = ["bench"]
[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"