# 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" rust-version = "1.60" name = "trezor-client" version = "0.1.4" authors = [ "Piyush Kumar ", "joshieDo ", "DaniPopes <57450786+DaniPopes@users.noreply.github.com>", "Roman Zeyde ", "Steven Roose ", ] build = false exclude = [ ".github/", "examples/", "scripts/", ".clippy.toml", ".gitignore", "rustfmt.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Client library for interfacing with Trezor hardware wallet devices" homepage = "https://github.com/trezor/trezor-firmware/tree/master/rust/trezor-client" readme = "README.md" keywords = [ "ethereum", "bitcoin", "trezor", "wallet", ] categories = [ "api-bindings", "cryptography::cryptocurrencies", ] license = "CC0-1.0" repository = "https://github.com/trezor/trezor-firmware" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "trezor_client" path = "src/lib.rs" [dependencies.bitcoin] version = "0.31" optional = true [dependencies.byteorder] version = "1.4" [dependencies.hex] version = "0.4" features = ["std"] default-features = false [dependencies.protobuf] version = "=3.3.0" [dependencies.rusb] version = "0.9" [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1" [dependencies.unicode-normalization] version = "0.1.22" optional = true [dev-dependencies.serial_test] version = "2.0.0" [dev-dependencies.tracing-subscriber] version = "0.3" [features] binance = [] bitcoin = [ "dep:bitcoin", "unicode-normalization", ] cardano = [] default = [ "bitcoin", "ethereum", "solana", ] eos = [] ethereum = [] monero = [] nem = [] ripple = [] solana = [] stellar = [] tezos = [] webauthn = []