# 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.3.1" authors = ["Alexey McSakoff "] build = false autobins = false autoexamples = false autotests = false autobenches = false 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" [lib] name = "fastlib" path = "src/lib.rs" [[test]] name = "cqg" path = "tests/cqg.rs" [[test]] name = "cqg-serde" path = "tests/cqg-serde.rs" [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"]