You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
520 B
17 lines
520 B
[package]
|
|
name = "cfd_protocol"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
anyhow = "1"
|
|
bdk = { version = "0.12", default-features = false }
|
|
bit-vec = "0.6"
|
|
itertools = "0.10"
|
|
rand = "0.6"
|
|
secp256k1-zkp = { git = "https://github.com/ElementsProject/rust-secp256k1-zkp", features = ["bitcoin_hashes", "global-context", "serde"] }
|
|
thiserror = "1"
|
|
|
|
[dev-dependencies]
|
|
bitcoin = { version = "0.27", features = ["rand", "bitcoinconsensus"] }
|
|
proptest = { version = "1", default-features = false, features = ["std"] }
|
|
|