[package]
name = "writeable"
description = "A more efficient alternative to fmt::Display"
version = "0.2.1"
authors = ["The ICU4X Project Developers"]
edition = "2018"
readme = "README.md"
repository = "https://github.com/unicode-org/icu4x"
license-file = "LICENSE"
include = [
"src/**/*",
"examples/**/*",
"benches/**/*",
"tests/**/*",
"Cargo.toml",
"LICENSE",
"README.md"
]
[package.metadata.docs.rs]
all-features = true
[dev-dependencies]
criterion = "0.3"
icu_benchmark_macros = { version = "0.3", path = "../../tools/benchmark/macros" }
[lib]
bench = false
path = "src/lib.rs"
[features]
default = []
bench = []
[[bench]]
name = "writeable"
harness = false