icu_benchmark_macros 0.2.0

Internal ICU4X benchmarking crate
Documentation
[dependencies.dhat]
optional = true
version = "0.2"

[features]
benchmark_memory = ["dhat"]
rust_global_allocator = ["dlmalloc"]

[package]
authors = ["The ICU4X Project Developers"]
description = "Internal ICU4X benchmarking crate"
edition = "2018"
include = ["src/**/*", "examples/**/*", "tests/**/*", "Cargo.toml", "README.md"]
license-file = "LICENSE"
name = "icu_benchmark_macros"
repository = "https://github.com/unicode-org/icu4x"
version = "0.2.0"
[target."cfg(any(target_os = \"linux\", target_os = \"macos\", target_arch = \"wasm32\"))".dependencies.dlmalloc]
features = ["global"]
optional = true
version = "0.2"