# 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 = "2018" name = "Osirisbot" version = "0.1.1" authors = ["Osiris9999 "] description = "A personal bot made by Osiris" readme = "README.md" keywords = [ "telegram", "bot", ] license = "MIT" repository = "https://github.com/Osiris9999/Osiris-bot" [dependencies.error-chain] version = "0.12.4" [dependencies.log] version = "0.4.17" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.11" [dependencies.scraper] version = "0.13.0" [dependencies.select] version = "0.5.0" [dependencies.teloxide] version = "0.10" features = [ "auto-send", "macros", ] [dependencies.tokio] version = "1.20.0" features = ["full"] [dependencies.urlshortener] version = "3.0.0"