# 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 = "coldcard-cli" version = "0.12.3" authors = ["Alfred Hodler "] description = "Coldcard Wallet CLI Tool" readme = "README.md" keywords = [ "coldcard", "bitcoin", "wallet", ] categories = [ "command-line-utilities", "cryptography::cryptocurrencies", "hardware-support", ] license = "MIT" repository = "https://github.com/alfred-hodler/rust-coldcard/" [[bin]] name = "coldcard" path = "src/main.rs" [dependencies.base58] version = "0.2.0" [dependencies.base64] version = "0.21.7" [dependencies.clap] version = "3.2.22" features = ["derive"] [dependencies.coldcard] version = "0.12.2" [dependencies.console] version = "0.15.8" [dependencies.env_logger] version = "0.11.1" [dependencies.hex] version = "0.4.3" [dependencies.hmac-sha256] version = "1.1.7" [dependencies.indicatif] version = "0.17.7" [dependencies.json] version = "0.12.4" [dependencies.regex] version = "1.10.3" [dependencies.rpassword] version = "7.3.1" [dependencies.semver] version = "1.0.21" [dependencies.ureq] version = "2.9.4" [features] default = [ "coldcard/default", "coldcard/log", ]