# 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 = "rusftx" version = "0.4.0" description = "Rust bindings for the FTX REST and Websocket API" readme = "README.md" keywords = [ "ftx", "api", "rest", "websocket", "crypto", ] license-file = "LICENSE" repository = "https://github.com/elertan/rusftx" [dependencies.async-trait] version = "0.1.58" [dependencies.builder-pattern] version = "0.4.2" [dependencies.chrono] version = "0.4.22" features = ["serde"] [dependencies.const_format] version = "0.2.30" [dependencies.dotenv] version = "0.15.0" [dependencies.futures] version = "0.3.25" [dependencies.hex] version = "0.4.3" [dependencies.hmac-sha256] version = "1.1.5" [dependencies.http] version = "0.2.8" [dependencies.reqwest] version = "0.11.12" features = ["json"] [dependencies.rust_decimal] version = "1.26.1" [dependencies.rust_decimal_macros] version = "1.26.1" [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_json] version = "1.0.87" [dependencies.serde_urlencoded] version = "0.7.1" [dependencies.serde_with] version = "2.0.1" features = ["chrono"] [dependencies.tokio] version = "1.21.2" features = [ "rt-multi-thread", "macros", ] [dependencies.tokio-tungstenite] version = "0.17.2" features = ["native-tls"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16"