[package]
edition = "2024"
name = "ironfix-codegen"
version = "0.1.4"
authors = ["Joaquin Bejar <jb@taunais.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Build-time code generation for IronFix FIX protocol engine"
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_codegen"
path = "src/lib.rs"
[dependencies.ironfix-dictionary]
version = "0.1.4"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.thiserror]
version = "2.0"
[dev-dependencies]