stellar-cli 25.2.0

Stellar CLI
# 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"
rust-version = "1.89.0"
name = "stellar-cli"
version = "25.2.0"
authors = ["Stellar Development Foundation <info@stellar.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "stellar"
description = "Stellar CLI"
homepage = "https://github.com/stellar/stellar-cli"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/stellar/stellar-cli"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ version }-{ target }{ archive-suffix }"
bin-dir = "{ bin }{ binary-ext }"

[features]
additional-libs = ["soroban-cli/additional-libs"]
default = ["additional-libs"]
emulator-tests = ["soroban-cli/emulator-tests"]

[[bin]]
name = "stellar"
path = "src/bin/stellar.rs"

[dependencies.soroban-cli]
version = "=25.2.0"
default-features = false