# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "openlimits-exchange" version = "0.3.0" authors = ["Danilo Guanabara "] description = "The exchange traits of OpenLimits." keywords = ["cryptocurrency", "exchange", "openlimits", "api"] license = "BSD-2-Clause" repository = "https://github.com/nash-io/openlimits" [dependencies.anyhow] version = "1.0.38" [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = "0.4.19" [dependencies.derive_more] version = "0.99.11" [dependencies.futures] version = "0.3.12" [dependencies.openlimits-messaging] version = "0.1" [dependencies.reqwest] version = "0.11" features = ["json", "blocking"] [dependencies.rust_decimal] version = "1.10.2" [dependencies.serde] version = "1.0.123" features = ["derive"] [dependencies.serde_json] version = "1.0.62" [dependencies.serde_urlencoded] version = "0.7.0" [dependencies.thiserror] version = "1.0.23" [dependencies.tokio] version = "1.6.0" [dependencies.tokio-tungstenite] version = "0.13" features = ["tls"] [dependencies.url] version = "2.2.0"