# 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 = "vkclient" version = "5.1.2" authors = ["Mnwa "] description = "Vk Api client implementation" documentation = "https://docs.rs/vkclient" readme = "Readme.md" keywords = [ "client", "api", "vk", "vkontakte", "vk-api", ] categories = ["api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/Mnwa/vkclient" [dependencies.async-stream] version = "0.3" optional = true [dependencies.bytes] version = "1" [dependencies.cfg-if] version = "1" [dependencies.flate2] version = "1" optional = true [dependencies.futures-util] version = "0.3" optional = true [dependencies.reqwest] version = "0.12" features = [ "rustls-tls", "charset", "http2", "macos-system-configuration", ] default-features = false [dependencies.rmp-serde] version = "1" optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" optional = true [dependencies.serde_urlencoded] version = "0.7" [dependencies.zstd] version = "0.13" optional = true [features] compression_gzip = ["flate2"] compression_zstd = ["zstd"] default = [ "compression_zstd", "compression_gzip", "encode_json", "encode_msgpack", "uploader", "longpoll", "longpoll_stream", ] encode_json = ["serde_json"] encode_msgpack = ["rmp-serde"] longpoll = [] longpoll_stream = [ "futures-util", "async-stream", ] uploader = ["reqwest/multipart"]