quincho 0.0.2

verify message signatures using bitcoin
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "quincho"
version = "0.0.2"
authors = ["Matthias Debernardini <m.f.debern@protonmail.com>"]
description = "verify message signatures using bitcoin"
license = "MIT"
repository = "https://github.com/matthiasdebernardini/quincho"

[dependencies.base64-compat]
version = "1.0.0"

[dependencies.bitcoin]
version = "0.29.2"

[dependencies.hex]
version = "0.4.3"

[dependencies.secp256k1]
version = "0.26.0"
features = ["recovery"]

[dependencies.thiserror]
version = "1.0.38"