# 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-core" version = "0.1.0" authors = ["Stacks Foundation "] description = "Package that exposes primitives for working with the Stacks blockchain" homepage = "https://www.stacks.co" readme = "README.md" keywords = [ "blockchain", "stacks", "bitcoin", "blockstack", "sdk", ] categories = [ "cryptography::cryptocurrencies", "data-structures", "development-tools", "finance", ] license = "MIT" repository = "https://github.com/stacks-network/sbtc" [dependencies.bdk] version = "0.28.1" features = [ "keys-bip39", "bip39", ] [dependencies.hex] version = "0.4.3" [dependencies.once_cell] version = "1.18.0" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "~1.8.4" [dependencies.ripemd] version = "0.1.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sha2] version = "0.10.7" [dependencies.strum] version = "0.25.0" features = ["derive"] [dependencies.thiserror] version = "1.0.43" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.rand] version = "0.8.5"