ledger 0.0.5

Library to exchange APDU with Ledger Nano S devices
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[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"