@@ -6,12 +6,12 @@ description = "Utility to run a regtest bitcoind process, useful in integration
6
6
license = " MIT"
7
7
repository = " https://github.com/RCasatta/bitcoind"
8
8
documentation = " https://docs.rs/bitcoind/"
9
- rust-version = " 1.48.0" # without features, with any feature is 1.57
9
+ rust-version = " 1.48.0" # without features, with any feature is 1.57
10
10
edition = " 2018"
11
11
categories = [" cryptography::cryptocurrencies" , " development-tools::testing" ]
12
12
13
13
[dependencies ]
14
- bitcoincore-rpc = { package = " core-rpc " , version = " 0.17.0" }
14
+ bitcoincore-rpc = { version = " 0.17.0" }
15
15
log = " 0.4"
16
16
which = " 4.2.5"
17
17
anyhow = " 1.0.66"
@@ -22,9 +22,11 @@ env_logger = "0.9.0"
22
22
23
23
[build-dependencies ]
24
24
bitcoin_hashes = { version = " 0.12" , optional = true }
25
- flate2 = { version = " 1.0" , optional = true }
26
- tar = { version = " 0.4" , optional = true }
27
- minreq = { version = " 2.9.0" , default-features = false , features = [" https" ], optional = true }
25
+ flate2 = { version = " 1.0" , optional = true }
26
+ tar = { version = " 0.4" , optional = true }
27
+ minreq = { version = " 2.9.0" , default-features = false , features = [
28
+ " https" ,
29
+ ], optional = true }
28
30
zip = { version = " 0.5" , optional = true }
29
31
anyhow = " 1.0.66"
30
32
0 commit comments