# 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 = "electrsd" version = "0.29.0" authors = ["Riccardo Casatta "] description = "Utility to run a regtest electrs process, useful in integration testing environment" documentation = "https://docs.rs/elecrtsd/" readme = "README.md" categories = [ "cryptography::cryptocurrencies", "development-tools::testing", ] license = "MIT" repository = "https://github.com/RCasatta/electrsd" [dependencies.bitcoind] version = "0.36.0" [dependencies.electrum-client] version = "0.21.0" default-features = false [dependencies.log] version = "0.4" [dependencies.which] version = "4.2.5" [dev-dependencies.env_logger] version = "0.10" [build-dependencies.bitcoin_hashes] version = "0.14" optional = true [build-dependencies.minreq] version = "2.9.0" features = ["https"] optional = true default-features = false [build-dependencies.zip] version = "0.6" features = [ "bzip2", "deflate", ] optional = true default-features = false [features] bitcoind_0_17_1 = [ "download", "bitcoind/0_17_1", ] bitcoind_0_18_1 = [ "download", "bitcoind/0_18_1", ] bitcoind_0_19_1 = [ "download", "bitcoind/0_19_1", ] bitcoind_0_20_2 = [ "download", "bitcoind/0_20_2", ] bitcoind_0_21_2 = [ "download", "bitcoind/0_21_2", ] bitcoind_22_1 = [ "download", "bitcoind/22_1", ] bitcoind_23_1 = [ "download", "bitcoind/23_1", ] bitcoind_24_0_1 = [ "download", "bitcoind/24_0_1", ] bitcoind_25_0 = [ "download", "bitcoind/25_0", ] download = [ "bitcoin_hashes", "zip", "minreq", ] electrs_0_8_10 = ["download"] electrs_0_9_1 = ["download"] electrs_0_9_11 = ["download"] esplora_a33e97e1 = ["download"] legacy = [] [target."cfg(not(windows))".dependencies.nix] version = "0.25.0"