[package] name = "trezor-crypto" version = "0.2.5" authors = ["Julian Popescu "] edition = "2018" description = "Rust bindings for the trezor crypto libraries" license = "MIT" repository = "https://github.com/riddleandcode/rust-trezor-crypto" [dependencies] lazy_static = "1.4.0" trezor-crypto-sys = { version = "0.1.0", path = "../trezor-crypto-sys" } hex = "0.4.3" derivation-path = "0.2.0" generic-array = "0.14.4"