[dependencies.bytes]
version = "1.6"
[dependencies.hashbrown]
version = "0.14"
[dependencies.roxmltree]
version = "0.20"
[dependencies.thiserror]
version = "1.0"
[package]
authors = ["Alexey McSakoff <mcsakoff@gmail.com>"]
categories = ["parser-implementations", "encoding"]
description = "FAST (FIX Adapted for STreaming protocol) is a space and processing efficient encoding method\nfor message oriented data streams.\n"
edition = "2021"
keywords = ["fix", "fast", "protocol", "parser"]
license = "MIT"
name = "fastlib"
readme = "README.md"
repository = "https://github.com/mcsakoff/rs-fastlib"
version = "0.1.0"