arch_sdk 0.6.4

A Rust SDK for building applications on the Arch Network blockchain platform. Provides tools and interfaces for developing, testing, and deploying programs with native Bitcoin integration.
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 = "arch_sdk"
version = "0.6.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust SDK for building applications on the Arch Network blockchain platform. Provides tools and interfaces for developing, testing, and deploying programs with native Bitcoin integration."
readme = false
license = "MIT"

[features]
default = []
fuzzing = ["libfuzzer-sys"]

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

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

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

[dependencies.arch_program]
version = "0.6.4"
features = ["default"]

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

[dependencies.base64]
version = "0.22.1"

[dependencies.bip322]
version = "0.0.9"

[dependencies.bitcode]
version = "0.6.4"

[dependencies.bitcoin]
version = "=0.32.5"
features = [
    "serde",
    "rand",
]

[dependencies.bitcoincore-rpc]
version = "0.19.0"

[dependencies.borsh]
version = "1.4.0"
features = [
    "derive",
    "rc",
]

[dependencies.futures]
version = "0.3"
features = ["executor"]
default-features = false

[dependencies.hex]
version = "0.4.3"
default-features = false

[dependencies.indicatif]
version = "0.17.8"

[dependencies.libfuzzer-sys]
version = "0.4"
features = ["arbitrary-derive"]
optional = true

[dependencies.proptest]
version = "1.5.0"

[dependencies.rand]
version = "0.8.5"

[dependencies.rand_core]
version = "0.6.4"
features = ["getrandom"]

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

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "rc",
]

[dependencies.serde_json]
version = "1.0.116"

[dependencies.sha256]
version = "1.5.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.titan-client]
version = "1.3.4"
features = ["tcp_client_blocking"]
package = "arch-titan-client"

[dependencies.tokio]
version = "1.38.0"
features = [
    "full",
    "rt-multi-thread",
    "sync",
]

[dependencies.tokio-tungstenite]
version = "0.26.1"

[dependencies.tracing]
version = "0.1.40"

[dependencies.uuid]
version = "1.10"
features = ["v4"]

[dev-dependencies.mockito]
version = "1.2"