# 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 = "firma-cli" version = "0.20.0" authors = ["Riccardo Casatta "] description = "firma-cli is a command line interface tool to create bitcoin multisig wallets with private keys stored on offline devices." homepage = "https://github.com/RCasatta/firma/tree/master/cli" documentation = "https://docs.rs/firma-cli/" keywords = ["sign", "bitcoin", "cold", "offline", "cli"] license = "MIT" repository = "https://github.com/RCasatta/firma/tree/master/cli" [[bin]] name = "firma-online" path = "src/online/main.rs" [[bin]] name = "firma-offline" path = "src/offline/main.rs" [dependencies.firma] version = "0.20.0" [dependencies.structopt] version = "0.3.20" [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.bitcoind] version = "0.16.0" features = ["0_21_1"] [dev-dependencies.rand] version = "0.7.3" [dev-dependencies.tempfile] version = "3.1.0"