# 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 = "forgefix" version = "0.2.2" description = "ForgeFIX is an opinionated FIX 4.2 client library for the buy-side written in Rust. ForgeFIX is optimized for the subset of the FIX protocol used by buy-side firms connecting to brokers and exchanges for communicating orders and fills." readme = "README.md" license-file = "LICENSE" repository = "https://github.com/ForgeFinx/ForgeFIX/" [dependencies.anyhow] version = "1.0.69" features = ["backtrace"] [dependencies.chrono] version = "0.4.26" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.9.1" [dependencies.rusqlite] version = "0.28.0" features = ["chrono"] [dependencies.thiserror] version = "1.0.44" [dependencies.tokio] version = "1.29.1" features = [ "net", "macros", "rt", "rt-multi-thread", "io-util", "time", "fs", ] [dependencies.tokio-rusqlite] version = "0.3.0"