client_side_validation 0.4.0

Client-side validation library
Documentation
[dependencies.amplify]
version = "3"

[dependencies.amplify_derive]
version = "2.4.3"

[dependencies.bitcoin_hashes]
version = "0.9"

[dependencies.grin_secp256k1zkp]
optional = true
version = "0.7"

[dependencies.strict_encoding]
features = []
version = "1"

[features]
all = ["bulletproofs"]
bulletproofs = ["grin_secp256k1zkp"]
default = []

[lib]
name = "client_side_validation"
path = "src/lib.rs"

[package]
authors = ["Dr. Maxim Orlovsky <orlovsky@pandoracore.com>"]
categories = ["cryptography::cryptocurrencies", "encoding", "parsing"]
description = "Client-side validation library"
edition = "2018"
exclude = ["derive"]
homepage = "https://github.com/LNP-BP"
keywords = ["lnp-bp", "cryptocurrency", "smart-contracts"]
license = "Apache-2.0"
name = "client_side_validation"
readme = "README.md"
repository = "https://github.com/LNP-BP/rust-lnpbp"
version = "0.4.0"