[package] authors = ["Sayan Nandan "] edition = "2021" name = "sky-bench" version = "0.7.2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] # internal deps libstress = { path = "../libstress" } skytable = { git = "https://github.com/skytable/client-rust", branch = "next" } # external deps clap = { version = "2.34.0", features = ["yaml"] } devtimer = "4.0.1" rand = "0.8.4" serde = { version = "1.0.135", features = ["derive"] } serde_json = "1.0.78"