# 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 = "bitcoincore-zmqsequence" version = "0.1.0" authors = ["dev7ba "] description = "A rust library to listen zmq sequence msgs from bitcoin core" readme = "README.md" keywords = [ "bitcoin", "mempool", "zmq", ] categories = ["cryptography::cryptocurrencies"] license = "MIT OR Apache-2.0" repository = "https://github.com/dev7ba/bitcoincore-zmqsequence" [dependencies.bitcoincore-rpc] version = "0.17.0" optional = true [dependencies.hex] version = "0.4.3" [dependencies.thiserror] version = "1.0.39" [dependencies.url] version = "2.3.1" [dependencies.zmq] version = "0.10.0" [features] check_node = ["dep:bitcoincore-rpc"]