[package] name = "search-bot" version = "0.1.1" edition = "2021" description = "Telegram search bot" authors = ["Sergey Kolmiller "] license = "MIT" readme = "README.md" keywords = ["search", "telegram", "bot"] categories = ["api-bindings", "parsing-tools"] repository = "https://github.com/kolserdav/search-bot" include = ["README.md", "LICENSE", "Cargo.toml", "/src/*.rs", "src/**/*.rs"] rust-version = "1.74" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] dotenvy = "0.15.7" reqwest = "0.11.23" serde = { version = "1.0.193", features = ["derive"] } serde_json = "1.0.108" tokio = { version = "1.35.1", features = ["full"] } teloxide = { version = "0.12", features = ["macros"] } log = "0.4" pretty_env_logger = "0.4" regex = "1.10.2" html2text = "0.7.1"