> For the complete documentation index, see [llms.txt](https://docs.degenlab.io/decentralized-mining-pool/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.degenlab.io/decentralized-mining-pool/rust-taproot-transactions/dependencies.md).

# Dependencies

```toml
[dependencies]
bitcoin = { version = "0.29.1", features=["rand","std"]}
bitcoin_hashes =  { version = "0.11.0", default-features = false }
bitcoincore-rpc = "0.16.0"
electrum-client = "0.12.0"
miniscript = "9.0.0"

```
