# 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_jade" version = "0.8.0" autotests = false description = "Liquid Wallet Kit - Interact with the Blockstream Jade Hardware Wallet" documentation = "https://docs.rs/lwk_jade" readme = "README.md" license = "MIT OR BSD-2-Clause" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[test]] name = "e2e" path = "tests/e2e.rs" [dependencies.elements] version = "0.25.0" features = [ "base64", "serde", ] [dependencies.elements-miniscript] version = "0.4" [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4.22" [dependencies.lwk_common] version = "0.8.0" [dependencies.lwk_containers] version = "0.8.0" optional = true [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.12" features = [ "charset", "http2", "macos-system-configuration", "blocking", "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1" [dependencies.serde_bytes] version = "0.11.12" [dependencies.serde_cbor] version = "0.11.2" [dependencies.serde_json] version = "1" [dependencies.serialport] version = "4.2.1" optional = true [dependencies.tempfile] version = "3.8.0" optional = true [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1.36.0" features = [ "rt", "macros", "io-util", "sync", ] optional = true [dependencies.wasm-timer] version = "0.2.5" [dev-dependencies.base64] version = "0.21.4" [dev-dependencies.lwk_containers] version = "0.8.0" [dev-dependencies.lwk_test_util] version = "0.8.0" [dev-dependencies.serde_json] version = "1" [dev-dependencies.tempfile] version = "3.8.0" [features] asyncr = ["tokio"] default = [ "sync", "test_emulator", ] serial = ["serialport"] sync = [] test_emulator = [ "lwk_containers", "tempfile", ]