simulator-api 0.5.0

Wire-protocol types for the Solana simulator backtest WebSocket API
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 = "simulator-api"
version = "0.5.0"
authors = ["Nitro Labs <team@nitro.technology>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wire-protocol types for the Solana simulator backtest WebSocket API"
readme = false
keywords = [
    "solana",
    "simulator",
    "backtest",
    "websocket",
]
categories = ["api-bindings"]
license = "MIT"
repository = "https://github.com/nitro-svm/nitro-stream"
resolver = "2"

[features]
ts-rs = ["dep:ts-rs"]

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

[dependencies.base64]
version = "0.22.1"

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

[dependencies.serde_with]
version = "3.0"
features = ["base64"]

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

[dependencies.ts-rs]
version = "11.1.0"
features = ["serde-json-impl"]
optional = true

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