[package] name = "vkapi" version = "0.2.0" authors = ["Sergey Duck "] edition = "2018" description = "Rust create for interacting with VK API" readme = "README.md" repository = "https://github.com/DuckerMan/vk_api" keywords = ["rust", "vk", "vk_api"] license = "GPL-3.0-or-later" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = { version = "0.10.4", features = ["json", "blocking", "stream"] } tokio = { version = "0.2", features = ["full"] } json = "0.12.4" futures = "0.3" tokio-util = "0.3.1" bytes = "0.5.3"