waffles-solana-remote-wallet 1.16.0

Waffle Labs maintained Blockchain, Rebuilt for Scale
Documentation
[[bin]]
name = "solana-ledger-udev"
path = "src/bin/ledger-udev.rs"
[dependencies.console]
version = "0.15.0"

[dependencies.dialoguer]
version = "0.10.2"

[dependencies.hidapi]
default-features = false
optional = true
version = "1.4.1"

[dependencies.log]
version = "0.4.17"

[dependencies.num-derive]
version = "0.3"

[dependencies.num-traits]
version = "0.2"

[dependencies.parking_lot]
version = "0.12"

[dependencies.qstring]
version = "0.7.2"

[dependencies.semver]
version = "1.0"

[dependencies.solana-sdk]
package = "waffles-solana-sdk"
version = "=1.16.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.uriparse]
version = "0.6.4"

[features]
default = ["linux-static-hidraw", "hidapi"]
linux-shared-hidraw = ["hidapi/linux-shared-hidraw"]
linux-shared-libusb = ["hidapi/linux-shared-libusb"]
linux-static-hidraw = ["hidapi/linux-static-hidraw"]
linux-static-libusb = ["hidapi/linux-static-libusb"]

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