# 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 = "create-bitcoin-transaction" version = "0.1.3" description = "Create and sign bitcoin transactions" readme = "README.md" license = "MIT" resolver = "2" [dependencies.bitcoin] version = "0.29.1" [dependencies.bitcoin-address] version = "=0.1.4" [dependencies.bitcoin-hd-keys] version = "=0.1.18" [dependencies.bitcoin-script-opcodes] version = "=0.1.0" [dependencies.bitcoin-utils] version = "=0.1.1" [dependencies.hex-utilities] version = "0.1.3" [dependencies.sha2] version = "=0.10.5"