# 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] edition = "2018" name = "whatsappweb-eta" version = "0.5.0-pre1" authors = ["Christoph Walcher ", "eta "] build = "build.rs" description = "WhatsApp Web (reverse-engineered) API client, eta's fork thereof" homepage = "https://git.theta.eu.org/whatsappweb-rs.git/about/" documentation = "https://docs.rs/whatsappweb-eta/" readme = "README.md" keywords = ["whatsapp", "whatsappweb"] categories = ["api-bindings"] license = "MIT" repository = "https://git.theta.eu.org/whatsappweb-rs.git/" [dependencies.base64] version = "0.10" [dependencies.bincode] version = "~1.1" [dependencies.byteorder] version = "~1.3" [dependencies.chrono] version = "0.4" [dependencies.failure] version = "0.1" [dependencies.failure_derive] version = "0.1" [dependencies.futures] version = "0.1" [dependencies.image] version = "0.21" optional = true [dependencies.json] version = "0.11" [dependencies.log] version = "0.4" [dependencies.protobuf] version = "~2.8" [dependencies.qrcode] version = "0.10" [dependencies.reqwest] version = "0.8" optional = true [dependencies.ring] version = "0.14" [dependencies.rust-crypto] version = "~0.2" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.tokio-timer] version = "0.2" [dependencies.untrusted] version = "~0.6" [dependencies.url] version = "~1.7" [dependencies.uuid] version = "0.7" features = ["v4"] [dependencies.websocket] version = "0.23" [dev-dependencies.simple_logger] version = "0.5" [build-dependencies.protobuf-codegen-pure] version = "~2.8" [features] default = [] media = ["reqwest", "image"] [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "eeeeeta/whatsappweb-rs"