[[bench]]
harness = false
name = "writeable"
path = "benches/writeable.rs"
[dependencies.either]
default-features = false
optional = true
version = "1.9.0"
[dev-dependencies.rand]
features = ["small_rng"]
version = "0.8"
[[example]]
name = "writeable_message"
path = "examples/writeable_message.rs"
[features]
either = ["dep:either"]
[lib]
bench = false
name = "writeable"
path = "src/lib.rs"
[package]
authors = ["The ICU4X Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A more efficient alternative to fmt::Display"
edition = "2021"
include = ["data/**/*", "src/**/*", "examples/**/*", "benches/**/*", "tests/**/*", "Cargo.toml", "LICENSE", "README.md"]
license = "Unicode-3.0"
name = "writeable"
readme = "README.md"
repository = "https://github.com/unicode-org/icu4x"
rust-version = "1.81"
version = "0.6.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 = "writeable"
path = "tests/writeable.rs"