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-04-25 16:25:43 +02:00
|
|
|
version = "1.12.0"
|
2017-02-10 01:07:06 +01:00
|
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
|
|
|
|
[dependencies]
|
2018-08-10 01:04:10 +02:00
|
|
|
log = "0.4"
|
2018-12-11 17:22:55 +01:00
|
|
|
parking_lot = "0.7"
|
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-09-04 20:13:51 +02:00
|
|
|
ethereum-types = "0.4"
|
2018-06-13 11:01:56 +02:00
|
|
|
semver = "0.9"
|
2017-02-10 01:07:06 +01:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2017-07-06 11:26:14 +02:00
|
|
|
rustc-hex = "1.0"
|