# 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 = "2018" name = "gemachain-remote-wallet" version = "1.8.2" authors = ["Gemachain Maintainers "] description = "Blockchain, Rebuilt for Scale" homepage = "https://gemachain.com/" documentation = "https://docs.rs/gemachain-remote-wallet" license = "Apache-2.0" repository = "https://github.com/gemacoin/gemachain" resolver = "2" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [[bin]] name = "gemachain-ledger-udev" path = "src/bin/ledger-udev.rs" [dependencies.base32] version = "0.4.0" [dependencies.console] version = "0.14.1" [dependencies.dialoguer] version = "0.8.0" [dependencies.gemachain-sdk] version = "=1.8.2" [dependencies.hidapi] version = "1.2.6" default-features = false [dependencies.log] version = "0.4.14" [dependencies.num-derive] version = "0.3" [dependencies.num-traits] version = "0.2" [dependencies.parking_lot] version = "0.11" [dependencies.qstring] version = "0.7.2" [dependencies.semver] version = "1.0" [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"]