safecoin-remote-wallet 1.6.16

Safecoin: Enterprise Security for the Community by the Community
Documentation
[[bin]]
name = "safecoin-ledger-udev"
path = "src/bin/ledger-udev.rs"
[dependencies.base32]
version = "0.4.0"

[dependencies.console]
version = "0.11.3"

[dependencies.dialoguer]
version = "0.6.2"

[dependencies.hidapi]
default-features = false
version = "1.2.5"

[dependencies.log]
version = "0.4.11"

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

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

[dependencies.parking_lot]
version = "0.10"

[dependencies.qstring]
version = "0.7.2"

[dependencies.safecoin-sdk]
version = "=1.6.16"

[dependencies.semver]
version = "0.9"

[dependencies.thiserror]
version = "1.0"

[dependencies.uriparse]
version = "0.6.3"

[features]
default = ["linux-static-hidraw"]
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>"]
description = "Safecoin: Enterprise Security for the Community by the Community"
documentation = "https://docs.rs/safecoin-remote-wallet"
edition = "2018"
homepage = "https://solana.com/"
license = "Apache-2.0"
name = "safecoin-remote-wallet"
repository = "https://github.com/solana-labs/solana"
version = "1.6.16"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]