# 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 = "chapaty" version = "0.1.8" description = "A software to backtest trading strategies." readme = "README.md" license = "Apache-2.0" [dependencies.chrono] version = "0.4.31" [dependencies.futures] version = "0.3.28" [dependencies.google-cloud-default] version = "0.4.0" features = ["storage"] [dependencies.google-cloud-storage] version = "0.13.1" [dependencies.mockall] version = "0.11.4" [dependencies.polars] version = "0.33.2" features = [ "lazy", "partition_by", "serde", "cum_agg", ] [dependencies.rayon] version = "1.8.0" [dependencies.regex] version = "1.9.6" [dependencies.reqwest] version = "0.11.21" [dependencies.serde] version = "1.0.188" [dependencies.serde_json] version = "1.0.107" [dependencies.strum] version = "0.25.0" [dependencies.strum_macros] version = "0.25.2" [dependencies.tokio] version = "1.32.0" features = ["full"]