[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.stacks_derive]
optional = true
version = "0.2.4"
[dependencies.thiserror]
version = "1.0.29"
[dev-dependencies.rand]
version = "0.8.5"
[features]
clarity = []
default = ["clarity", "transaction", "wallet-sdk"]
derive = ["stacks_derive"]
transaction = ["clarity"]
wallet-sdk = []
[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.2.4"