skytable 0.1.0

Official Rust client driver for Skytable
Documentation
[dependencies.bytes]
version = "1.0.1"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.tokio]
features = ["net", "io-util", "io-std"]
version = "1.5.0"
[dev-dependencies.tokio]
features = ["rt", "macros"]
version = "1.5.0"

[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.1.0"