# 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_ledger" version = "0.8.0" description = "Liquid Wallet Kit - Interact with Ledger Hardware Wallet" documentation = "https://docs.rs/lwk_jade" readme = "README.md" license = "MIT OR BSD-2-Clause" [dependencies.elements-miniscript] version = "0.4" features = ["serde"] [dependencies.ledger-apdu] version = "0.10" [dependencies.lwk_common] version = "0.8.0" [dependencies.lwk_containers] version = "0.8.0" optional = true [dependencies.thiserror] version = "1" [dev-dependencies.lwk_containers] version = "0.8.0" [features] default = ["test_emulator"] test_emulator = ["lwk_containers"]