2017-02-10 01:07:06 +01:00
|
|
|
[package]
|
|
|
|
description = "Hardware wallet support."
|
|
|
|
homepage = "http://parity.io"
|
|
|
|
license = "GPL-3.0"
|
|
|
|
name = "hardware-wallet"
|
2018-03-03 22:02:33 +01:00
|
|
|
version = "1.11.0"
|
2017-02-10 01:07:06 +01:00
|
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
log = "0.3"
|
2018-01-19 13:46:11 +01:00
|
|
|
parking_lot = "0.5"
|
2017-09-14 19:28:43 +02:00
|
|
|
protobuf = "1.4"
|
2017-03-29 15:17:27 +02:00
|
|
|
hidapi = { git = "https://github.com/paritytech/hidapi-rs" }
|
|
|
|
libusb = { git = "https://github.com/paritytech/libusb-rs" }
|
2017-09-14 19:28:43 +02:00
|
|
|
trezor-sys = { git = "https://github.com/paritytech/trezor-sys" }
|
2017-02-10 01:07:06 +01:00
|
|
|
ethkey = { path = "../ethkey" }
|
2018-02-09 09:32:06 +01:00
|
|
|
ethereum-types = "0.2"
|
2017-02-10 01:07:06 +01:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2017-07-06 11:26:14 +02:00
|
|
|
rustc-hex = "1.0"
|