# 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-execution" version = "0.3.1" authors = ["Just A Stream <93921983+just-a-stream@users.noreply.github.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false 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/" 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_execution" path = "src/lib.rs" [[test]] name = "simulated_exchange" path = "tests/simulated_exchange.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.pin-project] version = "1.1.5" [dependencies.reqwest] version = "0.12.4" features = [ "rustls-tls", "json", ] [dependencies.serde] version = "1.0.203" features = [ "derive", "derive", ] [dependencies.serde_json] version = "1.0.120" [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.tokio-tungstenite] version = "0.21.0" features = ["rustls-tls-webpki-roots"] [dependencies.tracing] version = "0.1.40" [dependencies.uuid] version = "1.9.1" features = [ "v4", "serde", "v4", "serde", ]