# 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 = "portfolio_rs" version = "0.1.10" description = "A command line tool for managing financial investment portfolios written in Rust." readme = "README.md" license = "MIT" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.4" [dependencies.colored] version = "2.1.0" [dependencies.confy] version = "0.6.1" features = ["yaml_conf"] default-features = false [dependencies.futures] version = "0.3.30" [dependencies.piechart] version = "1.0.0" [dependencies.serde] version = "1.0.200" features = ["derive"] [dependencies.serde_json] version = "1.0.116" [dependencies.sled] version = "0.34.7" [dependencies.time] version = "0.3.36" [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.yahoo_finance_api] version = "2.1.0"