# 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 = "rotala" version = "0.1.1" authors = ["Calum Russell "] description = "JSON server exchange and library for backtesting trading strategies" readme = "README.md" license-file = "LICENCE" repository = "https://github.com/calumrussell/alator" [lib] bench = false [[bin]] name = "uist_server_v1" path = "./src/bin/uist_server_v1.rs" [[bench]] name = "sim_orderbook" harness = false [dependencies.actix-web] version = "4" [dependencies.csv] version = "1.1.6" [dependencies.env_logger] version = "0.10.0" [dependencies.rand] version = "0.8.4" [dependencies.rand_distr] version = "0.4.1" [dependencies.reqwest] version = "0.11.11" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.time] version = "0.3.17" features = [ "macros", "parsing", ] [dependencies.tokio] version = "1.35.1" features = ["full"] [dependencies.zip] version = "0.6.2" [dev-dependencies.criterion] version = "0.5.1" features = ["async_tokio"]