X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning%2FCargo.toml;h=b5ec64d99b0aab3824ef407162aba5a5acee770d;hb=c53d8a3596930afa2d75b663013501e8b8fdd838;hp=20a6460d62dfec24bfe84d7aaaf823395e5912fd;hpb=1d2d39325872a553335bee4a71ac89f7512db4fb;p=rust-lightning diff --git a/lightning/Cargo.toml b/lightning/Cargo.toml index 20a6460d..b5ec64d9 100644 --- a/lightning/Cargo.toml +++ b/lightning/Cargo.toml @@ -12,6 +12,7 @@ Still missing tons of error-handling. See GitHub issues for suggested projects i [features] fuzztarget = ["bitcoin/fuzztarget"] +_test_utils = ["hex", "regex"] # Unlog messages superior at targeted level. max_level_off = [] max_level_error = [] @@ -23,10 +24,13 @@ max_level_debug = [] unsafe_revoked_tx_signing = [] [dependencies] -bitcoin = "0.23" +bitcoin = "0.24" + +hex = { version = "0.3", optional = true } +regex = { version = "0.1.80", optional = true } [dev-dependencies.bitcoin] -version = "0.23" +version = "0.24" features = ["bitcoinconsensus"] [dev-dependencies]