# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "waffles-solana-remote-wallet" version = "1.16.0-alpha.11" authors = [ "Solana Maintainers ", ] description = "Waffle Labs maintained Blockchain, Rebuilt for Scale" homepage = "https://waffles.so/" documentation = "https://docs.rs/waffles-solana-remote-wallet" license = "Apache-2.0" repository = "https://github.com/waffles-labs/solana" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [[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] version = "1.4.1" optional = true default-features = false [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] version = "=1.16.0-alpha.10" package = "waffles-solana-sdk" [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"]