# 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 = "lwk_signer" version = "0.8.0" description = "Liquid Wallet Kit - Signers for PSETs (Partially Signed Elements Transactions)" documentation = "https://docs.rs/lwk_signer" license = "MIT OR BSD-2-Clause" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.base64] version = "0.13.0" [dependencies.bip39] version = "2.0.0" features = ["rand"] [dependencies.elements-miniscript] version = "0.4.0" features = ["base64"] [dependencies.lwk_common] version = "0.8.0" [dependencies.lwk_jade] version = "0.8.0" optional = true [dependencies.lwk_ledger] version = "0.8.0" optional = true [dependencies.thiserror] version = "1.0.48" [dev-dependencies.lwk_test_util] version = "0.8.0" [features] default = ["jade"] jade = ["lwk_jade"] ledger = ["lwk_ledger"]