# 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 = "choyen_bot" version = "0.2.1" authors = ["poly000"] description = "simple 5000 choyen bot" readme = "README.md" license = "AGPL-3.0" repository = "https://github.com/poly000/choyen_bot" [dependencies.choyen_5000] version = "0.2.1" [dependencies.log] version = "0.4" [dependencies.pretty_env_logger] version = "0.4" [dependencies.teloxide] version = "0.11.0" features = [ "macros", "ctrlc_handler", ] [dependencies.tokio] version = "1" features = [ "rt-multi-thread", "macros", ]