# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "mtproxy" version = "0.0.2" authors = ["Vitaly Domnikov "] description = "MTProto Proxy Server" homepage = "https://github.com/dotcypress/mtproxy" documentation = "https://github.com/dotcypress/mtproxy" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/dotcypress/mtproxy" [dependencies.bytes] version = "0.4.7" [dependencies.clap] version = "2.31.2" [dependencies.env_logger] version = "0.5.10" [dependencies.lazy_static] version = "1.0.0" [dependencies.log] version = "0.4.1" [dependencies.mio] version = "0.6.14" [dependencies.rand] version = "0.5.0" [dependencies.rust-crypto] version = "0.2.36" [dependencies.slab] version = "0.4.0" [badges.appveyor] branch = "master" repository = "dotcypress/mtproxy" service = "github" [badges.travis-ci] branch = "master" repository = "dotcypress/mtproxy"