# 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 = "2018" name = "ftx" version = "0.5.0" authors = ["Fabian Bösiger "] description = "Unofficial API Binding for the FTX Exchange." readme = "README.md" keywords = ["exchange", "trading", "crypto", "market"] categories = ["api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/fabianboesiger/ftx" [dependencies.chrono] version = "^0.4.19" features = ["serde"] [dependencies.crc32fast] version = "^1.2.1" [dependencies.dotenv] version = "^0.15.0" [dependencies.futures] version = "0.3" optional = true [dependencies.hex] version = "^0.4.3" [dependencies.hmac-sha256] version = "^0.1.7" [dependencies.http] version = "0.2" [dependencies.log] version = "^0.4.14" [dependencies.reqwest] version = "^0.11.3" features = ["json"] [dependencies.rust_decimal] version = "^1.13.0" [dependencies.rust_decimal_macros] version = "^1.14.1" [dependencies.serde] version = "^1.0.125" features = ["derive"] [dependencies.serde_json] version = "^1.0.64" [dependencies.serde_qs] version = "0.8" [dependencies.serde_with] version = "^1.9.1" features = ["chrono"] [dependencies.thiserror] version = "1" [dependencies.tokio] version = "^1.5.0" features = ["macros"] optional = true [dependencies.tokio-tungstenite] version = "^0.14.0" features = ["native-tls"] optional = true [dev-dependencies.env_logger] version = "^0.9.0" [dev-dependencies.tokio] version = "^1.5.0" features = ["full"] [features] default = ["ws"] ws = ["tokio-tungstenite", "tokio", "futures"]