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