# 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 = "sfox" version = "0.1.6" authors = ["Dave Miner "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Unofficial HTTP and Websocket Client for the SFox API" readme = "README.md" keywords = [ "crypto", "finance", "http", "trading", "websocket", ] license = "MIT" repository = "https://github.com/daveminer/sfox" [lib] name = "sfox" path = "src/lib.rs" [dependencies.config] version = "0.14.0" [dependencies.futures] version = "0.3.30" [dependencies.futures-util] version = "0.3.30" [dependencies.reqwest] version = "0.11.23" features = ["json"] [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_derive] version = "1.0.193" [dependencies.serde_json] version = "1.0.108" [dependencies.thiserror] version = "1.0.53" [dependencies.tokio] version = "1.35.1" features = ["full"] [dependencies.tokio-tungstenite] version = "0.20.1" features = ["native-tls"] [dev-dependencies.mockito] version = "1.2.0" [dev-dependencies.tokio-test] version = "0.4.3"