[package] name = "tdb" version = "0.4.0" authors = ["Sayan Nandan "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tokio = { version = "0.2.22", features = ["full"] } bytes = "0.5.6" libtdb = {path ="../libtdb"} bincode = "1.3.1" parking_lot = "0.11.0" lazy_static = "1.4.0" serde = {version = "1.0.115", features= ["derive"]} toml = "0.5.6" clap = {version = "2.33.3", features=["yaml"]} [dev-dependencies] tokio = { version = "0.2", features = ["test-util"] }