2020-02-07 10:26:56 -08:00
|
|
|
[package]
|
2020-06-13 14:41:05 -07:00
|
|
|
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
|
2021-11-30 16:47:00 -08:00
|
|
|
edition = "2021"
|
2020-02-07 10:26:56 -08:00
|
|
|
name = "solana-remote-wallet"
|
|
|
|
description = "Blockchain, Rebuilt for Scale"
|
2022-09-13 07:06:15 -07:00
|
|
|
version = "1.15.0"
|
2020-02-07 10:26:56 -08:00
|
|
|
repository = "https://github.com/solana-labs/solana"
|
|
|
|
license = "Apache-2.0"
|
|
|
|
homepage = "https://solana.com/"
|
2021-03-10 12:46:17 -08:00
|
|
|
documentation = "https://docs.rs/solana-remote-wallet"
|
2020-02-07 10:26:56 -08:00
|
|
|
|
|
|
|
[dependencies]
|
2021-10-20 14:43:46 -07:00
|
|
|
console = "0.15.0"
|
2022-08-10 11:18:19 -07:00
|
|
|
dialoguer = "0.10.2"
|
2022-04-20 22:27:43 -07:00
|
|
|
hidapi = { version = "1.4.1", default-features = false, optional = true }
|
2022-05-04 18:49:18 -07:00
|
|
|
log = "0.4.17"
|
2020-05-14 21:52:11 -07:00
|
|
|
num-derive = { version = "0.3" }
|
|
|
|
num-traits = { version = "0.2" }
|
2022-02-23 19:07:07 -08:00
|
|
|
parking_lot = "0.12"
|
2021-04-20 15:35:28 -07:00
|
|
|
qstring = "0.7.2"
|
2021-06-10 12:02:31 -07:00
|
|
|
semver = "1.0"
|
2022-09-13 07:06:15 -07:00
|
|
|
solana-sdk = { path = "../sdk", version = "=1.15.0" }
|
2020-02-07 10:26:56 -08:00
|
|
|
thiserror = "1.0"
|
2022-04-13 18:33:42 -07:00
|
|
|
uriparse = "0.6.4"
|
2020-02-07 10:26:56 -08:00
|
|
|
|
|
|
|
[features]
|
2021-12-06 14:32:59 -08:00
|
|
|
default = ["linux-static-hidraw", "hidapi"]
|
2020-02-07 10:26:56 -08:00
|
|
|
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"]
|