X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=Cargo.toml;h=052f2fc03d2d98b6a8a99687e161e92a7f60080d;hb=refs%2Fheads%2F2018-10-0.0.6;hp=69c6f44b7bad8dd9c6850902917e8b748db59ab7;hpb=830343f12980dd3dddc960721e67acc8885436f0;p=rust-lightning diff --git a/Cargo.toml b/Cargo.toml index 69c6f44b..052f2fc0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lightning" -version = "0.0.4" +version = "0.0.6" authors = ["Matt Corallo"] license = "Apache-2.0" repository = "https://github.com/rust-bitcoin/rust-lightning/" @@ -15,19 +15,28 @@ build = "build.rs" # Supports tracking channels with a non-bitcoin chain hashes. Currently enables all kinds of fun DoS attacks. non_bitcoin_chain_hash_routing = [] fuzztarget = ["secp256k1/fuzztarget", "bitcoin/fuzztarget"] +# Unlog messages superior at targeted level. +max_level_off = [] +max_level_error = [] +max_level_warn = [] +max_level_info = [] +max_level_debug = [] [dependencies] -bitcoin = "0.13" +bitcoin = "0.14" rust-crypto = "0.2" rand = "0.4" -secp256k1 = "0.9" +secp256k1 = "0.11" [build-dependencies] cc = "1.0" [dev-dependencies.bitcoin] -version = "0.13" +version = "0.14" features = ["bitcoinconsensus"] [dev-dependencies] hex = "0.3" + +[profile.dev] +opt-level = 1