# 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-mtproto" version = "0.7.0" authors = ["Lonami Exo "] description = """ An implementation of the Mobile Transport Protocol. """ homepage = "https://github.com/Lonami/grammers" documentation = "https://docs.rs/grammers-mtproto" readme = "README.md" keywords = [ "mtproto", "telegram", "tl", ] categories = ["network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/Lonami/grammers" [dependencies.bytes] version = "1.5.0" [dependencies.crc32fast] version = "1.3.2" [dependencies.flate2] version = "1.0.28" [dependencies.getrandom] version = "0.2.11" [dependencies.grammers-crypto] version = "0.7.0" [dependencies.grammers-tl-types] version = "0.7.0" features = ["tl-mtproto"] [dependencies.log] version = "0.4.20" [dependencies.num-bigint] version = "0.4.4" [dependencies.sha1] version = "0.10.6" [dev-dependencies.toml] version = "0.8.8"