[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