# 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 = "lnd" version = "0.1.6" description = "Utility to run a regtest lnd process connected to a given bitcoind instance, useful in integration testing environment." readme = "README.md" license = "MIT" repository = "https://github.com/bennyhodl/lnd-test-util" [dependencies.anyhow] version = "1" [dependencies.async-recursion] version = "1.0.5" [dependencies.bitcoind] version = "0.34.2" optional = true [dependencies.env_logger] version = "0.10.1" [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4.20" [dependencies.nix] version = "0.27.1" features = ["signal"] [dependencies.tokio] version = "1.35.0" features = ["full"] [dependencies.tonic_lnd] version = "0.5.0" [dependencies.which] version = "5.0.0" [build-dependencies.bitcoin_hashes] version = "0.12" optional = true [build-dependencies.flate2] version = "1.0" optional = true [build-dependencies.minreq] version = "2.9.0" features = ["https"] optional = true default-features = false [build-dependencies.tar] version = "0.4" optional = true [features] bitcoind = ["dep:bitcoind"] default = ["bitcoind"] download = [ "bitcoin_hashes", "tar", "flate2", "minreq", ] lnd_0_16_4 = ["download"] lnd_0_17_5 = ["download"]