# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "fefast" version = "0.1.0" authors = ["Filippo Costa @neysofu"] publish = true description = "FIX FAST implementation in pure Rust" homepage = "https://github.com/neysofu/ferrum-fix" keywords = ["fix", "protocol", "finance", "fintech"] categories = ["network-programming", "parser-implementations", "encoding"] license = "MIT OR Apache-2.0" repository = "https://github.com/neysofu/ferrum-fix" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "doc_cfg"] [lib] name = "fefast" [dependencies.bitvec] version = "0.18.3" [dependencies.bytes] version = "1" optional = true [dependencies.chrono] version = "0.4" [dependencies.decimal] version = "2" optional = true [dependencies.fnv] version = "1" [dependencies.futures] version = "0.3" [dependencies.futures-timer] version = "3" [dependencies.heck] version = "0.3" [dependencies.indoc] version = "1" [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.20" [dependencies.strum_macros] version = "0.20" [dependencies.thiserror] version = "1" [dependencies.tokio-util] version = "0.6" features = ["codec"] 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"] [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.20" [build-dependencies.strum_macros] version = "0.20"