solignition-cli 1.0.0

CLI tool for deploying Solana programs via the Solignition lending protocol
# 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.75"
name = "solignition-cli"
version = "1.0.0"
authors = ["Jesse Ely"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool for deploying Solana programs via the Solignition lending protocol"
homepage = "https://www.solignition.xyz/"
readme = "README.md"
keywords = [
    "solana",
    "deploy",
    "cli",
    "defi",
    "lending",
]
categories = [
    "command-line-utilities",
    "cryptography::cryptocurrencies",
]
license = "MIT"
repository = "https://github.com/Peacanduck/solignition-cli"

[package.metadata.wix]
upgrade-guid = "82AAA26F-A6F7-4936-B3F3-29DD16F7EA7A"
path-guid = "C435145C-85CB-4314-BC30-1AC1F9BDE4F9"
license = false
eula = false

[[bin]]
name = "solignition"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.bs58]
version = "0.5"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

[dependencies.colored]
version = "3"

[dependencies.dialoguer]
version = "0.11"

[dependencies.dirs]
version = "6"

[dependencies.indicatif]
version = "0.17"
features = ["tokio"]

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

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "multipart",
    "stream",
]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.solana-client]
version = "2.2"

[dependencies.solana-sdk]
version = "2.2"

[dependencies.solana-system-interface]
version = "1"

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

[dependencies.toml]
version = "0.8"

[profile.dist]
lto = "thin"
inherits = "release"

[profile.release]
lto = "thin"
codegen-units = 1
panic = "abort"
strip = true