longport-wscli 3.0.21

LongPort Websocket SDK for Rust
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 = "longport-wscli"
version = "3.0.21"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "LongPort Websocket SDK for Rust"
readme = false
license = "MIT OR Apache-2.0"

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

[dependencies.byteorder]
version = "1.5.0"

[dependencies.flate2]
version = "1.1.2"

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

[dependencies.leaky-bucket]
version = "1.1.2"

[dependencies.longport-proto]
version = "3.0.21"

[dependencies.num_enum]
version = "0.7.4"

[dependencies.prost]
version = "0.14.1"

[dependencies.thiserror]
version = "2.0.15"

[dependencies.tokio]
version = "1.47.1"
features = [
    "time",
    "rt",
    "macros",
    "sync",
    "net",
]

[dependencies.tokio-tungstenite]
version = "0.27.0"
features = ["rustls-tls-webpki-roots"]

[dependencies.tracing]
version = "0.1.41"
features = ["attributes"]

[dependencies.url]
version = "2.5.4"