# 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 = "actix-telegram" version = "0.0.5" authors = ["Marat Safin "] description = "telegram bot api lib based on actix" license = "MIT" repository = "https://github.com/jeizsm/actix-telegram" [dependencies.actix] version = "0.7.9" [dependencies.actix-net] version = "0.2.6" [dependencies.actix-telegram-derive] version = "0.2" [dependencies.actix-web] version = "0.7.18" [dependencies.bitflags] version = "1.0" [dependencies.env_logger] version = "0.6" [dependencies.failure] version = "0.1" [dependencies.futures] version = "0.1" [dependencies.log] version = "0.4" [dependencies.multipart-rfc7578] version = "0.6" features = ["actix-web"] [dependencies.native-tls] version = "0.2" optional = true [dependencies.openssl] version = "0.10" optional = true [dependencies.rustls] version = "0.14" optional = true [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "0.1" [features] default = ["tls-server", "rust-tls"] rust-tls = ["rustls", "actix-web/rust-tls", "actix-net/rust-tls"] server = [] ssl = ["openssl", "actix-web/ssl", "actix-net/ssl"] tls = ["native-tls", "actix-web/tls", "actix-net/tls"] tls-server = ["server"]