# 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-utility" version = "0.3.4" authors = ["Eric Woolsey "] description = "An interface to allow easily interacting with ledgers via bluetooth and usb." homepage = "https://github.com/ewoolsey/ledger-utility" readme = "README.md" keywords = [ "ledger", "nano", "cosmos", "apdu", "bluetooth", ] categories = [ "authentication", "cryptography", ] license = "Apache-2.0" repository = "https://github.com/ewoolsey/ledger-utility" [dependencies.btleplug] version = "0.10" [dependencies.ledger-bluetooth] version = "0.2.0" [dependencies.ledger-transport] version = "0.10" [dependencies.ledger-transport-hid] version = "0.10.0" [dependencies.log] version = "0.4" features = ["std"] [dependencies.thiserror] version = "1.0" [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.serial_test] version = "0.7.0" [dev-dependencies.tokio] version = "1" features = ["macros"] [features] bluetooth = [] default = [ "bluetooth", "usb", ] usb = []