# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "telegram-bot-async" version = "0.8.2" authors = ["Lukas Kalbertodt ", "Fedor Gogolev ", "Emulator000 ", "Ɓukasz Kurowski "] description = "A library for creating Telegram bots" documentation = "https://docs.rs/telegram-bot-async/" readme = "../README.md" keywords = ["telegram", "bot", "chat", "api"] categories = ["api-bindings", "asynchronous"] license = "MIT" repository = "https://github.com/crackcomm/telegram-bot" [dependencies.antidote] version = "^1.0" [dependencies.async-trait] version = "^0.1.21" [dependencies.failure] version = "^0.1.5" [dependencies.futures] version = "^0.3.1" [dependencies.futures-async-stream] version = "^0.1" [dependencies.http] version = "^0.1" [dependencies.hyper] version = "^0.13.1" features = ["runtime", "stream"] optional = true [dependencies.hyper-tls] version = "^0.4.0" optional = true [dependencies.telegram-bot-async-raw] version = "=0.8.2" [dependencies.tokio] version = "^0.2.6" features = ["full"] [features] default = ["hyper_connector"] hyper_connector = ["hyper", "hyper-tls"]