[package]
name = "ledger"
version = "0.0.5"
authors = ["Juan Leni <juan.leni@zondax.ch>"]
description = "Library to exchange APDU with Ledger Nano S devices"
homepage = "https://github.com/ZondaX/ledger-rs"
readme = "README.md"
keywords = ["ledger", "nano", "blue", "apdu"]
license = "Apache-2.0"
repository = "https://github.com/ZondaX/ledger-rs"
[lib]
name = "ledger"
[dependencies.byteorder]
version = "1.2.4"
[dependencies.hidapi]
version = "0.5"
features = ["linux-static-hidraw"]
default-features = false
[dependencies.libc]
version = "0.2.43"
[target."cfg(target_os = \"linux\")".dependencies.nix]
version = "0.11.0"