# 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 = "miniscript-debug" version = "9.0.1-debug" authors = ["Andrew Poelstra , Sanket Kanjalkar "] description = "Miniscript: a subset of Bitcoin Script designed for analysis" homepage = "https://github.com/rust-bitcoin/rust-miniscript/" readme = "README.md" keywords = [ "crypto", "bitcoin", "miniscript", "script", ] license = "CC0-1.0" repository = "https://github.com/rust-bitcoin/rust-miniscript/" [[example]] name = "htlc" required-features = [ "std", "compiler", ] [[example]] name = "parse" required-features = ["std"] [[example]] name = "sign_multisig" required-features = ["std"] [[example]] name = "verify_tx" required-features = ["std"] [[example]] name = "psbt" required-features = ["std"] [[example]] name = "xpub_descriptors" required-features = ["std"] [[example]] name = "taproot" required-features = [ "compiler", "std", ] [[example]] name = "psbt_sign_finalize" required-features = ["std"] [dependencies.actual-serde] version = "1.0" optional = true package = "serde" [dependencies.bitcoin] version = "0.29.1" default-features = false [dependencies.hashbrown] version = "0.11" optional = true [dev-dependencies.actual-rand] version = "0.8.4" package = "rand" [dev-dependencies.bitcoind] version = "0.27.0" features = ["23_0"] [dev-dependencies.secp256k1] version = "0.24.0" features = ["rand-std"] [features] compiler = [] default = ["std"] no-std = [ "hashbrown", "bitcoin/no-std", ] rand = ["bitcoin/rand"] serde = [ "actual-serde", "bitcoin/serde", ] std = [ "bitcoin/std", "bitcoin/secp-recovery", ] trace = [] unstable = []