cosigner-client 0.4.0

Local and proxy-backed Arch Network signers for the arch-cosigner custody proxy
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 = "cosigner-client"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Local and proxy-backed Arch Network signers for the arch-cosigner custody proxy"
readme = "README.md"
keywords = [
    "arch-network",
    "signer",
    "custody",
    "turnkey",
]
categories = [
    "cryptography",
    "api-bindings",
]
license = "MIT"

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

[[test]]
name = "batch_signer"
path = "tests/batch_signer.rs"

[[test]]
name = "signer_equivalence"
path = "tests/signer_equivalence.rs"

[dependencies.arch_program]
version = "^0.7.0"

[dependencies.arch_sdk]
version = "^0.7.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.base64]
version = "0.22"

[dependencies.bitcoin]
version = "=0.32.7"
features = [
    "serde",
    "rand-std",
]

[dependencies.hex]
version = "0.4.3"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "net",
    "signal",
    "time",
    "sync",
    "fs",
    "io-util",
]

[dev-dependencies.axum]
version = "0.7"

[dev-dependencies.rand]
version = "0.8"

[dev-dependencies.turnkey_api_key_stamper]
version = "0.11.0"