# 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-data" version = "0.9.0" authors = ["JustAStream"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "High performance & normalised WebSocket intergration for leading cryptocurrency exchanges - batteries included." documentation = "https://docs.rs/barter-data/" readme = "README.md" keywords = [ "trading", "backtesting", "crypto", "stocks", "investment", ] categories = [ "accessibility", "simulation", ] license = "MIT" repository = "https://github.com/barter-rs/barter-rs" [lib] name = "barter_data" path = "src/lib.rs" [[example]] name = "dynamic_multi_stream_multi_exchange" path = "examples/dynamic_multi_stream_multi_exchange.rs" [[example]] name = "multi_stream_multi_exchange" path = "examples/multi_stream_multi_exchange.rs" [[example]] name = "order_books_l1_streams" path = "examples/order_books_l1_streams.rs" [[example]] name = "order_books_l1_streams_multi_exchange" path = "examples/order_books_l1_streams_multi_exchange.rs" [[example]] name = "order_books_l2_manager" path = "examples/order_books_l2_manager.rs" [[example]] name = "order_books_l2_streams" path = "examples/order_books_l2_streams.rs" [[example]] name = "public_trades_streams" path = "examples/public_trades_streams.rs" [[example]] name = "public_trades_streams_multi_exchange" path = "examples/public_trades_streams_multi_exchange.rs" [dependencies.async-trait] version = "0.1.57" [dependencies.barter-integration] version = "0.7.4" [dependencies.barter-macro] version = "0.1.1" [dependencies.chrono] version = "0.4.38" features = [ "serde", "serde", ] [dependencies.derive_more] version = "1.0.0" features = [ "constructor", "display", "from", ] [dependencies.fnv] version = "1.0.7" [dependencies.futures] version = "0.3.30" [dependencies.futures-util] version = "0.3.31" [dependencies.itertools] version = "0.13.0" [dependencies.parking_lot] version = "0.12.3" [dependencies.reqwest] version = "0.12.4" [dependencies.rust_decimal] version = "1.29.1" features = ["serde-with-str"] [dependencies.serde] version = "1.0.203" features = [ "derive", "derive", ] [dependencies.serde_json] version = "1.0.120" [dependencies.ta] version = "0.5.0" [dependencies.thiserror] version = "1.0.61" [dependencies.tokio] version = "1.38.0" features = [ "sync", "macros", "rt-multi-thread", ] [dependencies.tokio-stream] version = "0.1.15" features = ["sync"] [dependencies.tracing] version = "0.1.40" [dependencies.url] version = "2.3.1 " [dependencies.vecmap-rs] version = "0.2.1" [dev-dependencies.rust_decimal_macros] version = "1.29.1" [dev-dependencies.tracing-subscriber] version = "0.3.16" features = [ "env-filter", "json", ]