# 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 = "alator" version = "0.4.1" authors = ["Calum Russell "] description = "Library for backtesting investment strategies" readme = "README.md" license-file = "LICENCE" repository = "https://github.com/calumrussell/alator" [lib] bench = false [[bench]] name = "sim_benchmark" harness = false [dependencies.async-trait] version = "0.1.73" [dependencies.env_logger] version = "0.10.0" [dependencies.futures] version = "0.3.28" [dependencies.itertools] version = "0.12.0" [dependencies.log] version = "0.4.17" [dependencies.pyo3] version = "0.20.0" optional = true [dependencies.rand] version = "0.8.4" [dependencies.rand_distr] version = "0.4.1" [dependencies.rotala] version = "0.1.0" [dependencies.time] version = "0.3.17" features = [ "macros", "parsing", ] [dependencies.tokio] version = "1.32.0" features = ["full"] [dev-dependencies.criterion] version = "0.5.1" features = ["async_tokio"] [dev-dependencies.csv] version = "1.1.6" [dev-dependencies.reqwest] version = "0.11.11" features = ["blocking"] [dev-dependencies.zip] version = "0.6.2"