# 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 = "vapore" version = "0.6.3" description = "Vangaurd portfolio rebalancing algorithm" readme = "README.md" categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/Roco-scientist/VAnguard-POrtfolio-REbalance" [[bin]] name = "vapore" path = "src/main.rs" test = false bench = false [dependencies.anyhow] version = "1.0" [dependencies.apca] version = "0.28" [dependencies.chrono] version = "0.4.34" [dependencies.clap] version = "2.33" [dependencies.futures] version = "0.3" [dependencies.lazy_static] version = "1.4" [dependencies.time] version = "0.3" features = ["parsing"] [dependencies.tokio] version = "1" features = ["full"] [dependencies.yahoo_finance_api] version = "2.2"