longport-httpcli 3.0.21

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

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

[dependencies.dotenv]
version = "0.15.0"

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

[dependencies.hmac]
version = "0.12.1"

[dependencies.parking_lot]
version = "0.12.4"

[dependencies.percent-encoding]
version = "2.3.1"

[dependencies.reqwest]
version = "0.12.23"
features = [
    "rustls-tls",
    "json",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0.142"
features = ["raw_value"]

[dependencies.sha1]
version = "0.10.6"

[dependencies.sha2]
version = "0.10.9"

[dependencies.thiserror]
version = "2.0.15"

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

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

[dev-dependencies.tokio]
version = "1.47.1"
features = [
    "rt",
    "macros",
]