cosmic-cinder 0.1.13

Rust terminal UI for Phoenix perpetuals on Solana
Documentation
# 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.94"
name = "cosmic-cinder"
version = "0.1.13"
authors = ["Cosmic Markets"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust terminal UI for Phoenix perpetuals on Solana"
homepage = "https://cosmic.markets/phoenix/trade"
readme = "docs/README.md"
keywords = [
    "solana",
    "phoenix",
    "trading",
    "tui",
    "perpetuals",
]
categories = [
    "command-line-utilities",
    "finance",
    "cryptography::cryptocurrencies",
]
license = "MIT"
repository = "https://github.com/cosmic-markets/cinder"

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

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

[dependencies.arboard]
version = "3.6.1"
default-features = false

[dependencies.bs58]
version = "0.5.1"

[dependencies.chrono]
version = "0.4.44"
features = [
    "std",
    "clock",
]
default-features = false

[dependencies.crossterm]
version = "0.29.0"
features = ["event-stream"]

[dependencies.dotenvy]
version = "0.15.7"

[dependencies.futures-util]
version = "0.3.32"
features = ["std"]
default-features = false

[dependencies.phoenix-eternal-types]
version = "0.1.1"
package = "cosmic-phoenix-eternal-types"

[dependencies.phoenix-rise]
version = "0.1.2"

[dependencies.ratatui]
version = "0.30.0"
features = ["crossterm"]
default-features = false

[dependencies.rustls]
version = "0.23.40"
features = [
    "ring",
    "std",
    "tls12",
]
default-features = false

[dependencies.serde_json]
version = "1.0.149"

[dependencies.solana-account-decoder-client-types]
version = "=2.3.13"

[dependencies.solana-commitment-config]
version = "2.2.1"

[dependencies.solana-hash]
version = "2.3.0"

[dependencies.solana-instruction]
version = "2.3.3"

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

[dependencies.solana-message]
version = "2.4.0"

[dependencies.solana-pubkey]
version = "2.4.0"

[dependencies.solana-pubsub-client]
version = "=2.3.13"

[dependencies.solana-rpc-client]
version = "=2.3.13"

[dependencies.solana-rpc-client-types]
version = "=2.3.13"

[dependencies.solana-signature]
version = "2.3.0"

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

[dependencies.solana-transaction]
version = "2.2.3"
features = ["bincode"]

[dependencies.solana-transaction-status-client-types]
version = "=2.3.13"

[dependencies.tokio]
version = "1.52.2"
features = [
    "rt",
    "rt-multi-thread",
    "macros",
    "time",
    "sync",
    "signal",
]

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.23"
features = [
    "std",
    "fmt",
]
default-features = false

[profile.release]
opt-level = "s"
lto = "thin"
codegen-units = 1
debug = 0
panic = "abort"
strip = true

[profile.release-size]
opt-level = "z"
lto = "fat"
codegen-units = 1
panic = "abort"
inherits = "release"
strip = true