# 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 = "ff_rithmic_api" version = "0.2.4" authors = ["Kevin Monaghan "] build = false exclude = [ "rithmic_credentials_example.toml", ".gitignore", "LICENSE.md", ".github/", "src/test.rs", "build.rs", "servers.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Rithmic api for easy connection to rithmic RProtocol servers" readme = "README.md" keywords = [ "rithmic", "rust", "crate", "api", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/BurnOutTrader/ff_rithmic_api" [lib] name = "ff_rithmic_api" path = "src/lib.rs" [dependencies.dashmap] version = "6.1.0" [dependencies.futures-util] version = "0.3.30" [dependencies.prost] version = "0.13.3" [dependencies.prost-build] version = "0.13.2" [dependencies.rkyv] version = "0.7.45" features = [ "std", "alloc", "validation", ] [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.strum_macros] version = "0.26.4" [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.40.0" features = ["full"] [dependencies.tokio-tungstenite] version = "0.23.1" features = [ "stream", "native-tls", ] [dependencies.toml] version = "0.8.19" [dependencies.tungstenite] version = "0.23.0"