easyfix-messages-gen 0.5.3

Easy FIX (Financial Information Exchange) toolset - messages generator.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "easyfix-messages-gen"
version = "0.5.3"
authors = ["Łukasz Dańko <lukasz.danko@gmail.com>"]
license = "MIT"
description = "Easy FIX (Financial Information Exchange) toolset - messages generator."
repository = "https://github.com/ldanko/easyfix"
readme = "README.md"
edition = "2021"

[dependencies]
anyhow = { workspace = true }
convert_case = "0.5"
easyfix-dictionary = { version = "0.3.1", path = "../../easyfix-dictionary" }
proc-macro2 = "1.0"
quote = "1.0"