star_frame_cli 0.30.0

CLI for interacting with Star Frame projects
# 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.84.1"
name = "star_frame_cli"
version = "0.30.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for interacting with Star Frame projects"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/staratlasmeta/star_frame"
resolver = "3"

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

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

[dependencies.colored]
version = "3.0.0"

[dependencies.convert_case]
version = "0.8.0"

[dependencies.eyre]
version = "0.6.12"

[dependencies.solana-keypair]
version = "=3.0.0"

[dependencies.solana-signer]
version = "=3.0.0"