btc-transaction-utils 0.9.0

A collection of helpers for signing bitcoin transactions with segwit.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

[dependencies.bitcoin]
version = "0.23"

[dependencies.bitcoin_hashes]
version = "0.7"

[dependencies.hex]
version = "0.4"

[dependencies.rand]
version = "0.6"

[dependencies.secp256k1]
version = "0.17"
features = ["rand"]

[dependencies.serde]
version = "1.0"

[dependencies.serde_str]
version = "0.1"

[dependencies.thiserror]
version = "1.0"