bitcointx 0.0.10

Bitcoin TX utility crate
Documentation
[package]
name = "bitcointx"
version = "0.0.10"
authors = ["Joe Thomas <josepht404@gmail.com>"]
edition = "2018"
description = "Bitcoin TX utility crate"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
hex="0.3.1"
sha2="0.8.1"

[lib]
name="bitcointx"
path="src/tx.rs"
crate-type=["lib"]