# 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 = "2018" name = "telegram-bot-ars" version = "0.9.1" authors = [ "Lukas Kalbertodt ", "Fedor Gogolev ", "Gustavo Aguiar ", ] description = "A library for creating Telegram bots" documentation = "https://docs.rs/telegram-bot/" readme = "README.md" keywords = [ "telegram", "bot", "chat", "api", ] categories = [ "api-bindings", "asynchronous", ] license = "MIT" repository = "https://github.com/telegram-rs/telegram-bot" [dependencies.bytes] version = "1.0.1" [dependencies.futures] version = "0.3" [dependencies.hyper] version = "0.14" features = [ "client", "http1", ] [dependencies.hyper-rustls] version = "0.22" optional = true [dependencies.hyper-tls] version = "0.5" optional = true [dependencies.multipart] version = "0.17" features = ["client"] default-features = false [dependencies.telegram-bot-raw-ars] version = "0.9.1" [dependencies.tokio] version = "1.2" features = [ "fs", "rt", ] [dependencies.tracing] version = "0.1.23" [dependencies.tracing-futures] version = "0.2" [dev-dependencies.tokio] version = "1.2" features = [ "macros", "time", "fs", "rt-multi-thread", ] [dev-dependencies.tracing-subscriber] version = "0.2.15" [features] default = ["openssl"] openssl = ["hyper-tls"] rustls = ["hyper-rustls"]