-
Notifications
You must be signed in to change notification settings - Fork 11
/
Cargo.toml
36 lines (31 loc) · 882 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[package]
name = "ledger-tendermint"
description = "Library to integrate with the Ledger Tendermint app"
version = "0.4.0"
license = "Apache-2.0"
authors = ["ZondaX GmbH <info@zondax.ch>"]
homepage = "https://github.com/ZondaX/ledger-tendermint-rs"
repository = "https://github.com/ZondaX/ledger-tendermint-rs"
readme = "README.md"
categories = ["authentication", "cryptography"]
keywords = ["ledger", "nano", "apdu", "tendermint", "cosmos"]
edition = "2018"
autobenches = false
[badges]
circle-ci = { repository = "zondax/ledger-tendermint-rs" }
[lib]
name = "ledger_tendermint"
[dependencies]
ledger = "0.2.5"
quick-error = "1.2.2"
byteorder = "1.3.1"
matches = "0.1.8"
lazy_static = "1.2.0"
signatory = { version = "0.17", features = ["ed25519"] }
[dev-dependencies]
ed25519-dalek = "1.0.0-pre.3"
sha2 = "0.8.0"
criterion = "0.2"
[[bench]]
name = "app"
harness = false