# 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 = "conogram" version = "0.2.19" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An async wrapper for Telegram Bot API" homepage = "https://github.com/ENCRYPTEDFOREVER/conogram" readme = "readme.md" keywords = [ "telegram", "bot", "telegram-bot", "telegram-bot-api", ] categories = [ "api-bindings", "asynchronous", ] license = "MIT" repository = "https://github.com/ENCRYPTEDFOREVER/conogram" [lib] name = "conogram" path = "src/lib.rs" [[example]] name = "echo_bot" path = "examples/echo_bot.rs" [dependencies.async-trait] version = "0.1.68" [dependencies.log] version = "0.4.18" [dependencies.reqwest] version = "0.12.7" features = [ "json", "multipart", "stream", ] [dependencies.serde] version = "1.0.139" features = ["derive"] [dependencies.serde_json] version = "1.0.93" [dependencies.thiserror] version = "1.0.48" [dependencies.tokio] version = "1.25.0" features = ["fs"] [dependencies.uuid] version = "1.3.0" features = [ "v4", "fast-rng", ] [features]