# 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 = "actix-wamp" version = "0.2.0" authors = ["Przemysław K. Rekucki "] description = "Asynchronous client library for WAMP" homepage = "https://github.com/golemfactory/golem-client/tree/master/actix-wamp" documentation = "https://docs.rs/actix-wamp" readme = "README.md" keywords = ["actix", "WAMP", "client"] license = "GPL-3.0" repository = "https://github.com/golemfactory/golem-client.git" [dependencies.actix] version = "0.9" [dependencies.actix-http] version = "1.0.1" [dependencies.awc] version = "1.0" features = ["openssl"] default-features = false [dependencies.base64] version = "0.10.1" [dependencies.crypto-mac] version = "0.7" features = ["std"] [dependencies.failure] version = "0.1" [dependencies.futures] version = "0.3" [dependencies.hmac] version = "0.7.0" [dependencies.log] version = "0.4.6" [dependencies.openssl] version = "0.10.20" [dependencies.pin-project] version = "0.4.6" [dependencies.rand] version = "0.6" [dependencies.rmp] version = "0.8.7" [dependencies.rmp-serde] version = "0.13.7" [dependencies.rmpv] version = "0.4" features = ["with-serde"] [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0.39" [dependencies.sha2] version = "0.8.0" [features] default = ["crypto-mac/std"] [badges.travis-ci] branch = "master" repository = "golemfactory/golem-client"