[package] name = "trezorlib" version = "0.0.2" authors = ["Steven Roose ", "Murphy Law "] license = "CC0-1.0" edition = "2021" homepage = "https://github.com/inphi/rust-trezor-api" repository = "https://github.com/inphi/rust-trezor-api" description = "Client library for interfacing with Trezor hardware wallet devices." keywords = [ "bitcoin", "trezor", "wallet" ] readme = "README.md" [dependencies] log = "0.4.5" hex = "0.3.2" unicode-normalization = "0.1.7" bitcoin = "0.18.0" bitcoin_hashes = "0.3" bitcoin-bech32 = "0.9.0" secp256k1 = "0.12.0" protobuf = "2.0" byteorder = "1.2" hid = "0.3" libusb = "0.3" [dev-dependencies] fern = "0.5.6"