# 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 = "2018" name = "ledger-filecoin" version = "0.12.0" authors = ["Zondax GmbH "] autobenches = false description = "Library to integrate with the Ledger Filecoin app" homepage = "https://github.com/ZondaX/ledger-filecoin-rs" readme = "README.md" keywords = [ "ledger", "nano", "apdu", "filecoin", ] categories = [ "authentication", "cryptography", ] license = "Apache-2.0" repository = "https://github.com/ZondaX/ledger-filecoin-rs" [profile.release] overflow-checks = true [lib] name = "ledger_filecoin" [dependencies.byteorder] version = "1.4.3" [dependencies.k256] version = "0.10.4" features = [ "ecdsa-core", "arithmetic", "std", ] default-features = false [dependencies.ledger-transport] version = "0.9.0" [dependencies.ledger-zondax-generic] version = "0.9.1" [dependencies.thiserror] version = "1.0.30" [dev-dependencies.blake2] version = "0.10.4" [dev-dependencies.ecdsa] version = "0.13.4" features = ["verify"] [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.k256] version = "0.10.4" [dev-dependencies.ledger-transport-hid] version = "0.9.0" [dev-dependencies.once_cell] version = "1.10.0" [dev-dependencies.serial_test] version = "0.5.1" [dev-dependencies.tokio] version = "1" features = ["full"]