# 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" version = "0.8.16" authors = ["Just A Stream <93921983+just-a-stream@users.noreply.github.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Framework for building event-driven live-trading & backtesting engines" documentation = "https://docs.rs/barter/" 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" path = "src/lib.rs" [[example]] name = "engine_with_historic_candles" path = "examples/engine_with_historic_candles.rs" [[example]] name = "engine_with_live_trades" path = "examples/engine_with_live_trades.rs" [[test]] name = "integration" path = "tests/integration.rs" [dependencies.async-trait] version = "0.1.57" [dependencies.barter-data] version = "0.9.0" [dependencies.barter-integration] version = "0.7.4" [dependencies.chrono] version = "0.4.38" features = [ "serde", "serde", ] [dependencies.futures] version = "0.3.30" [dependencies.parking_lot] version = "0.12.3" [dependencies.prettytable-rs] version = "0.10.0" [dependencies.redis] version = "0.25.4" [dependencies.rust_decimal] version = "1.29.1" [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"] [dependencies.tokio-stream] version = "0.1.15" features = ["sync"] [dependencies.tracing] version = "0.1.40" [dependencies.uuid] version = "1.9.1" features = [ "v4", "serde", "v4", "serde", ]