ironfix-engine 0.1.6

High-level FIX engine facade for IronFix
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 = "ironfix-engine"
version = "0.1.6"
authors = ["Joaquin Bejar <jb@taunais.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-level FIX engine facade for IronFix"
homepage = "https://github.com/joaquinbejar/IronFix"
readme = false
keywords = [
    "finance",
    "fix",
    "trading",
]
categories = [
    "finance",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/joaquinbejar/IronFix"
resolver = "2"

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

[dependencies.async-trait]
version = "0.1"

[dependencies.ironfix-core]
version = "0.1.6"

[dependencies.ironfix-session]
version = "0.1.6"

[dependencies.ironfix-store]
version = "0.1.6"

[dependencies.ironfix-tagvalue]
version = "0.1.6"

[dependencies.ironfix-transport]
version = "0.1.6"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.43"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dev-dependencies]