# 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 = "generic-api-client" version = "0.3.0" authors = ["negi_grass"] description = "A client for HTTP/HTTPS/WebSocket APIs." homepage = "https://github.com/negi-grass/crypto-botters/tree/main/generic-api-client" documentation = "https://docs.rs/generic-api-client" readme = "README.md" keywords = [ "client", "websocket", "asynchronous", ] categories = [ "api-bindings", "asynchronous", ] license = "MIT" repository = "https://github.com/negi-grass/crypto-botters/tree/main/generic-api-client" [dependencies.bytes] version = "1.5.0" [dependencies.futures-util] version = "0.3.29" [dependencies.log] version = "0.4.20" [dependencies.parking_lot] version = "0.12.1" [dependencies.reqwest] version = "0.11.22" [dependencies.serde] version = "1.0.193" [dependencies.thiserror] version = "1.0.50" [dependencies.tokio] version = "1.34.0" features = [ "time", "sync", "net", "macros", ] [dependencies.tokio-tungstenite] version = "0.21.0" [features] native-tls = [ "reqwest/native-tls", "tokio-tungstenite/native-tls", ] native-tls-vendored = [ "reqwest/native-tls-vendored", "tokio-tungstenite/native-tls-vendored", ] rustls-tls-native-roots = [ "reqwest/rustls-tls-native-roots", "tokio-tungstenite/rustls-tls-native-roots", ] rustls-tls-webpki-roots = [ "reqwest/rustls-tls-webpki-roots", "tokio-tungstenite/rustls-tls-webpki-roots", ]