# 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 = "telitairos-bot" version = "0.2.0" exclude = ["src/main.rs"] description = "A fully funcional AI Powered assistant Telegram Bot" readme = "README.md" keywords = [ "ai", "telegram", "bot", "admin", "chatbot", ] categories = ["command-line-utilities"] license = "MIT" [dependencies.async-openai] version = "0.23.2" [dependencies.chrono] version = "0.4.38" [dependencies.log] version = "0.4" [dependencies.pretty_env_logger] version = "0.4" [dependencies.string-builder] version = "0.2.0" [dependencies.teloxide] version = "0.12" features = ["macros"] [dependencies.tokio] version = "1.38" features = [ "rt-multi-thread", "macros", ]