# 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.70.0" name = "telers" version = "1.0.0-alpha.22" description = "An asynchronous framework for Telegram Bot API written in Rust" readme = "README.md" keywords = [ "bot", "telegram", "telegram-bot", "telegram-bot-api", "telers", ] categories = [ "web-programming", "api-bindings", "asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Desiders/telers" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1" [dependencies.backoff] version = "0.4" [dependencies.bytes] version = "1.5" [dependencies.dashmap] version = "6.1" [dependencies.deadpool-redis] version = "0.18" optional = true [dependencies.futures] version = "0.3" [dependencies.once_cell] version = "1.19" [dependencies.pathdiff] version = "0.2" [dependencies.redis] version = "0.27" features = ["tokio-comp"] optional = true [dependencies.regex] version = "1.10" [dependencies.reqwest] version = "0.12" features = [ "multipart", "stream", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_with] version = "3.6" [dependencies.strum] version = "0.26" [dependencies.strum_macros] version = "0.26" [dependencies.takecell] version = "0.1" [dependencies.telers-macros] version = "1.0.0-alpha.2" features = ["default"] [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.36" features = [ "sync", "macros", "signal", "fs", ] [dependencies.tokio-util] version = "0.7" features = ["codec"] [dependencies.tracing] version = "0.1" [dependencies.uuid] version = "1.7" features = ["v4"] [dev-dependencies.tokio-test] version = "0.4" [features] default = [] full = ["storages"] memory-storage = [] redis-storage = [ "redis", "deadpool-redis", ] storages = [ "redis-storage", "memory-storage", ]