# 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 = "2018" name = "stackmate" version = "0.8.0" authors = ["i5hi, mocodesmo"] description = "Rust-C FFI exposing composite functionality to build bitcoin descriptor wallets." keywords = ["bitcoin", "rust-c-ffi"] license = "MIT" [lib] name = "stackmate" crate-type = ["staticlib", "cdylib"] [dependencies.base32] version = "0.4.0" [dependencies.base64] version = "0.13.0" [dependencies.bdk] version = "0.16.1" features = ["compiler", "rpc", "electrum"] [dependencies.bip39] version = "1.0.1" [dependencies.bitcoin] version = "0.27.1" features = ["rand", "base64"] [dependencies.hex] version = "0.4.3" [dependencies.libtor] version = "46.6.1+0.4.6.6" [dependencies.openssl] version = "0.10.38" features = ["vendored"] [dependencies.openssl-sys] version = "0.9.72" features = ["vendored"] [dependencies.secp256k1] version = "0.21.3" features = ["rand", "bitcoin_hashes", "global-context", "rand-std"] [dependencies.serde] version = "1.0.126" [dependencies.serde_derive] version = "1.0.0" [dependencies.serde_json] version = "1.0.64" [dependencies.sha-1] version = "0.10.0"