# 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_oxidebot" version = "0.1.2" authors = ["canxin121 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Telegram Bot for oxidebot framework" homepage = "https://github.com/canxin121/telegram_bot_oxidebot" readme = "Readme.md" keywords = [ "bot", "chatbot", "oxidebot", ] categories = [ "science::robotics", "api-bindings", ] license = "MIT OR Apache-2.0" repository = "https://github.com/canxin121/telegram_bot_oxidebot" [lib] name = "telegram_bot_oxidebot" path = "src/lib.rs" [[bin]] name = "telegram_bot_oxidebot" path = "src/main.rs" [dependencies.anyhow] version = "1.0.87" [dependencies.chrono] version = "0.4.38" features = ["now"] [dependencies.hyper] version = "1.4.1" [dependencies.oxidebot] version = "0.1.4" [dependencies.telegram_bot_api_rs] version = "0.1.1" [dependencies.tokio] version = "1.40.0" features = ["full"] [dependencies.tracing] version = "0.1.40"