# 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 = "futures-zmq" version = "0.5.0" authors = ["asonix "] description = "Provides Futures abstractions for ZeroMQ on any futures executor" readme = "README.md" keywords = ["zmq", "zeromq", "futures"] license = "GPL-3.0" repository = "https://git.asonix.dog/asonix/async-zmq" [dependencies.async-zmq-derive] version = "0.1" [dependencies.async-zmq-types] version = "0.3" [dependencies.failure] version = "0.1" [dependencies.futures] version = "0.1" [dependencies.lazy_static] version = "1.2" [dependencies.log] version = "0.4" [dependencies.zmq] version = "0.9" [dependencies.zmq-sys] version = "0.9" [dev-dependencies.env_logger] version = "0.6" [dev-dependencies.rand] version = "0.6" [dev-dependencies.tokio] version = "0.1" [dev-dependencies.tokio-executor] version = "0.1.4" [dev-dependencies.tokio-timer] version = "0.2.6"