litecoins 0.7.0

Litecoin transaction construction in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.bitcoins]
version = "0.7.0"

[dependencies.coins-core]
version = "0.7.0"

[package]
authors = ["James Prestwich <james@prestwi.ch>"]
description = "Litecoin transaction construction in Rust"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "litecoins"
repository = "https://github.com/summa-tx/bitcoins-rs"
version = "0.7.0"

[package.metadata.wasm-pack.profile.release]
wasm-opt = ["-Oz", "--enable-mutable-globals"]