# 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-cosmos-secp256k1" version = "0.5.1" authors = ["Eric Woolsey "] description = "An interface to allow easily interacting with the Ledger Cosmos app" homepage = "https://github.com/ewoolsey/ledger-cosmos-secp256k1" readme = "README.md" keywords = [ "ledger", "nano", "cosmos", "apdu", "bluetooth", ] categories = [ "authentication", "cryptography", ] license = "Apache-2.0" repository = "https://github.com/ewoolsey/ledger-cosmos-secp256k1" [dependencies.byteorder] version = "1.4" [dependencies.cosmrs] version = "0.11" features = ["cosmwasm"] [dependencies.k256] version = "0.11.6" [dependencies.ledger-transport] version = "0.10" [dependencies.ledger-zondax-generic] version = "0.10" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" features = ["std"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" features = ["preserve_order"] [dependencies.thiserror] version = "1.0" [dev-dependencies.btleplug] version = "0.10" [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.futures] version = "0.3" [dev-dependencies.ledger-bluetooth] version = "0.2.0" [dev-dependencies.ledger-transport-hid] version = "0.10.0" [dev-dependencies.ledger-zondax-generic] version = "0.10" [dev-dependencies.serial_test] version = "0.9.0" [dev-dependencies.tokio] version = "1" features = ["macros"]