# 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 = "quant-suite" version = "0.1.1" authors = ["Jaemin Kim "] description = "A project aimed at creating tools for auto-trading, back-testing, and market analysis." readme = "README.md" keywords = [ "AutoTrading", "Quant", "Market", "Finance", ] license = "MIT" repository = "https://github.com/geminik23/quant-suite" [dependencies.nanoid] version = "0.4" [dependencies.thiserror] version = "1.0" [dev-dependencies.async-std] version = "1.12" features = ["attributes"] [dev-dependencies.ctrader-fix] version = "0.5" [dev-dependencies.dotenv] version = "0.15" [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.logger] version = "0.4"