[package] authors = ["Sayan Nandan "] edition = "2021" 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 skytable = { git = "https://github.com/skytable/client-rust.git" } libsky = { path = "../libsky" } # external deps crossbeam-channel = "0.5.12" num_cpus = "1.16.0" env_logger = "0.11.3" log = "0.4.21" tokio = { version = "1.37.0", features = ["full"] }