# 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 = "chaiwala" version = "0.1.5" authors = ["Sho Kaneko "] description = "Service Layer for Kucoin Arbitrage, along with Continuous Deployment" readme = "README.md" license = "MIT" repository = "https://github.com/kanekoshoyu/chaiwala" [dependencies.axum] version = "0.6.20" features = [ "ws", "headers", "macros", ] [dependencies.chrono] version = "0.4.31" [dependencies.failure] version = "0.1.8" [dependencies.fern] version = "0.6.2" [dependencies.futures] version = "0.3.28" [dependencies.futures-util] version = "0.3.28" features = [ "sink", "std", ] default-features = false [dependencies.headers] version = "0.3.9" [dependencies.kucoin_api] version = "1.4.10" [dependencies.kucoin_arbitrage] version = "0.0.13" [dependencies.log] version = "0.4.20" [dependencies.serde] version = "1.0.189" [dependencies.serenity] version = "0.11.6" features = [ "client", "gateway", "rustls_backend", "model", ] default-features = false [dependencies.tokio] version = "1.33.0" features = ["full"] [dependencies.tokio-tungstenite] version = "0.20.1" [dependencies.toml] version = "0.8.2"