# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "btc-cli" version = "0.1.1" authors = ["johnyukon21 "] description = "A bitcoin command line tool" homepage = "https://github.com/johnyukon21/btc-cli" readme = "README.md" categories = ["command-line-utilities"] license = "CC0-1.0" repository = "https://github.com/johnyukon21/btc-cli" [[bin]] name = "btc-cli" path = "src/main.rs" [dependencies.bitcoin] version = "0.18.0" [dependencies.bitcoincore-rpc] version = "0.6.0" [dependencies.clap] version = "2.26.0" [dependencies.hex] version = "0.3.2" [dependencies.hexdump] version = "0.1.0" [dependencies.jsonrpc] version = "0.11.0" [dependencies.rpassword] version = "0.0.4" [dependencies.secp256k1] version = "0.12" features = ["rand"]