# 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 = "grammers-mtsender" version = "0.7.0" authors = ["Lonami Exo "] description = """ A sender implementation using the Mobile Transport Protocol. """ homepage = "https://github.com/Lonami/grammers" documentation = "https://docs.rs/grammers-mtsender" readme = "README.md" keywords = [ "api", "mtproto", "telegram", "tl", ] categories = [ "api-bindings", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Lonami/grammers" [dependencies.bytes] version = "1.5.0" [dependencies.futures-util] version = "0.3.15" features = ["alloc"] default-features = false [dependencies.grammers-crypto] version = "0.7.0" [dependencies.grammers-mtproto] version = "0.7.0" [dependencies.grammers-tl-types] version = "0.7.0" features = ["tl-mtproto"] [dependencies.log] version = "0.4.20" [dependencies.tokio] version = "1.5.0" features = [ "net", "io-util", "sync", "time", ] default-features = false [dependencies.tokio-socks] version = "0.5.1" optional = true [dependencies.trust-dns-resolver] version = "0.23.2" optional = true [dependencies.url] version = "2.4.1" optional = true [dev-dependencies.simple_logger] version = "4.2.0" features = ["colors"] default-features = false [dev-dependencies.tokio] version = "1.34.0" features = ["rt"] [dev-dependencies.toml] version = "0.8.8" [features] proxy = [ "tokio-socks", "trust-dns-resolver", "url", ]