[build-dependencies.anyhow]
version = "1.0"
[build-dependencies.heck]
version = "0.5"
[build-dependencies.roxmltree]
version = "0.20"
[dependencies.roxmltree]
optional = true
version = "0.20"
[dependencies.simd_aligned]
version = "0.6"
[dependencies.smallvec]
features = ["serde"]
version = "1.15"
[dependencies.thiserror]
version = "2.0"
[dependencies.zerocopy]
features = ["derive", "derive"]
version = "0.8"
[lib]
name = "rustysbe"
path = "src/lib.rs"
[package]
authors = ["cognitive-glitch", "Rusty Trading Team", "Filippo Neysofu Costa"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["network-programming", "parser-implementations", "encoding", "finance", "development-tools"]
description = "FIX Simple Binary Encoding (SBE) support for `rustyfix`"
edition = "2024"
homepage = "https://github.com/rusty-trading/rusty-fix-engine"
keywords = ["fix", "fix-protocol", "fast", "trading", "hft"]
license = "Apache-2.0"
name = "rustysbe"
publish = true
readme = false
repository = "https://github.com/rusty-trading/rusty-fix-engine"
resolver = "2"
version = "0.7.4"