# 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 = "vk_executive" version = "0.8.5" authors = ["Eduard Baturin"] description = "Relatively low-level VK API library designed for millions requests per second" documentation = "https://docs.rs/vk_executive" readme = "README.md" license = "MIT" repository = "https://github.com/kinetus/vk_executive" [dependencies.async-trait] version = "0.1" optional = true [dependencies.comma_serde_urlencoded] version = "0.8" [dependencies.http] version = "0.2" [dependencies.hyper] version = "0.14.23" features = [ "client", "tcp", "http1", ] [dependencies.hyper-tls] version = "0.5" [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.tower] version = "0.4" [dependencies.url] version = "2.3" [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.once_cell] version = "1" [features] thisvk = [ "dep:thisvk", "dep:async-trait", ]