# 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 = "2018" name = "emerald-hwkey" version = "0.5.0" authors = [ "Igor Artamonov ", "Dmitry Ulanov ", "Constantine Kryvomaz ", ] description = "Emerald HWKey - Harware Cryptocurrency Key Access" documentation = "https://docs.rs/emerald-hwkey" readme = "crates.md" license = "Apache-2.0" repository = "https://github.com/emeraldpay/emerald-hwkey" [lib] name = "emerald_hwkey" path = "src/lib.rs" [dependencies.bitcoin] version = "0.29" [dependencies.byteorder] version = "1.3.4" [dependencies.hdpath] version = "0.6.2" [dependencies.hex] version = "0.4.2" [dependencies.hidapi] version = "2.0.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.11" [dependencies.ripemd] version = "0.1.3" [dependencies.serde] version = "1.0.150" optional = true [dependencies.serde_derive] version = "1.0.150" optional = true [dependencies.serde_json] version = "1.0.91" optional = true [dependencies.sha2] version = "0.10.6" [dependencies.ureq] version = "2.4" features = ["json"] optional = true default-features = false [dev-dependencies.bencher] version = "0.1.5" [dev-dependencies.quickcheck] version = "1.0.3" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.secp256k1] version = "~0.24" features = [ "rand", "recovery", ] [dev-dependencies.serde] version = "1.0" [dev-dependencies.serde_derive] version = "1.0.150" [dev-dependencies.serde_json] version = "1.0.91" [dev-dependencies.simple_logger] version = "4.0.0" [dev-dependencies.tempdir] version = "0.3.7" [features] default = [] speculos = [ "dep:ureq", "dep:serde", "dep:serde_json", "dep:serde_derive", ]