# 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 = "ftx_async" version = "0.0.4" description = "Unofficial asynchronous Rust library for the FTX crypto exchange Websocket and REST API. The websocket interface fully abstracts the connection to FTX by publishing messages onto a MPSC channel and managing authentication, reconnections and keep-alives in the background." documentation = "https://docs.rs/ftx_async/latest/ftx_async/" readme = "README.md" keywords = [ "ftx", "crypto", ] license = "Apache-2.0" repository = "https://github.com/IanMichaelAsh/ftx-async" [dependencies.const_format] version = "0.2" [dependencies.futures] version = "0.3" [dependencies.futures-util] version = "0.3" [dependencies.hex] version = "0.4" [dependencies.hmac] version = "0.12" [dependencies.num-traits] version = "0.2" [dependencies.reqwest] version = "0.11" [dependencies.rustc-hash] version = "1.1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10" [dependencies.tokio] version = "1.21" features = ["full"] [dependencies.tokio-test] version = "0.4" [dependencies.tokio-tungstenite] version = "0.17" features = ["rustls-tls-native-roots"] [dependencies.tracing] version = "0.1" [dependencies.tracing-appender] version = "0.2" [dependencies.tracing-futures] version = "0.2" [dependencies.tracing-subscriber] version = "0.3" [dependencies.url] version = "2"