cashweb-auth-wrapper 0.1.0-alpha.2

A library providing deserialization, parsing, and verification needed within the cash:web Authorization Wrapper Framework
Documentation
[package]
name = "cashweb-auth-wrapper"
version = "0.1.0-alpha.2"
authors = ["Harry Barber <harrybarber@protonmail.com>"]
edition = "2018"
license = "MIT"
homepage = "https://github.com/cashweb/cashweb-rs"
repository = "https://github.com/cashweb/cashweb-rs"
keywords = ["cashweb", "bitcoin", "authorization"]
description = "A library providing deserialization, parsing, and verification needed within the cash:web Authorization Wrapper Framework"
categories = ["development-tools"]

[dependencies]
ring = "0.16.15"
prost = "0.6.1"
thiserror = "1.0.20"

secp256k1 = { package = "cashweb-secp256k1", version = "0.17.3" }

[build-dependencies]
prost-build = "0.6.1"