[[bin]]
name = "stellar"
path = "src/bin/stellar.rs"
[[bin]]
name = "soroban"
path = "src/bin/soroban.rs"
[dependencies.soroban-cli]
version = "=21.3.0"
[features]
default = []
opt = ["soroban-cli/opt"]
[package]
authors = ["Stellar Development Foundation <info@stellar.org>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
default-run = "stellar"
description = "Stellar CLI"
edition = "2021"
homepage = "https://github.com/stellar/stellar-cli"
license = "Apache-2.0"
name = "stellar-cli"
readme = "README.md"
repository = "https://github.com/stellar/stellar-cli"
rust-version = "1.79.0"
version = "21.3.0"
[package.metadata.binstall]
bin-dir = "{ bin }{ binary-ext }"
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ version }-{ target }{ archive-suffix }"