# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "qatrade-rs" version = "0.4.0" authors = ["yutiansut "] include = ["src/**/*", "Cargo.toml", "README.md"] description = "quantaxis in rust" homepage = "https://github.com/yutiansut" documentation = "https://docs.rs/qatrade-rs/" readme = "README.md" categories = ["science", "algorithms"] license = "MIT OR Apache-2.0" repository = "https://github.com/yutiansut/qatrader-rs" [dependencies.actix] version = "0.10.0" [dependencies.actix-rt] version = "1.0.0" [dependencies.amiquip] version = "0.3" [dependencies.bson] version = "0.14.0" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.clap] version = "2.33" [dependencies.crossbeam-channel] version = "0.5.0" [dependencies.env_logger] version = "0.7" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4" [dependencies.log4rs] version = "0.12" [dependencies.mongodb] version = "0.9.1" [dependencies.qifi-rs] version = "0.3.0" [dependencies.regex] version = "1.3.6" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.toml] version = "0.5" [dependencies.uuid] version = "0.8" features = ["serde", "v4"] [dependencies.websocket] version = "0.26.2"