# 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 = "ledger-ethereum" version = "0.1.0" authors = ["Trevor Arjeski "] description = "A library to communicate with the Ledger Ethereum app" readme = "README.md" license = "MIT" [dependencies.byteorder] version = "1.4.3" [dependencies.ledger-transport] version = "0.10.0" [dependencies.ledger-zondax-generic] version = "0.10.0" [dependencies.thiserror] version = "1.0.38" [dev-dependencies.anyhow] version = "1" [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.secp256k1] version = "0.26.0" features = [ "bitcoin-hashes", "global-context", ] [dev-dependencies.serial_test] version = "1" [dev-dependencies.tiny-keccak] version = "2.0.2" features = ["keccak"] [dev-dependencies.tokio] version = "1.25.0" features = ["full"]