# 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 = "safecoin-remote-wallet" version = "1.14.17" authors = ["Solana Maintainers "] description = "Safecoin: Enterprise Security for the Community by the Community" homepage = "https://safecoin.org/" documentation = "https://docs.rs/safecoin-remote-wallet" license = "Apache-2.0" repository = "https://github.com/fair-exchange/safecoin" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [[bin]] name = "safecoin-ledger-udev" path = "src/bin/ledger-udev.rs" [dependencies.console] version = "0.15.0" [dependencies.dialoguer] version = "0.10.1" [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.safecoin-sdk] version = "=1.14.17" [dependencies.semver] version = "1.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"]