deno/bench_util/Cargo.toml

25 lines
486 B
TOML
Raw Permalink Normal View History

# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2022-11-22 20:07:35 +00:00
[package]
2021-05-19 17:41:23 +00:00
name = "deno_bench_util"
version = "0.173.0"
2022-11-22 20:07:35 +00:00
authors.workspace = true
edition.workspace = true
license.workspace = true
publish = true
readme = "README.md"
2022-11-22 20:07:35 +00:00
repository.workspace = true
description = "Bench and profiling utilities for deno crates"
[lib]
path = "lib.rs"
[dependencies]
2022-11-22 20:07:35 +00:00
bencher.workspace = true
deno_core.workspace = true
tokio.workspace = true
2021-05-19 17:41:23 +00:00
2022-02-23 17:51:13 +00:00
[[bench]]
name = "utf8"
harness = false