[dependencies.commit_verify]
version = "0.7.0"
[dependencies.single_use_seals]
version = "0.7.0"
[dependencies.strict_encoding]
version = "1.8.8"
[dev-dependencies.async-trait]
version = "0.1.51"
[features]
all = ["serde", "rand", "bitcoin", "crypto", "async", "bulletproofs", "float"]
async = ["single_use_seals/async"]
bitcoin = ["strict_encoding/bitcoin", "strict_encoding/miniscript"]
bulletproofs = ["commit_verify/bulletproofs"]
crypto = ["strict_encoding/crypto"]
default = []
float = ["strict_encoding/float"]
rand = ["commit_verify/rand"]
serde = ["commit_verify/serde"]
[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 foundation library"
edition = "2018"
exclude = [".github", "commit_verify", "strict_encoding", "single_use_seals"]
homepage = "https://github.com/LNP-BP"
keywords = ["lnp-bp", "cryptocurrency", "smart-contracts", "blockchain"]
license = "Apache-2.0"
name = "client_side_validation"
readme = "README.md"
repository = "https://github.com/LNP-BP/client_side_validation"
version = "0.7.0"
[package.metadata.docs.rs]
features = ["all"]