skytable 0.2.0

Official Rust client driver for Skytable
Documentation
[package]
name = "skytable"
version = "0.2.0"
authors = ["Sayan Nandan <nandansayan@outlook.com>"]
edition = "2018"
readme = "README.md"
description = "Official Rust client driver for Skytable"
license = "Apache-2.0"
documentation = "https://docs.rs/skytable"
repository = "https://github.com/skytable/client-rust"
categories = []
keywords = ["skytable", "driver", "client", "database", "nosql"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bytes = "1.0.1"
tokio = {version = "1.5.0", features = ["net", "io-util", "io-std"]}

[dev-dependencies]
tokio = {version="1.5.0", features=["rt-multi-thread", "macros"]}