# 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 = "nakamoto-wallet" version = "0.4.0" authors = ["Alexis Sellier "] description = "Very basic command-line Bitcoin wallet using nakamoto" homepage = "https://cloudhead.io/nakamoto/" documentation = "https://docs.rs/nakamoto-wallet" license = "MIT" repository = "https://github.com/cloudhead/nakamoto" [dependencies.argh] version = "0.1.3" [dependencies.chrono] version = "0.4" features = ["std"] default-features = false [dependencies.coldcard] version = "0.5" features = ["linux-static-libusb"] default-features = false [dependencies.crossbeam-channel] version = "0.5.6" [dependencies.log] version = "0.4" features = ["std"] [dependencies.nakamoto-client] version = "0.4.0" [dependencies.nakamoto-common] version = "0.4.0" [dependencies.nakamoto-net-poll] version = "0.4.0" [dependencies.nakamoto-p2p] version = "0.4.0" [dependencies.signal-hook] version = "0.3.14" features = ["iterator"] default-features = false [dependencies.sqlite] version = "0.27.0" [dependencies.sqlite3-src] version = "0.4.0" features = ["bundled"] [dependencies.sqlite3-sys] version = "0.14" default-features = false [dependencies.termion] version = "1.5.6" [dependencies.thiserror] version = "1.0" [dev-dependencies.nakamoto-test] version = "0.4.0"