mirror of
https://github.com/Cuprate/cuprate.git
synced 2024-12-23 12:09:52 +00:00
23 lines
627 B
TOML
23 lines
627 B
TOML
|
[package]
|
||
|
name = "cuprate-criterion-json-rpc"
|
||
|
version = "0.0.0"
|
||
|
edition = "2021"
|
||
|
description = "Criterion benchmarking for cuprate-json-rpc"
|
||
|
license = "MIT"
|
||
|
authors = ["hinto-janai"]
|
||
|
repository = "https://github.com/Cuprate/cuprate/tree/main/benches/criterion/cuprate-json-rpc"
|
||
|
keywords = ["cuprate", "json-rpc", "criterion", "benchmark"]
|
||
|
|
||
|
[dependencies]
|
||
|
cuprate-json-rpc = { workspace = true }
|
||
|
|
||
|
criterion = { workspace = true }
|
||
|
function_name = { workspace = true }
|
||
|
serde_json = { workspace = true, features = ["default"] }
|
||
|
|
||
|
[[bench]]
|
||
|
name = "main"
|
||
|
harness = false
|
||
|
|
||
|
[lints]
|
||
|
workspace = true
|