barter-execution 0.7.0

Stream private account data from financial venues, and execute (live or mock) orders.
Documentation
# 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 = "2024"
name = "barter-execution"
version = "0.7.0"
authors = ["JustAStream <justastream.code@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Stream private account data from financial venues, and execute (live or mock) orders."
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"

[dependencies.barter-instrument]
version = "0.3"

[dependencies.barter-integration]
version = "0.10"
features = [
    "collection",
    "error",
    "stream",
]

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

[dependencies.derive_more]
version = "2.0.1"
features = [
    "constructor",
    "display",
    "from",
    "constructor",
    "from",
    "display",
]

[dependencies.fnv]
version = "1.0.7"

[dependencies.futures]
version = "0.3.31"

[dependencies.itertools]
version = "0.14.0"

[dependencies.rand]
version = "0.9.0"

[dependencies.rust_decimal]
version = "1.36.0"
features = ["maths"]

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

[dependencies.smol_str]
version = "0.3.2"

[dependencies.thiserror]
version = "2.0.8"

[dependencies.tokio]
version = "1.42"
features = [
    "macros",
    "net",
    "rt-multi-thread",
    "signal",
    "time",
    "sync",
    "macros",
    "rt-multi-thread",
]
default-features = false

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

[dependencies.tracing]
version = "0.1.41"