# 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 = "hotfix" version = "0.0.21" authors = ["David Steiner "] description = "An experimental FIX engine" homepage = "https://github.com/Validus-Risk-Management/hotfix" readme = "README.md" keywords = [ "fix", "fix-protocol", "finance", "trading", "fx", ] categories = [ "finance", "encoding", "parsing", ] license = "MIT" repository = "https://github.com/Validus-Risk-Management/hotfix" [dependencies.anyhow] version = "^1.0.75" [dependencies.async-trait] version = "^0.1.73" [dependencies.aws-config] version = "1" optional = true [dependencies.aws-sdk-dynamodb] version = "^0.39" optional = true [dependencies.futures] version = "^0.3.28" [dependencies.hotfix-message] version = "0.0.21" [dependencies.log] version = "0.4.20" [dependencies.mongodb] version = "^2.7" optional = true [dependencies.pki-types] version = "^0.2" package = "rustls-pki-types" [dependencies.redb] version = "^1.1.0" optional = true [dependencies.rustls] version = "^0.21.5" [dependencies.rustls-pemfile] version = "=2.0.0-alpha.1" [dependencies.serde] version = "^1.0.177" features = ["derive"] [dependencies.serde_dynamo] version = "^4.2.12" features = ["aws-sdk-dynamodb+0_39"] optional = true [dependencies.thiserror] version = "1" [dependencies.tokio] version = "^1" features = ["full"] [dependencies.tokio-rustls] version = "^0.24.1" [dependencies.tokio-stream] version = "^0.1.14" [dependencies.toml] version = "^0.8.8" [dependencies.tracing] version = "^0.1.37" [dependencies.uuid] version = "1.5.0" features = ["v4"] [features] dynamodb = [ "dep:aws-config", "dep:aws-sdk-dynamodb", "dep:serde_dynamo", ] mongodb = ["dep:mongodb"] redb = ["dep:redb"]