# 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 = "compressed_transactions" version = "1.0.0" description = "A crate that exposes a command-line interface for compressing bitcoin transactions, and a library that exposes a CompressedTransaction structure and its required subclasses." license = "BSD-3-Clause" repository = "https://github.com/TomBriar/compressed_transactions.git" [dependencies.bitcoin] version = "0.31.1" [dependencies.bitcoincore-rpc] version = "0.18.0" [dependencies.hex] version = "0.4.3" [dependencies.honggfuzz] version = "0.5" [dependencies.secp256k1] version = "0.28.2" features = ["global-context"] [dependencies.thiserror] version = "1.0"