# 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 = "bitcoin-proptest" version = "0.0.1-alpha.3" description = "Proptest strategies for Bitcoin-related code" readme = "README.md" keywords = [ "bitcoin", "proptest", "testing", ] license = "Apache-2.0 OR MIT" repository = "https://jirijakes.com/code/rust-bitcoin-proptest" [[example]] name = "samples" [dependencies.bitcoin] version = "0.31" [dependencies.hex] version = "0.4" [dependencies.miniscript] version = "11.0" [dependencies.proptest] version = "1.4" [dependencies.secp256k1] version = "0.28" features = ["rand"] [dev-dependencies.blarg] version = "1.0.4" [build-dependencies.quote] version = "1.0.36" [build-dependencies.syn] version = "2.0.66" [build-dependencies.tree-sitter] version = "0.22" [build-dependencies.tree-sitter-rust] version = "0.21"