[dependencies.console]
version = "0.15.8"
[dependencies.dialoguer]
version = "0.10.4"
[dependencies.hidapi]
default-features = false
optional = true
version = "2.6.3"
[dependencies.log]
version = "0.4.22"
[dependencies.num-derive]
version = "0.4"
[dependencies.num-traits]
version = "0.2"
[dependencies.parking_lot]
version = "0.12"
[dependencies.qstring]
version = "0.7.2"
[dependencies.semver]
version = "1.0.23"
[dependencies.solana-derivation-path]
version = "=2.1.2"
[dependencies.solana-sdk]
version = "=2.1.2"
[dependencies.thiserror]
version = "1.0.65"
[dependencies.uriparse]
version = "0.6.4"
[dev-dependencies.assert_matches]
version = "1.5.0"
[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"]
[lib]
name = "solana_remote_wallet"
path = "src/lib.rs"
[package]
authors = ["Anza Maintainers <maintainers@anza.xyz>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Blockchain, Rebuilt for Scale"
documentation = "https://docs.rs/solana-remote-wallet"
edition = "2021"
homepage = "https://anza.xyz/"
license = "Apache-2.0"
name = "solana-remote-wallet"
readme = "README.md"
repository = "https://github.com/anza-xyz/agave"
version = "2.1.2"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]