1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-21 05:58:09 +00:00
trezor-firmware/rust/trezor-client
DaniPopes 07c16858d4 chore(rust/trezor-client): bump dependencies
Fixes https://github.com/advisories/GHSA-2gh3-rmm4-6rq5 and a few warnings.

Signed-off-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
2025-04-29 23:52:44 +02:00
..
build chore(rust/trezor-client): bump dependencies 2025-04-29 23:52:44 +02:00
examples chore(rust/trezor-client): bump dependencies 2025-04-29 23:52:44 +02:00
scripts
src chore(rust/trezor-client): bump dependencies 2025-04-29 23:52:44 +02:00
.clippy.toml
.gitignore
Cargo.lock chore(rust/trezor-client): bump dependencies 2025-04-29 23:52:44 +02:00
Cargo.toml chore(rust/trezor-client): bump dependencies 2025-04-29 23:52:44 +02:00
LICENSE
README.md
rustfmt.toml

trezor-client

Downloads License [![CI Status][actions-badge]][actions-url]

A fork of a fork of a library that provides a way to communicate with a Trezor T device from a Rust project.

Previous iterations provided implementations for Bitcoin only. This crate also provides an Ethereum interface, mainly for use in ethers-rs.

Requirements

MSRV: 1.60

See the Trezor guide on how to install and use the Trezor Suite app.

Last tested with firmware v2.4.2.

Examples / Tests

cargo run --example features

Features

  • bitcoin and ethereum: client implementation and full support;
  • cardano, monero, nem, ripple, stellar and tezos: only protobuf bindings.

Credits