# 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 = "telegram-api-rs" version = "0.0.9" authors = [ "jrmbchtl", "gubatron", ] description = "Telegram API written in RUST" readme = "README.md" license = "GPL-2.0-or-later WITH Bison-exception-2.2" repository = "https://github.com/gubatron/telegram-bot-rs" [dependencies.json] version = "0.12.4" [dependencies.reqwest] version = "0.11.22" features = ["blocking"] [dependencies.rustc-serialize] version = "0.3.25" [dependencies.urlencoding] version = "2.1.3"