[package] authors = ["Sayan Nandan "] categories = [] description = "Official Rust client driver for Skytable" documentation = "https://docs.rs/skytable" edition = "2018" keywords = ["skytable", "driver", "client", "database", "nosql"] license = "Apache-2.0" name = "skytable" readme = "README.md" repository = "https://github.com/skytable/client-rust" version = "0.8.11" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] # internal deps sky-derive = "0.2.3" # external deps tokio = { version = "1.40.0", features = ["full"] } native-tls = "0.2.12" tokio-native-tls = "0.3.1" rand = "0.8.5" r2d2 = "0.8.10" async-trait = "0.1.82" bb8 = "0.8.5" itoa = "1.0.11"