# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ledger-tendermint" version = "0.4.0" authors = ["ZondaX GmbH "] autobenches = false description = "Library to integrate with the Ledger Tendermint app" homepage = "https://github.com/ZondaX/ledger-tendermint-rs" readme = "README.md" keywords = ["ledger", "nano", "apdu", "tendermint", "cosmos"] categories = ["authentication", "cryptography"] license = "Apache-2.0" repository = "https://github.com/ZondaX/ledger-tendermint-rs" [lib] name = "ledger_tendermint" [[bench]] name = "app" harness = false [dependencies.byteorder] version = "1.3.1" [dependencies.lazy_static] version = "1.2.0" [dependencies.ledger] version = "0.2.5" [dependencies.matches] version = "0.1.8" [dependencies.quick-error] version = "1.2.2" [dependencies.signatory] version = "0.11" features = ["digest", "ecdsa", "ed25519"] [dev-dependencies.criterion] version = "0.2" [dev-dependencies.ed25519-dalek] version = "1.0.0-pre.1" [dev-dependencies.sha2] version = "0.8.0" [badges.circle-ci] repository = "zondax/ledger-tendermint-rs"