# 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 = "longport-httpcli" version = "1.0.27" description = "LongPort HTTP SDK for Rust" license = "MIT OR Apache-2.0" [dependencies.dotenv] version = "0.15.0" [dependencies.futures-util] version = "0.3.21" [dependencies.hmac] version = "0.12.1" [dependencies.parking_lot] version = "0.12.0" [dependencies.percent-encoding] version = "2.1.0" [dependencies.reqwest] version = "0.12.3" features = [ "rustls-tls", "json", ] default-features = false [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_json] version = "1.0.81" features = ["raw_value"] [dependencies.sha1] version = "0.10.1" [dependencies.sha2] version = "0.10.2" [dependencies.thiserror] version = "1.0.31" [dependencies.tokio] version = "1.18.2" features = [ "rt", "time", ] [dependencies.tracing] version = "0.1.34" features = ["attributes"] [dev-dependencies.tokio] version = "1.18.2" features = [ "rt", "macros", ]