[dependencies.anyhow]
version = "^1.0.75"
[dependencies.async-trait]
version = "0.1.89"
[dependencies.chrono]
features = ["serde"]
version = "^0.4"
[dependencies.chrono-tz]
features = ["serde"]
version = "^0.10"
[dependencies.futures]
version = "0.3"
[dependencies.hotfix-message]
features = ["utils-chrono"]
version = "0.2.8"
[dependencies.mongodb]
optional = true
version = "3.3"
[dependencies.redb]
optional = true
version = "3.1"
[dependencies.rustls]
version = "0.23"
[dependencies.rustls-native-certs]
version = "0.8"
[dependencies.rustls-pemfile]
version = "2.2"
[dependencies.rustls-pki-types]
version = "1"
[dependencies.serde]
features = ["derive"]
version = "^1.0.177"
[dependencies.thiserror]
version = "2"
[dependencies.tokio]
features = ["full"]
version = "1"
[dependencies.tokio-rustls]
version = "0.26"
[dependencies.toml]
version = "0.9"
[dependencies.tracing]
version = "0.1"
[dependencies.uuid]
features = ["v4"]
version = "1.5.0"
[dependencies.webpki-roots]
version = "1.0"
[dev-dependencies.hotfix-message]
features = ["fix44", "utils-chrono"]
version = "0.2.8"
[dev-dependencies.rcgen]
version = "0.13"
[dev-dependencies.rustls]
features = ["ring"]
version = "0.23"
[dev-dependencies.tempfile]
version = "3"
[dev-dependencies.testcontainers]
version = "0.25"
[dev-dependencies.tokio]
features = ["test-util"]
version = "1"
[features]
default = ["test-utils"]
fix44 = ["hotfix-message/fix44"]
mongodb = ["dep:mongodb"]
redb = ["dep:redb"]
test-utils = []
[lib]
name = "hotfix"
path = "src/lib.rs"
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(doc_cfg)"]
level = "allow"
priority = 0
[package]
authors = ["David Steiner <david_j_steiner@yahoo.co.nz>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["finance", "encoding", "parsing"]
description = "Buy-side FIX engine written in pure Rust"
edition = "2024"
homepage = "https://github.com/Validus-Risk-Management/hotfix"
keywords = ["fix", "fix-protocol", "finance", "trading", "fx"]
license = "MIT"
name = "hotfix"
readme = "README.md"
repository = "https://github.com/Validus-Risk-Management/hotfix"
resolver = "2"
version = "0.5.0"
[[test]]
name = "connection_tests"
path = "tests/connection_tests.rs"
[[test]]
name = "session_tests"
path = "tests/session_tests.rs"
[[test]]
name = "store_tests"
path = "tests/store_tests.rs"