# 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 = "teloxide-listener" version = "0.1.0-beta.1" authors = ["LightQuantum "] exclude = [".github/*", ".mergify.yml", "bacon.toml", "rust-toolchain.toml"] description = "A listener extension for teloxide" readme = "README.md" keywords = ["teloxide", "telegram", "bot"] license = "MIT" repository = "https://github.com/PhotonQuantum/teloxide-listener" resolver = "2" [dependencies.axum] version = "0.4" optional = true [dependencies.futures-core] version = "0.3" optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.teloxide] version = "0.7" default-features = false [dependencies.tokio] version = "1.16" optional = true [dependencies.tokio-stream] version = "0.1" optional = true [dependencies.tracing] version = "0.1" [dependencies.url] version = "2.2" optional = true [dev-dependencies.teloxide] version = "0.7" features = ["dispatching2"] default-features = false [features] either = ["futures-core"] webhook = ["axum", "tokio", "tokio-stream", "url", "serde_json", "either"]