# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "async_zmq" version = "0.4.0" authors = [ "Yu-Wei Wu ", "Ricardo Delfin ", ] description = "Async version for ZeroMQ bindings" documentation = "https://docs.rs/async-zmq" readme = "README.md" keywords = [ "async", "bindings", "protocol", "zmq", ] categories = [ "asynchronous", "api-bindings", "concurrency", "network-programming", ] license = "MIT/Apache-2.0" repository = "https://github.com/rdelfin/async-zmq" [dependencies.futures] version = "0.3" [dependencies.mio] version = "0.6" [dependencies.once_cell] version = "1.18" [dependencies.slab] version = "0.4" [dependencies.thiserror] version = "1.0" [dependencies.zmq] version = "0.10" [dev-dependencies.async-std] version = "1.12" features = ["attributes"] [dev-dependencies.tokio] version = "1.29" features = ["full"] [features] default = []