# 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 = "bitcoin-zmq" version = "0.2.0-alpha.1" authors = ["Harry Barber "] exclude = ["/.travis.yml"] description = "A library providing a relatively thin wrapper around Bitcoin ZMQ, \nallowing the construction of asynchronous streams of transaction \nor block data.\n" homepage = "https://github.com/hlb8122/rust-bitcoin-zmq" keywords = ["bitcoin", "zmq", "non-blocking", "stream"] categories = ["asynchronous", "concurrency", "cryptography::cryptocurrencies"] license = "MIT" repository = "https://github.com/hlb8122/rust-bitcoin-zmq" [dependencies.futures] version = "0.3.1" features = ["compat"] [dependencies.futures-zmq] version = "0.5.0" [dependencies.zmq] version = "0.9.1" [dev-dependencies.hex] version = "0.3.2" [dev-dependencies.tokio] version = "0.2.0-alpha.6" [badges.travis-ci] repository = "hlb8122/rust-bitcoin-zmq"