bitcointx 0.0.15

Bitcoin TX utility crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "bitcointx"
version = "0.0.15"
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/lib.rs"
crate-type=["lib"]