[package] name = "qualinvest_cli" version = "0.1.4" authors = ["Mark Beinker "] edition = "2018" description = "Command line executable of the qualinvest project" license = "MIT OR Apache-2.0" repository = "https://github.com/xemwebe/qualinvest" keywords = ["finance", "investment", "quantitative", "analysis"] [dependencies] qualinvest_core = { version="0.1.2", path="../qualinvest_core" } finql = { version = "0.7", path = "../../finql" } serde = { version = "1.0.*", features = ["derive"] } postgres = { version = "0.17", features = ["with-chrono-0_4"] } serde_json = "1.0" clap = "2.33" glob = "0.3" csv = "1.1" toml = "0.5" chrono = "0.4"