# 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 = "tg-media-bot" version = "0.1.0" authors = ["Kirill Ivanov "] description = "Telegram bot for aliasing media" keywords = ["telegram", "bot", "media", "alias", "sticker"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/bragov4ik/tg-media-bot" resolver = "2" [dependencies.chrono] version = "0.4" [dependencies.derive_more] version = "0.99.9" [dependencies.frunk] version = "0.4" [dependencies.frunk_core] version = "0.4" [dependencies.futures] version = "0.3.18" [dependencies.log] version = "0.4" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.redis] version = "0.21.4" features = ["tokio-comp"] [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.teloxide] version = "0.5" features = ["frunk", "macros", "auto-send"] [dependencies.tokio] version = "1.8" features = ["rt-multi-thread", "macros"] [dependencies.tokio-stream] version = "0.1.8"