px-crypto 0.3.1

Real-time crypto price streaming via WebSocket
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"
name = "px-crypto"
version = "0.3.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Real-time crypto price streaming via WebSocket"
readme = "README.md"
keywords = [
    "crypto",
    "websocket",
    "price-feed",
    "trading",
]
categories = [
    "api-bindings",
    "finance",
]
license = "MIT"
repository = "https://github.com/openpx-trade/openpx"

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

[dependencies.futures]
version = "0.3"

[dependencies.px-core]
version = "0.3.1"

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

[dependencies.serde_json]
version = "1"

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

[dependencies.tokio-stream]
version = "0.1"
features = ["sync"]

[dependencies.tokio-tungstenite]
version = "0.24"
features = ["rustls-tls-native-roots"]

[dependencies.tracing]
version = "0.1"