# 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" version = "12.2.0" 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 = "xpub_descriptors" required-features = ["std"] [[example]] name = "taproot" required-features = [ "compiler", "std", ] [[example]] name = "psbt_sign_finalize" required-features = [ "std", "base64", ] [[example]] name = "big" required-features = [ "std", "base64", "compiler", ] [dependencies.actual-serde] version = "1.0.103" optional = true package = "serde" [dependencies.bech32] version = "0.11.0" default-features = false [dependencies.bitcoin] version = "0.32.0" default-features = false [dev-dependencies.bitcoin] version = "0.32.0" features = ["base64"] [dev-dependencies.secp256k1] version = "0.29.0" features = ["rand-std"] [dev-dependencies.serde_test] version = "1.0.147" [features] base64 = ["bitcoin/base64"] compiler = [] default = ["std"] no-std = ["bech32/alloc"] rand = ["bitcoin/rand"] serde = [ "actual-serde", "bitcoin/serde", ] std = [ "bitcoin/std", "bitcoin/secp-recovery", "bech32/std", ] trace = []