# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "fast_vk" version = "0.6.1" authors = ["Eduard Baturin"] description = "Relatively low-level VK API library designed for millions requests per second" documentation = "https://docs.rs/fast_vk" readme = "README.md" license = "MIT" repository = "https://github.com/kinetus/fast_vk" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1" optional = true [dependencies.comma_serde_urlencoded] version = "0.8" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.thisvk] version = "0.2" optional = true [dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [dependencies.vk_execute_compiler] version = "0.1" [dependencies.vk_method] version = "0.2" [dev-dependencies.dotenv] version = "0.15" [dev-dependencies.futures] version = "0.3" [dev-dependencies.lazy_static] version = "1.4" [features] thisvk = [ "dep:thisvk", "dep:async-trait", ]