# 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 = "vtg" version = "1.0.6" authors = ["Vyacheslav Shteyn "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library for creating VK and Telegram bots" homepage = "https://github.com/valnesfjord/vtg" readme = "README.md" keywords = [ "bots", "vk", "telegram", "api", "tg", ] categories = [ "web-programming", "api-bindings", ] license = "MIT" repository = "https://github.com/valnesfjord/vtg" [lib] name = "vtg" path = "src/lib.rs" [[example]] name = "bot" path = "examples/bot.rs" [dependencies.bytes] version = "1.6.0" [dependencies.form_urlencoded] version = "1.2.0" [dependencies.http-body-util] version = "0.1.1" [dependencies.hyper] version = "1.3.1" features = ["full"] [dependencies.hyper-tls] version = "0.6.0" features = ["alpn"] [dependencies.hyper-util] version = "0.1" features = ["full"] [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.105" [dependencies.serde_with] version = "3.4.0" features = ["macros"] [dependencies.tokio] version = "1.37.0" features = ["full"] [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.regex-automata] version = "0.3.6"