barter-execution 0.3.1

High-performance and normalised trading interface capable of executing across many financial venues. Also provides a feature rich simulated exchange.
Documentation
[dependencies.async-trait]
version = "0.1.57"

[dependencies.barter-data]
version = "0.9.0"

[dependencies.barter-integration]
version = "0.7.4"

[dependencies.chrono]
features = ["serde", "serde"]
version = "0.4.38"

[dependencies.futures]
version = "0.3.30"

[dependencies.parking_lot]
version = "0.12.3"

[dependencies.pin-project]
version = "1.1.5"

[dependencies.reqwest]
features = ["rustls-tls", "json"]
version = "0.12.4"

[dependencies.serde]
features = ["derive", "derive"]
version = "1.0.203"

[dependencies.serde_json]
version = "1.0.120"

[dependencies.thiserror]
version = "1.0.61"

[dependencies.tokio]
features = ["sync", "macros", "rt-multi-thread"]
version = "1.38.0"

[dependencies.tokio-stream]
features = ["sync"]
version = "0.1.15"

[dependencies.tokio-tungstenite]
features = ["rustls-tls-webpki-roots"]
version = "0.21.0"

[dependencies.tracing]
version = "0.1.40"

[dependencies.uuid]
features = ["v4", "serde", "v4", "serde"]
version = "1.9.1"

[lib]
name = "barter_execution"
path = "src/lib.rs"

[package]
authors = ["Just A Stream <93921983+just-a-stream@users.noreply.github.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["accessibility", "simulation"]
description = "High-performance and normalised trading interface capable of executing across many financial venues. Also provides a feature rich simulated exchange."
documentation = "https://docs.rs/barter-execution/"
edition = "2021"
keywords = ["trading", "backtesting", "crypto", "stocks", "investment"]
license = "MIT"
name = "barter-execution"
readme = "README.md"
repository = "https://github.com/barter-rs/barter-rs"
version = "0.3.1"

[[test]]
name = "simulated_exchange"
path = "tests/simulated_exchange.rs"