You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
660 B
TOML

[package]
authors = ["Sayan Nandan <ohsayan@outlook.com>"]
edition = "2021"
3 years ago
name = "sky-bench"
version = "0.8.1"
description = "The Skytable benchmark tool can be used to benchmark Skytable installations"
build = "build.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
libsky = { path = "../libsky" }
[dependencies]
# internal deps
8 months ago
skytable = { git = "https://github.com/skytable/client-rust.git" }
libsky = { path = "../libsky" }
# external deps
6 months ago
crossbeam-channel = "0.5.12"
num_cpus = "1.16.0"
6 months ago
env_logger = "0.11.3"
log = "0.4.21"
tokio = { version = "1.37.0", features = ["full"] }