parser-proxy-ws 0.1.1

High-performance Solana DEX event parsing and WebSocket streaming library
Documentation
[[bin]]
name = "parser-proxy-ws"
path = "src/main.rs"
required-features = ["binary"]

[dependencies.anyhow]
version = "1.0"

[dependencies.dashmap]
version = "6.0"

[dependencies.futures]
version = "0.3"

[dependencies.futures-util]
version = "0.3"

[dependencies.rustls]
default-features = false
features = ["ring"]
version = "0.23.23"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sol-parser-sdk]
version = "0.1.0"

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

[dependencies.tokio]
features = ["full", "rt-multi-thread"]
version = "1.42.0"

[dependencies.tokio-tungstenite]
version = "0.28.0"

[dependencies.toml]
version = "0.9.7"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
features = ["env-filter"]
optional = true
version = "0.3"

[dependencies.tungstenite]
version = "0.28.0"

[dev-dependencies.dotenv]
version = "0.15.0"

[dev-dependencies.tempfile]
version = "3.0"

[dev-dependencies.tokio-test]
version = "0.4"

[dev-dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"

[features]
binary = ["tracing-subscriber"]
default = []

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

[package]
authors = ["William <byteblock6@gmail.com>", "sgxiang <sgxiang@gmail.com>", "wei <1415121722@qq.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "network-programming", "finance"]
description = "High-performance Solana DEX event parsing and WebSocket streaming library"
edition = "2021"
keywords = ["solana", "dex", "trading", "websocket", "parser"]
license = "MIT"
name = "parser-proxy-ws"
readme = "README.md"
repository = "https://github.com/0xfnzero/parser-proxy-ws"
version = "0.1.1"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[profile.release]
codegen-units = 1
lto = true
opt-level = 3
panic = "abort"

[profile.release.package."*"]
opt-level = 3