# 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 = "elementsd" version = "0.9.2" authors = ["Riccardo Casatta "] description = "Utility to run a liquidregtest elements process, useful in integration testing environment" documentation = "https://docs.rs/elementsd/" readme = "README.md" license = "MIT" repository = "https://github.com/RCasatta/elementsd" [package.metadata.docs.rs] features = [ "download", "doc", ] rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.bitcoind] version = "0.34.0" [dev-dependencies.env_logger] version = "0.9" [build-dependencies.bitcoin_hashes] version = "0.12.0" optional = true [build-dependencies.flate2] version = "1.0" optional = true [build-dependencies.minreq] version = "2.6.0" features = ["https"] optional = true default-features = false [build-dependencies.tar] version = "0.4" optional = true [features] 0_18_1_12 = ["download"] 0_21_0 = [ "download", "0_18_1_12", ] 22_1_1 = [ "download", "0_21_0", ] bitcoind_0_17_1 = ["bitcoind/0_17_1"] bitcoind_0_18_1 = ["bitcoind/0_18_1"] bitcoind_0_19_1 = ["bitcoind/0_19_1"] bitcoind_0_21_2 = ["bitcoind/0_21_2"] bitcoind_22_1 = ["bitcoind/22_1"] bitcoind_23_1 = ["bitcoind/23_1"] bitcoind_24_0_1 = ["bitcoind/24_0_1"] bitcoind_25_0 = ["bitcoind/25_0"] bitcoind_25_1 = ["bitcoind/25_1"] doc = [] download = [ "bitcoin_hashes", "flate2", "minreq", "tar", ]