# 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 = "tg-bot-api" version = "0.6.0" authors = ["Arsenii Lyashenko "] include = [ "Cargo.toml", "LICENSE-*.md", "src/**/*", ] description = "Telegram Bot API parser" documentation = "https://docs.rs/ark0f/tg-bot-api" readme = "README.md" keywords = [ "telegram", "telegram-bot-api", "api", "parser", ] categories = [ "development-tools", "parsing", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ark0f/tg-bot-api" [dependencies.chrono] version = "0.4.19" [dependencies.ego-tree] version = "0.6.2" [dependencies.html2md] version = "0.2.10" [dependencies.itertools] version = "0.12.1" [dependencies.log] version = "0.4.14" [dependencies.logos] version = "0.14.0" [dependencies.percent-encoding] version = "2.1.0" [dependencies.scraper] version = "0.18.1" [dependencies.semver] version = "1.0.22" [dependencies.tendril] version = "0.4.2" [dependencies.thiserror] version = "1.0.22"