cargo-ledger 1.13.0

Build and sideload Ledger apps
# 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 = "2024"
name = "cargo-ledger"
version = "1.13.0"
authors = ["Ledger"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Build and sideload Ledger apps"
readme = "README.md"
categories = ["development-tools::cargo-plugins"]
license = "Apache-2.0"
repository = "https://github.com/LedgerHQ/cargo-ledger"

[[bin]]
name = "cargo-ledger"
path = "src/main.rs"

[dependencies.cargo_metadata]
version = "0.23.1"

[dependencies.clap]
version = "4.1.8"
features = ["derive"]

[dependencies.goblin]
version = "0.10.5"