sim-cli 0.7.0

CLI tool for running and comparing Solana simulator backtests
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 = "2024"
name = "sim-cli"
version = "0.7.0"
authors = ["Nitro Labs <team@nitro.technology>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool for running and comparing Solana simulator backtests"
readme = false
keywords = [
    "termina",
    "solana",
    "simulator",
    "backtest",
    "cli",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/nitro-svm/nitro-stream"
resolver = "2"

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

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

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

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

[dependencies.console]
version = "0.15"

[dependencies.dashmap]
version = "6.1.0"
features = ["serde"]

[dependencies.eyre]
version = "0.6.12"

[dependencies.flate2]
version = "1"

[dependencies.futures]
version = "0.3.31"

[dependencies.indicatif]
version = "0.17.9"

[dependencies.rayon]
version = "1.10.0"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls-webpki-roots",
    "hickory-dns",
    "http2",
]
default-features = false

[dependencies.rustls]
version = "0.23.13"

[dependencies.serde]
version = "1.0.219"
features = [
    "derive",
    "derive",
]

[dependencies.serde_json]
version = "1.0.143"

[dependencies.simulator-api]
version = "0.9.0"

[dependencies.simulator-client]
version = "0.9.0"

[dependencies.solana-address]
version = "1.0.0"
features = [
    "serde",
    "curve25519",
]

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

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

[dependencies.solana-transaction-status]
version = "3.1.0"
features = ["agave-unstable-api"]

[dependencies.tar]
version = "0.4"

[dependencies.tempfile]
version = "3.8"

[dependencies.tokio]
version = "1.47.1"
features = [
    "full",
    "rt-multi-thread",
    "net",
    "process",
    "fs",
    "signal",
]

[dependencies.tokio-util]
version = "0.7.16"
features = [
    "io",
    "io-util",
]

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
version = "0.3.19"
features = [
    "env-filter",
    "json",
]

[lints.clippy]
uninlined_format_args = "warn"
unused_async = "warn"