# 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 = "whatsappweb" version = "0.0.2" authors = ["Christoph Walcher "] build = "build.rs" description = "WIP Whatsapp Web API Client" readme = "README.md" categories = ["api"] license = "MIT" repository = "https://github.com/wiomoc/whatsappweb-rs" [profile.release] opt-level = 3 lto = true codegen-units = 16 debug = false debug-assertions = false [dependencies.base64] version = "0.9.2" [dependencies.bincode] version = "1.0.0" [dependencies.byteorder] version = "1.2.1" [dependencies.chrono] version = "0.4" [dependencies.error-chain] version = "0.12.0" [dependencies.image] version = "0.19" [dependencies.json] version = "0.11.13" [dependencies.log] version = "0.4.1" [dependencies.protobuf] version = "2.0.4" [dependencies.qrcode] version = "0.7" [dependencies.reqwest] version = "0.8.6" optional = true [dependencies.ring] version = "0.12.1" [dependencies.rust-crypto] version = "^0.2" [dependencies.serde] version = "1.0.64" [dependencies.serde_derive] version = "1.0.64" [dependencies.simple_logger] version = "0.5.0" [dependencies.untrusted] version = "0.5.1" [dependencies.url] version = "1.7.0" [dependencies.ws] version = "0.7.6" features = ["ssl"] [build-dependencies.protobuf-codegen-pure] version = "2.0.4" [features] default-features = ["media"] media = ["reqwest"]