# 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] name = "sapio-miniscript" version = "7.0.2-alpha.0" authors = [ "Jeremy Rubin ", "Andrew Poelstra , Sanket Kanjalkar ", ] description = "Miniscript: a subset of Bitcoin Script designed for analysis, Sapio extended edition (supports BIP-119 OP_CTV)" readme = "README.md" license = "CC0-1.0" repository = "https://github.com/sapio-lang/rust-miniscript" [[example]] name = "htlc" required-features = ["compiler"] [[example]] name = "parse" [[example]] name = "sign_multisig" [[example]] name = "verify_tx" [[example]] name = "psbt" [[example]] name = "xpub_descriptors" [dependencies.bitcoin] version = "^0.28.0" package = "sapio-bitcoin" [dependencies.schemars] version = "0.8.0" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [features] compiler = [] default = [] rand = ["bitcoin/rand"] trace = [] unstable = [] use-schemars = [ "bitcoin/use-schemars", "schemars", ] use-serde = [ "bitcoin/use-serde", "serde", ]