vkapi 0.2.0

Rust create for interacting with VK API
Documentation
[dependencies.bytes]
version = "0.5.3"

[dependencies.futures]
version = "0.3"

[dependencies.json]
version = "0.12.4"

[dependencies.reqwest]
features = ["json", "blocking", "stream"]
version = "0.10.4"

[dependencies.tokio]
features = ["full"]
version = "0.2"

[dependencies.tokio-util]
version = "0.3.1"

[package]
authors = ["Sergey Duck <sergeypechnikov326@gmail.com>"]
description = "Rust create for interacting with VK API"
edition = "2018"
keywords = ["rust", "vk", "vk_api"]
license = "GPL-3.0-or-later"
name = "vkapi"
readme = "README.md"
repository = "https://github.com/DuckerMan/vk_api"
version = "0.2.0"