# 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 = "barter-integration" version = "0.7.3" authors = ["JustAStream"] description = "Low-level framework for composing flexible web integrations, especially with financial exchanges" documentation = "https://docs.rs/barter-integration/" readme = "README.md" keywords = [ "trading", "backtesting", "crypto", "stocks", "investment", ] categories = [ "accessibility", "simulation", ] license = "MIT" repository = "https://github.com/barter-rs/barter-integration-rs" [dependencies.async-trait] version = "0.1.78" [dependencies.base64] version = "0.22.0" [dependencies.bytes] version = "1.5.0" [dependencies.chrono] version = "0.4.35" features = ["serde"] [dependencies.futures] version = "0.3.3" [dependencies.hex] version = "0.4.3" [dependencies.hmac] version = "0.12.1" [dependencies.pin-project] version = "1.1.5" [dependencies.reqwest] version = "0.12.3" features = ["json"] [dependencies.rust_decimal] version = "1.34.3" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.serde_qs] version = "0.13.0" [dependencies.serde_urlencoded] version = "0.7.1" [dependencies.sha2] version = "0.10.6" [dependencies.thiserror] version = "1.0.58" [dependencies.tokio] version = "1.36.0" features = [ "net", "sync", "macros", "rt-multi-thread", ] [dependencies.tokio-tungstenite] version = "0.21.0" features = ["rustls-tls-webpki-roots"] [dependencies.tracing] version = "0.1.40" [dependencies.url] version = "2.5.0" [dev-dependencies.rust_decimal_macros] version = "1.34.2"