waffles-solana-remote-wallet 1.16.0

Waffle Labs maintained Blockchain, Rebuilt for Scale
Documentation
[package]
name = "waffles-solana-remote-wallet"
description = "Waffle Labs maintained Blockchain, Rebuilt for Scale"
version = "1.16.0"
repository = "https://github.com/waffles-labs/solana"
authors = ["Solana Maintainers <maintainers@solana.foundation", "Waffle Labs Maintainers <maintainers@waffles.so>"]
edition = "2021"
license = "Apache-2.0"
homepage = "https://waffles.so/"
documentation = "https://docs.rs/waffles-solana-remote-wallet"

[dependencies]
console = "0.15.0"
dialoguer = "0.10.2"
hidapi = { version = "1.4.1", default-features = false, optional = true }
log = "0.4.17"
num-derive = { version = "0.3" }
num-traits = { version = "0.2" }
parking_lot = "0.12"
qstring = "0.7.2"
semver = "1.0"
solana-sdk = { package = "waffles-solana-sdk", path = "../sdk", version = "=1.16.0" }
thiserror = "1.0"
uriparse = "0.6.4"

[features]
default = ["linux-static-hidraw", "hidapi"]
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"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]