btc-transaction-utils 0.5.0

A collection of helpers for signing bitcoin transactions with segwit.
Documentation
[package]
name = "btc-transaction-utils"
version = "0.5.0"
edition = "2018"
description = "A collection of helpers for signing bitcoin transactions with segwit."
authors = ["The Exonum Team <exonum@bitfury.com>"]
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/exonum/btc-transaction-utils"
documentation = "https://docs.rs/btc-transaction-utils"
categories = ["cryptography"]
keywords = ["crypto", "bitcoin", "segwit"]

[dependencies]
bitcoin = { version = "0.17" }
bitcoin_hashes = "0.3"
failure = "0.1"
failure_derive = "0.1"
hex = "0.3"
rand = "0.4"
secp256k1 = { version = "0.12", features = ["rand"] }
serde = "1.0"
serde_str = "0.1"