hotfix-dictionary 0.1.3

FIX dictionary generation for HotFIX.
Documentation
[dependencies.fnv]
version = "1"

[dependencies.roxmltree]
version = "0.21"

[dependencies.smartstring]
optional = true
version = "1"

[dependencies.strum]
version = "0.27"

[dependencies.strum_macros]
version = "0.27"

[features]
default = ["smartstring"]
fix40 = []
fix41 = []
fix42 = []
fix43 = []
fix50 = []
fix50sp1 = []
fix50sp2 = []
fixt11 = []
smartstring = ["dep:smartstring"]

[lib]
name = "hotfix_dictionary"
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 = "FIX dictionary generation for HotFIX."
edition = "2024"
homepage = "https://github.com/Validus-Risk-Management/hotfix"
keywords = ["fix", "fix-protocol", "finance", "trading", "fx"]
license = "MIT"
name = "hotfix-dictionary"
readme = "README.md"
repository = "https://github.com/Validus-Risk-Management/hotfix"
resolver = "2"
version = "0.1.3"