# 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 = "spread_tracker" version = "0.1.0" authors = ["Floris floris@xylex.ai"] description = "Spread tracker for forex pairs" readme = "README.md" license = "Apache-2.0" [dependencies.regex] version = "1.10.4" [dependencies.reqwest] version = "0.12.2" [dependencies.serde] version = "1.0.197" [dependencies.serde_derive] version = "1.0.197" [dependencies.serde_json] version = "1.0.115" [dependencies.serde_yaml] version = "0.9.34" [dependencies.supabase_rs] version = "0.2.2" [dependencies.tokio] version = "1.36.0"