[dependencies.roxmltree]
version = "0.20"
[dependencies.rustc-hash]
version = "2.1"
[dependencies.smallvec]
features = ["serde"]
version = "1.15"
[dependencies.smartstring]
features = ["serde"]
version = "1.0"
[dependencies.strum]
features = ["derive"]
version = "0.27"
[dependencies.strum_macros]
version = "0.27"
[dependencies.thiserror]
version = "2.0"
[dev-dependencies.arbitrary]
features = ["derive"]
version = "1.4"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.6"
[dev-dependencies.enum-as-inner]
version = "0.6"
[dev-dependencies.quickcheck]
version = "1"
[dev-dependencies.quickcheck_derive]
version = "0.3"
[dev-dependencies.quickcheck_macros]
version = "1"
[dev-dependencies.syn]
features = ["full", "parsing", "derive", "parsing"]
version = "2"
[dev-dependencies.tokio]
features = ["full"]
version = "1.46"
[features]
fix40 = []
fix41 = []
fix42 = []
fix43 = []
fix44 = []
fix50 = []
fix50sp1 = []
fix50sp2 = []
fixt11 = []
[lib]
name = "rustyfix_dictionary"
path = "src/lib.rs"
[package]
authors = ["cognitive-glitch", "Team Rusty Trading", "Filippo Neysofu Costa"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "parser-implementations", "encoding"]
description = "FIX & FAST (FIX Adapted for STreaming) in pure Rust"
edition = "2024"
homepage = "https://github.com/rusty-trading/rusty-fix-engine"
keywords = ["fix", "fast", "protocol", "finance", "fintech"]
license = "Apache-2.0"
name = "rustyfix-dictionary"
publish = true
readme = "README.md"
repository = "https://github.com/rusty-trading/rusty-fix-engine"
resolver = "2"
version = "0.7.2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "doc_cfg"]