cuprate-hinto-janai/benches/cuprate-json-rpc/Cargo.toml
2024-06-16 17:40:52 -04:00

21 lines
No EOL
637 B
TOML

[package]
name = "cuprate-json-rpc-bench"
version = "0.0.0"
edition = "2021"
description = "Benchmarking for Cuprate's JSON-RPC 2.0 implementation"
license = "MIT"
authors = ["hinto-janai"]
repository = "https://github.com/Cuprate/cuprate/tree/main/benches/cuprate-json-rpc"
keywords = ["cuprate", "json-rpc", "benchmark"]
[dependencies]
criterion = { workspace = true }
function_name = { workspace = true }
serde_json = { workspace = true, features = ["default"] }
tempfile = { workspace = true }
json-rpc = { path = "../../rpc/json-rpc" }
[[bench]]
name = "main"
harness = false