# 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 = "mwc-bitcoin" version = "0.27.1" authors = ["Andrew Poelstra "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "General purpose library for using and interoperating with Bitcoin and other cryptocurrencies." homepage = "https://github.com/mwcproject/rust-bitcoin" documentation = "https://docs.rs/bitcoin/" readme = "README.md" keywords = [ "crypto", "bitcoin", ] license = "CC0-1.0" repository = "https://github.com/mwcproject/rust-bitcoin" [lib] name = "bitcoin" path = "src/lib.rs" [[example]] name = "bip32" path = "examples/bip32.rs" [[example]] name = "handshake" path = "examples/handshake.rs" [dependencies.base64-compat] version = "1.0.0" optional = true [dependencies.bech32] version = "0.7.2" [dependencies.bitcoin_hashes] version = "0.9.1" [dependencies.bitcoinconsensus] version = "0.19.0-2" features = ["external-secp"] optional = true [dependencies.mwc_secp256k1zkp] version = "0.7.16" features = ["bullet-proof-sizing"] [dependencies.serde] version = "1" features = ["derive"] optional = true [dev-dependencies.serde_json] version = "<1.0.45" [dev-dependencies.serde_test] version = "1" [features] base64 = ["base64-compat"] fuzztarget = ["bitcoin_hashes/fuzztarget"] unstable = [] use-serde = [ "serde", "bitcoin_hashes/serde", ]