phoenix-cli 0.3.12

CLI and associated library for interacting with the Phoenix program from the command line
# 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 = "2024"
name = "phoenix-cli"
version = "0.3.12"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI and associated library for interacting with the Phoenix program from the command line"
readme = "README.md"
license = "MIT"

[lib]
name = "phoenix_cli_processor"
path = "src/lib/lib.rs"

[[bin]]
name = "phoenix-cli"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.66"

[dependencies.bincode]
version = "1.3.3"

[dependencies.borsh]
version = "0.9.3"

[dependencies.bytemuck]
version = "1.13.0"

[dependencies.clap]
version = "4.0.26"
features = ["derive"]

[dependencies.colored]
version = "2.0.0"

[dependencies.ellipsis-client]
version = "=1.0.1"

[dependencies.itertools]
version = "0.10.5"

[dependencies.phoenix-common]
version = "0.2.1"
features = ["no-entrypoint"]

[dependencies.phoenix-sdk]
version = "0.8.0"

[dependencies.phoenix-seat-manager-common]
version = "0.1.1"

[dependencies.rand]
version = "0.7.3"

[dependencies.reqwest]
version = "0.11.14"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.shellexpand]
version = "2.1.2"

[dependencies.solana-account-decoder]
version = "1.14.7"

[dependencies.solana-cli-config]
version = "1.14.7"

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

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

[dependencies.spl-associated-token-account]
version = "2.2.0"
features = ["no-entrypoint"]

[dependencies.spl-token]
version = "3.2.0"
features = ["no-entrypoint"]

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