# 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 = "stacks-rs" version = "0.3.3" authors = ["Max Karou "] description = "A minimal rust toolkit to interact with the Stacks Blockchain." keywords = [ "stacks", "stacks-blockchain", "bitcoin", ] categories = [ "api-bindings", "cryptography", ] license = "MIT OR Apache-2.0" repository = "https://github.com/52/stacks.rs" [dependencies.bip32] version = "0.5.1" [dependencies.bip39] version = "2.0.0" [dependencies.dyn-clone] version = "1.0.16" [dependencies.ring] version = "0.17.7" features = ["std"] [dependencies.ripemd] version = "0.1.3" [dependencies.secp256k1] version = "0.28.2" features = ["recovery"] [dependencies.serde] version = "1.0.197" features = ["derive"] optional = true [dependencies.stacks_derive] version = "0.3.3" optional = true [dependencies.thiserror] version = "1.0.29" [dependencies.typed-builder] version = "0.18.1" optional = true [dependencies.ureq] version = "2.9.6" features = ["json"] optional = true [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"]