trezor-client 0.1.4

Client library for interfacing with Trezor hardware wallet devices
Documentation
[dependencies.bitcoin]
optional = true
version = "0.31"

[dependencies.byteorder]
version = "1.4"

[dependencies.hex]
default-features = false
features = ["std"]
version = "0.4"

[dependencies.protobuf]
version = "=3.3.0"

[dependencies.rusb]
version = "0.9"

[dependencies.thiserror]
version = "1.0"

[dependencies.tracing]
version = "0.1"

[dependencies.unicode-normalization]
optional = true
version = "0.1.22"

[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 = []

[lib]
name = "trezor_client"
path = "src/lib.rs"

[package]
authors = ["Piyush Kumar <piyushkumar2k02@kgpian.iitkgp.ac.in>", "joshieDo <ranriver@protonmail.com>", "DaniPopes <57450786+DaniPopes@users.noreply.github.com>", "Roman Zeyde <me@romanzey.de>", "Steven Roose <steven@stevenroose.org>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["api-bindings", "cryptography::cryptocurrencies"]
description = "Client library for interfacing with Trezor hardware wallet devices"
edition = "2021"
exclude = [".github/", "examples/", "scripts/", ".clippy.toml", ".gitignore", "rustfmt.toml"]
homepage = "https://github.com/trezor/trezor-firmware/tree/master/rust/trezor-client"
keywords = ["ethereum", "bitcoin", "trezor", "wallet"]
license = "CC0-1.0"
name = "trezor-client"
readme = "README.md"
repository = "https://github.com/trezor/trezor-firmware"
rust-version = "1.60"
version = "0.1.4"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]