# 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 = "tokio-zmq" version = "0.10.1" authors = ["asonix "] description = "Provides Futures abstractions for ZeroMQ on the Tokio event-loop" readme = "README.md" keywords = ["zmq", "zeromq", "futures", "tokio"] 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.24" [dependencies.log] version = "0.4" [dependencies.mio] version = "0.6" [dependencies.tokio-reactor] version = "0.1.5" [dependencies.tokio-timer] version = "0.2.6" [dependencies.zmq] version = "0.9" [dev-dependencies.crossbeam] version = "0.7" [dev-dependencies.env_logger] version = "0.6" [dev-dependencies.rand] version = "0.6" [dev-dependencies.tokio] version = "0.1.8" [dev-dependencies.tokio-executor] version = "0.1.4"