# 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 = "fefix" version = "0.7.0" authors = ["Filippo Costa @neysofu"] publish = true description = "FIX & FAST (FIX Adapted for STreaming) in pure Rust." homepage = "https://github.com/ferrumfix/ferrumfix" readme = "README.md" keywords = ["fix", "fast", "protocol", "finance", "fintech"] categories = ["network-programming", "parser-implementations", "encoding"] license = "MIT OR Apache-2.0" repository = "https://github.com/ferrumfix/ferrumfix" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "doc_cfg"] [lib] name = "fefix" [[bench]] name = "fix_decode" harness = false [dependencies.bitvec] version = "0.18.3" [dependencies.bytes] version = "1" optional = true [dependencies.chrono] version = "0.4" [dependencies.decimal] version = "2" optional = true [dependencies.fefix_derive] version = "0.7" [dependencies.fnv] version = "1" [dependencies.futures] version = "0.3" [dependencies.futures-timer] version = "3" [dependencies.heck] version = "0.3" optional = true [dependencies.indoc] version = "1" optional = true [dependencies.lazy_static] version = "1" [dependencies.nohash-hasher] version = "0.2" [dependencies.openssl] version = "0.10" optional = true [dependencies.roxmltree] version = "0.14" [dependencies.rust_decimal] version = "1" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.slog] version = "2" optional = true [dependencies.sqlx] version = "0.5" features = ["runtime-tokio-rustls", "postgres"] [dependencies.strum] version = "0.22" [dependencies.strum_macros] version = "0.22" [dependencies.thiserror] version = "1" [dependencies.tokio-util] version = "0.6" features = ["codec", "compat"] optional = true [dependencies.uuid] version = "0.8.1" features = ["v4"] [dev-dependencies.arbitrary] version = "1.0" features = ["derive"] [dev-dependencies.criterion] version = "0.3" features = ["html_reports"] [dev-dependencies.enum-as-inner] version = "0.3" [dev-dependencies.quickcheck] version = "1" [dev-dependencies.quickcheck_derive] version = "0.3" [dev-dependencies.quickcheck_macros] version = "1" [dev-dependencies.syn] version = "1" features = ["parsing"] [dev-dependencies.tokio] version = "1" features = ["full"] [build-dependencies.chrono] version = "0.4" [build-dependencies.fnv] version = "1" [build-dependencies.heck] version = "0.3" [build-dependencies.indoc] version = "1" [build-dependencies.lazy_static] version = "1" [build-dependencies.quick-xml] version = "0.22" [build-dependencies.rayon] version = "1" [build-dependencies.roxmltree] version = "0.14" [build-dependencies.strum] version = "0.22" [build-dependencies.strum_macros] version = "0.22" [features] codegen = ["heck", "indoc"] default = ["utils-openssl", "utils-tokio", "utils-chrono"] derive = [] fix40 = [] fix41 = [] fix42 = [] fix43 = [] fix44 = [] fix50 = [] fix50sp1 = [] fix50sp2 = [] fixt11 = [] full = ["codegen", "derive", "json-encoding", "fix40", "fix41", "fix42", "fix43", "fix50", "fix50sp1", "fix50sp2", "fixt11", "utils-bytes", "utils-chrono", "utils-decimal", "utils-openssl", "utils-rust-decimal", "utils-slog", "utils-tokio"] json-encoding = [] utils-bytes = ["bytes"] utils-chrono = [] utils-decimal = ["decimal"] utils-openssl = ["openssl"] utils-rust-decimal = ["rust_decimal"] utils-slog = ["slog"] utils-tokio = ["tokio-util", "utils-bytes"]