stacks-rs 0.3.0

A minimal rust toolkit to interact with the Stacks Blockchain.
Documentation
[dependencies.bip32]
version = "0.5.1"

[dependencies.bip39]
version = "2.0.0"

[dependencies.dyn-clone]
version = "1.0.16"

[dependencies.ring]
features = ["std"]
version = "0.17.7"

[dependencies.ripemd]
version = "0.1.3"

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

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.197"

[dependencies.stacks_derive]
optional = true
version = "0.3.0"

[dependencies.thiserror]
version = "1.0.29"

[dependencies.typed-builder]
optional = true
version = "0.18.1"

[dependencies.ureq]
features = ["json"]
optional = true
version = "2.9.6"
[dev-dependencies.rand]
version = "0.8.5"

[features]
clarity = ["crypto"]
crypto = []
default = ["clarity", "transaction"]
derive = ["stacks_derive"]
rpc = ["ureq", "serde"]
transaction = ["typed-builder"]
wallet-sdk = ["crypto"]

[package]
authors = ["Max Karou <maxkarou@protonmail.com>"]
categories = ["api-bindings", "cryptography"]
description = "A minimal rust toolkit to interact with the Stacks Blockchain."
edition = "2021"
keywords = ["stacks", "stacks-blockchain", "bitcoin"]
license = "MIT OR Apache-2.0"
name = "stacks-rs"
repository = "https://github.com/52/stacks.rs"
version = "0.3.0"