# 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 = "telegram_bot_api_rs" version = "0.1.1" authors = ["canxin121 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Telegram Bot Api Rust Library" homepage = "https://github.com/canxin121/telegram_bot_api_rs" readme = "Readme.md" keywords = [ "bot", "chatbot", "telegram", ] categories = [ "science::robotics", "api-bindings", ] license = "MIT OR Apache-2.0" repository = "https://github.com/canxin121/telegram_bot_api_rs" [lib] name = "telegram_bot_api_rs" path = "src/lib.rs" [[example]] name = "print_update" path = "examples/print_update.rs" [[example]] name = "send_message" path = "examples/send_message.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.async-trait] version = "0.1.82" [dependencies.mime_guess] version = "2.0.5" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.12.7" features = [ "json", "multipart", "stream", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0.209" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.tokio] version = "1.40.0" features = ["full"] [dependencies.tokio-util] version = "0.7.12" features = ["codec"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [dependencies.urlencoding] version = "2.1.3"