[dependencies.bytes]
optional = true
version = "1.0.1"
[dependencies.tokio]
features = ["net", "io-util", "io-std"]
optional = true
version = "1.5.0"
[dev-dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "1.5.0"
[features]
async = ["bytes", "tokio"]
dbg = []
default = ["sync"]
sync = []
[package]
authors = ["Sayan Nandan <nandansayan@outlook.com>"]
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.3.0-alpha.2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]