ironfix-session 0.1.6

FIX session layer protocol implementation 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-session"
version = "0.1.6"
authors = ["Joaquin Bejar <jb@taunais.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FIX session layer protocol implementation 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_session"
path = "src/lib.rs"

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

[dependencies.parking_lot]
version = "0.12"

[dependencies.thiserror]
version = "2.0"

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

[dependencies.tracing]
version = "0.1"

[dev-dependencies]