# 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 = "2018" name = "ledger_bitcoin_client" version = "0.5.0" authors = ["Edouard Paris "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Ledger Bitcoin application client" documentation = "https://docs.rs/ledger_bitcoin_client/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/LedgerHQ/app-bitcoin-new" [lib] name = "ledger_bitcoin_client" path = "src/lib.rs" [[test]] name = "client" path = "tests/client.rs" [dependencies.async-trait] version = "0.1" optional = true [dependencies.bitcoin] version = "0.32" default-features = false [dependencies.miniscript] version = "12.2" features = ["no-std"] optional = true default-features = false [dev-dependencies.base64] version = "0.13.0" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.tokio] version = "1.21" features = [ "macros", "rt", "rt-multi-thread", ] [features] async = ["async-trait"] default = [ "async", "paranoid_client", ] paranoid_client = ["miniscript"]