# 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 = "lightningd" version = "0.1.0" description = "Utility to run a regtest lightningd process, useful in integration testing environment." documentation = "https://docs.rs/lightningd/" license = "MIT" repository = "https://github.com/RCasatta/lightningd" resolver = "2" [dependencies.bitcoind] version = "0.24.0" [dependencies.clightningrpc] version = "0.2.0" [dependencies.log] version = "0.4" [dependencies.tempfile] version = "3.3.0" [dev-dependencies.env_logger] version = "0.9" [features] bitcoind_0_17_1 = ["bitcoind/0_17_1"] bitcoind_0_18_0 = ["bitcoind/0_18_0"] bitcoind_0_18_1 = ["bitcoind/0_18_1"] bitcoind_0_19_0_1 = ["bitcoind/0_19_0_1"] bitcoind_0_19_1 = ["bitcoind/0_19_1"] bitcoind_0_20_0 = ["bitcoind/0_20_0"] bitcoind_0_20_1 = ["bitcoind/0_20_1"] bitcoind_0_21_0 = ["bitcoind/0_21_0"] bitcoind_0_21_1 = ["bitcoind/0_21_1"] bitcoind_22_0 = ["bitcoind/22_0"]