# 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 = "cargo-ledger" version = "1.5.1" authors = [ "yhql", "agrojean-ledger", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Build and sideload Ledger devices apps" readme = "README.md" categories = ["development-tools::cargo-plugins"] license = "Apache-2.0" repository = "https://github.com/LedgerHQ/cargo-ledger" resolver = "2" [[bin]] name = "cargo-ledger" path = "src/main.rs" [dependencies.cargo_metadata] version = "0.11.0" [dependencies.clap] version = "4.1.8" features = ["derive"] [dependencies.goblin] version = "0.2.3" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0"