# 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 = "telebot" version = "0.3.1" authors = ["bytesnake "] description = "A wrapper around the telegram bot api, powered by futures" documentation = "https://docs.rs/telebot" readme = "README.md" keywords = ["telebot", "telegram", "bot", "chat", "async"] categories = ["network-programming"] license = "MIT/Apache-2.0" repository = "https://github.com/bytesnake/telebot" [dependencies.erased-serde] version = "0.3" [dependencies.failure] version = "0.1.1" [dependencies.futures] version = "0.1" [dependencies.futures-retry] version = "0.3" [dependencies.hyper] version = "0.12" [dependencies.hyper-multipart-rfc7578] version = "0.3" [dependencies.hyper-tls] version = "0.3.0" [dependencies.log] version = "0.4" [dependencies.native-tls] version = "0.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.telebot-derive] version = "0.0.14" [dependencies.tokio] version = "0.1" features = ["io", "reactor", "tcp"] default-features = false [dependencies.uuid] version = "0.7" features = ["v4"]