# 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 = "qualinvest" version = "0.2.1" authors = ["Mark Beinker "] description = "A cloud based tool for quantitative analysis and management of financial asset portfolios" readme = "README.md" keywords = ["finance", "investment", "quantitative", "analysis"] license = "MIT OR Apache-2.0" repository = "https://github.com/xemwebe/qualinvest" [dependencies.buffer] version = "0.1" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "2.33" [dependencies.data-encoding] version = "2.2" [dependencies.finql] version = "0.5.4" [dependencies.glob] version = "0.3" [dependencies.lazy_static] version = "1.4" [dependencies.postgres] version = "0.17" features = ["with-chrono-0_4"] [dependencies.regex] version = "1.3" [dependencies.ring] version = "0.16" [dependencies.serde] version = "1.0.*" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio-postgres] version = "0.5"