# 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 = "mini-telegram" version = "0.1.17" authors = ["Yumcoder "] description = "mini-telegram is an unofficial, monolithic, idiomatic implementation of MTProto (telegram) server built with Rust that compatible with all telegram clients (web, android, iOS, desktop)." readme = "README.md" keywords = [ "telegram", "mtproto", "mtproto-server", "tokio-rs", "tokio", ] license = "Apache-2.0" repository = "https://github.com/YumcoderCom/mini-telegram" [[bin]] name = "mini-telegram-cli" path = "src/bin/cli.rs" [[bin]] name = "mini-telegram-server" path = "src/bin/server.rs" [dependencies.async-stream] version = "0.3.0" [dependencies.atoi] version = "2.0.0" [dependencies.bytes] version = "1" [dependencies.futures] version = "0.3.21" [dependencies.structopt] version = "0.3.14" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-stream] version = "0.1" [dependencies.tracing] version = "0.1.13" [dependencies.tracing-futures] version = "0.2.3" [dependencies.tracing-subscriber] version = "0.3.16" [dev-dependencies.tokio] version = "1" features = ["test-util"]