# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "fastlib" version = "0.2.1" authors = ["Alexey McSakoff "] description = """ FAST (FIX Adapted for STreaming protocol) is a space and processing efficient encoding method for message oriented data streams. """ readme = "README.md" keywords = [ "fix", "fast", "protocol", "parser", ] categories = [ "parser-implementations", "encoding", ] license = "MIT" repository = "https://github.com/mcsakoff/rs-fastlib" [dependencies.bytes] version = "1.6" [dependencies.hashbrown] version = "0.14" [dependencies.roxmltree] version = "0.20" [dependencies.serde] version = "1.0" optional = true [dependencies.thiserror] version = "1.0" [dev-dependencies.serde_bytes] version = "0.11" [dev-dependencies.serde_derive] version = "1.0" [features] default = ["serde"] serde = ["dep:serde"]