2020-02-07 10:26:56 -08:00
|
|
|
[package]
|
2020-06-13 14:41:05 -07:00
|
|
|
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
|
2020-02-07 10:26:56 -08:00
|
|
|
edition = "2018"
|
|
|
|
name = "solana-remote-wallet"
|
|
|
|
description = "Blockchain, Rebuilt for Scale"
|
2020-05-28 15:01:10 -07:00
|
|
|
version = "1.3.0"
|
2020-02-07 10:26:56 -08:00
|
|
|
repository = "https://github.com/solana-labs/solana"
|
|
|
|
license = "Apache-2.0"
|
|
|
|
homepage = "https://solana.com/"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
base32 = "0.4.0"
|
2020-05-30 06:47:41 -07:00
|
|
|
console = "0.11.3"
|
2020-05-11 08:21:16 -07:00
|
|
|
dialoguer = "0.6.2"
|
2020-05-24 19:39:06 -07:00
|
|
|
hidapi = { version = "1.2.2", default-features = false }
|
2020-02-07 10:26:56 -08:00
|
|
|
log = "0.4.8"
|
2020-05-14 21:52:11 -07:00
|
|
|
num-derive = { version = "0.3" }
|
|
|
|
num-traits = { version = "0.2" }
|
2020-02-13 13:24:37 -08:00
|
|
|
parking_lot = "0.10"
|
2020-02-07 10:26:56 -08:00
|
|
|
semver = "0.9"
|
2020-05-28 15:01:10 -07:00
|
|
|
solana-sdk = { path = "../sdk", version = "1.3.0" }
|
2020-02-07 10:26:56 -08:00
|
|
|
thiserror = "1.0"
|
2020-02-25 16:41:21 -08:00
|
|
|
url = "2.1.1"
|
2020-02-07 10:26:56 -08:00
|
|
|
|
|
|
|
[features]
|
|
|
|
default = ["linux-static-hidraw"]
|
|
|
|
linux-static-libusb = ["hidapi/linux-static-libusb"]
|
|
|
|
linux-static-hidraw = ["hidapi/linux-static-hidraw"]
|
|
|
|
linux-shared-libusb = ["hidapi/linux-shared-libusb"]
|
|
|
|
linux-shared-hidraw = ["hidapi/linux-shared-hidraw"]
|
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
name = "solana-ledger-udev"
|
|
|
|
path = "src/bin/ledger-udev.rs"
|
2020-04-16 18:18:28 -07:00
|
|
|
|
|
|
|
[package.metadata.docs.rs]
|
|
|
|
targets = ["x86_64-unknown-linux-gnu"]
|