[package] name = "bitcointx" version = "0.0.15" authors = ["Joe Thomas "] 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"]