# 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" rust-version = "1.74" name = "search-bot" version = "0.1.1" authors = ["Sergey Kolmiller "] include = [ "README.md", "LICENSE", "Cargo.toml", "/src/*.rs", "src/**/*.rs", ] description = "Telegram search bot" readme = "README.md" keywords = [ "search", "telegram", "bot", ] categories = [ "api-bindings", "parsing-tools", ] license = "MIT" repository = "https://github.com/kolserdav/search-bot" [dependencies.dotenvy] version = "0.15.7" [dependencies.html2text] version = "0.7.1" [dependencies.log] version = "0.4" [dependencies.pretty_env_logger] version = "0.4" [dependencies.regex] version = "1.10.2" [dependencies.reqwest] version = "0.11.23" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.teloxide] version = "0.12" features = ["macros"] [dependencies.tokio] version = "1.35.1" features = ["full"]