# 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 = "ghostcore-zmq" version = "1.4.0" description = "Ghost Core ZMQ subscriber with minimal dependencies" homepage = "https://github.com/bleach86/rust-ghostcore-zmq" readme = "README.md" keywords = [ "bitcoin", "bitcoin-core", "zmq", "Ghost-Coin", ] categories = [ "cryptography::cryptocurrencies", "network-programming", "asynchronous", ] license = "MIT" repository = "https://github.com/bleach86/rust-ghostcore-zmq" [package.metadata.docs.rs] all-features = true cargo-args = [ "-Zunstable-options", "-Zrustdoc-scrape-examples", ] rustdoc-args = [ "--cfg", "docsrs", ] [[example]] name = "subscribe_async_timeout" doc-scrape-examples = true required-features = ["async"] [[example]] name = "subscribe_async" required-features = ["async"] [[example]] name = "subscribe_blocking" [[example]] name = "subscribe_receiver_pool" [[example]] name = "subscribe_receiver" [dependencies.async_zmq] version = "0.4.0" optional = true [dependencies.bitcoin] version = "0.31.1" [dependencies.futures-util] version = "0.3.28" optional = true [dependencies.zmq] version = "0.10.0" [dependencies.zmq-sys] version = "0.12.0" [dev-dependencies.futures] version = "0.3.28" [dev-dependencies.tokio] version = "1.35.0" features = [ "time", "rt-multi-thread", "macros", ] [features] async = [ "dep:async_zmq", "dep:futures-util", ]