# 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" version = "0.20.0" authors = ["Riccardo Casatta "] description = "Firma is a library to create bitcoin multisig wallets with private keys stored on offline devices." homepage = "https://github.com/RCasatta/firma" documentation = "https://docs.rs/firma/" keywords = ["sign", "bitcoin", "cold", "offline"] license = "MIT" repository = "https://github.com/RCasatta/firma" [lib] crate-type = ["staticlib", "cdylib", "lib"] [dependencies.aes-gcm-siv] version = "0.10.0" [dependencies.base64] version = "0.13.0" [dependencies.bitcoin] version = "0.27" features = ["use-serde", "secp-recovery"] [dependencies.core-rpc] version = "0.14.0" [dependencies.hex] version = "0.4.2" [dependencies.home] version = "0.5.3" [dependencies.log] version = "0.4.11" [dependencies.miniscript] version = "6.0.0" [dependencies.num-bigint] version = "0.3.1" [dependencies.qr_code] version = "1.1.0" features = ["bmp"] [dependencies.rand] version = "0.7.3" [dependencies.serde] version = "1.0.117" features = ["derive"] [dependencies.serde_json] version = "1.0.59" [dependencies.structopt] version = "0.3.20" [dependencies.tempfile] version = "3.1.0" [dev-dependencies.assert_matches] version = "1.5" [dev-dependencies.flate2] version = "1.0" [dev-dependencies.serde_cbor] version = "0.11.1" [target."cfg(target_os=\"android\")".dependencies.android_logger] version = "0.8" [target."cfg(target_os=\"android\")".dependencies.jni] version = "0.16" default-features = false