# 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 = "2018" name = "bitcoin-harness" version = "0.2.2" authors = ["CoBloX Team "] description = "A simple lib to start a bitcoind container, generate blocks and fund addresses" readme = "README.md" license = "MIT" [dependencies.base64] version = "0.12.3" [dependencies.bitcoin] version = "0.29" features = ["serde"] [dependencies.bitcoincore-rpc-json] version = "0.16" [dependencies.futures] version = "0.3.5" [dependencies.hex] version = "0.4.2" [dependencies.jsonrpc_client] version = "0.7" features = ["reqwest"] [dependencies.reqwest] version = "0.11" features = ["json"] default-features = false [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.testcontainers] version = "0.14" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.0" features = ["time"] [dependencies.tracing] version = "0.1" [dependencies.url] version = "2" [dev-dependencies.tokio] version = "1.0" features = [ "rt-multi-thread", "macros", ] [features] default = [] test-docker = []