stellar-registry-cli 0.0.13

Stellar CLI plugin for publishing and deploying contracts
[[bin]]
name = "stellar-registry"
path = "src/bin/main.rs"

[build-dependencies.crate-git-revision]
version = "0.0.6"

[dependencies.clap]
features = ["derive", "env", "deprecated", "string"]
version = "4.1.8"

[dependencies.dotenvy]
version = "0.15.7"

[dependencies.ed25519-dalek]
version = "2.0.0"

[dependencies.heck]
version = "0.4.1"

[dependencies.openssl]
features = ["vendored"]
version = "0.10"

[dependencies.sha2]
version = "0.10.8"

[dependencies.shlex]
version = "1.1.0"

[dependencies.soroban-rpc]
package = "stellar-rpc-client"
version = "23.0.1"

[dependencies.soroban-spec-tools]
version = "23.1.2"

[dependencies.stellar-cli]
default-features = false
features = []
package = "soroban-cli"
version = "23.1.3"

[dependencies.stellar-strkey]
version = "0.0.13"

[dependencies.thiserror]
version = "1.0.31"

[dependencies.tokio]
features = ["full"]
version = "1"

[dev-dependencies.assert_cmd]
version = "2.0.4"

[dev-dependencies.assert_fs]
version = "1.0.7"

[dev-dependencies.predicates]
version = "2.1.5"

[features]
default = []
integration-tests = []

[lib]
doctest = false
name = "stellar_registry_cli"
path = "src/lib.rs"

[lints.clippy]
result_large_err = "allow"

[package]
authors = ["Aha Labs <hello@theaha.co>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Stellar CLI plugin for publishing and deploying contracts"
edition = "2021"
homepage = "https://github.com/theahaco/scaffold-stellar"
license = "Apache-2.0"
name = "stellar-registry-cli"
readme = "README.md"
repository = "https://github.com/theahaco/scaffold-stellar/tree/main/crates/stellar-registry-cli"
rust-version = "1.70"
version = "0.0.13"

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