# 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 = "ledger-bluetooth" version = "0.2.2" authors = ["Eric Woolsey "] description = "Ledger Hardware Wallet - Bluetooth Transport" homepage = "https://github.com/ewoolsey/ledger-bluetooth" readme = "README.md" keywords = [ "ledger", "nano", "blue", "apdu", "bluetooth", ] categories = [ "authentication", "cryptography", ] license = "Apache-2.0" repository = "https://github.com/ewoolsey/ledger-bluetooth" [dependencies.btleplug] version = "0.10" [dependencies.byteorder] version = "1.4" [dependencies.cfg-if] version = "1.0.0" [dependencies.futures] version = "0.3" [dependencies.ledger-transport] version = "0.10" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" features = ["std"] [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["macros"] [dependencies.uuid] version = "1" [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.ledger-zondax-generic] version = "0.10" [dev-dependencies.once_cell] version = "1" [dev-dependencies.serial_test] version = "0.7.0"