vk-auth 0.1.0

Vkontakte (vk.com) authorization client
Documentation
[dependencies.anyhow]
version = "1"

[dependencies.form_urlencoded]
version = "1"

[dependencies.reqwest]
features = ["json", "cookies"]
version = "0.11"

[dependencies.scraper]
version = "0.12.0"

[dependencies.url]
version = "2.2"
[dev-dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "1"

[package]
authors = ["aCLr <a.ch.clr@gmail.com>"]
description = "Vkontakte (vk.com) authorization client"
edition = "2018"
homepage = "https://github.com/aCLr/vk-auth"
include = ["Cargo.toml", "**/*.rs", "README.md", "CHANGELOG.md", "LICENSE", ".gitignore"]
keywords = ["vkontakte", "vk"]
license = "MIT"
name = "vk-auth"
readme = "README.md"
repository = "https://github.com/aCLr/vk-auth"
version = "0.1.0"