# 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-zcash" version = "0.11.1" authors = ["Zondax AG "] autobenches = false description = "Library to integrate with the Ledger Zcash app" homepage = "https://github.com/Zondax/ledger-zcash-rs" readme = "README.md" keywords = [ "ledger", "nano", "apdu", "zcash", ] categories = [ "authentication", "cryptography", ] license = "Apache-2.0" repository = "https://github.com/Zondax/ledger-zcash-rs" [lib] name = "ledger_zcash" [dependencies.arrayvec] version = "0.7" [dependencies.byteorder] version = "1.5" [dependencies.cfg-if] version = "1" [dependencies.educe] version = "0.5" [dependencies.ff] version = "0.12" [dependencies.group] version = "0.12" [dependencies.hex] version = "0.4" [dependencies.jubjub] version = "0.9" default-features = false [dependencies.lazy_static] version = "1" [dependencies.ledger-transport] version = "0.11" [dependencies.ledger-zcash-builder] version = "0.11.1" [dependencies.ledger-zondax-generic] version = "0.11" [dependencies.log] version = "0.4" [dependencies.rand_core] version = "0.6" [dependencies.ripemd] version = "0.1" [dependencies.secp256k1] version = "0.29" default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sha2] version = "0.10.8" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.37" features = ["sync"] [dependencies.zcash_primitives] version = "0.7" features = ["transparent-inputs"] optional = true [dependencies.zx-bip44] version = "0.1.0" [dev-dependencies.env_logger] version = "0.11" default-features = false [dev-dependencies.futures] version = "0.3" [dev-dependencies.ledger-transport-hid] version = "0.11" [dev-dependencies.matches] version = "0.1" [dev-dependencies.serial_test] version = "3.1" [dev-dependencies.tokio] version = "1" features = ["full"] [features] default = ["zcash_primitives"]