rvk 0.23.0

Simple crate for accessing VK (VKontakte) API (using `async`/`await`)
Documentation
[dependencies.reqwest]
features = ["json"]
version = "0.11"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[package]
authors = ["Artem Varaksa <artvaraksa@gmail.com>"]
categories = ["api-bindings"]
description = "Simple crate for accessing VK (VKontakte) API (using `async`/`await`)"
edition = "2021"
keywords = ["vk", "api"]
license = "MIT"
name = "rvk"
readme = "README.md"
repository = "https://github.com/u32i64/rvk"
version = "0.23.0"