sfox 0.1.2

Unofficial HTTP and Websocket Client for the SFox API
Documentation
[dependencies.config]
version = "0.13.4"

[dependencies.futures]
version = "0.3.30"

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

[dependencies.reqwest]
features = ["json"]
version = "0.11.23"

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

[dependencies.serde_derive]
version = "1.0.193"

[dependencies.serde_json]
version = "1.0.108"

[dependencies.thiserror]
version = "1.0.53"

[dependencies.tokio]
features = ["full"]
version = "1.35.1"

[dependencies.tokio-tungstenite]
features = ["native-tls"]
version = "0.20.1"
[dev-dependencies.mockito]
version = "1.2.0"

[dev-dependencies.tokio-test]
version = "0.4.3"

[package]
authors = ["Dave Miner <dave@halyard.systems>"]
description = "Unofficial HTTP and Websocket Client for the SFox API"
edition = "2021"
keywords = ["crypto", "finance", "http", "trading", "websocket"]
license = "MIT"
name = "sfox"
readme = "README.md"
repository = "https://github.com/daveminer/sfox"
version = "0.1.2"