# 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 = "stock-data" version = "0.1.0" authors = ["Brandon J. Lacy lacy.brandon.j@gmail.com"] description = "A Rust crate for efficiently downloading historical stock data from Yahoo Finance, featuring asynchronous operations with reqwest and tokio for optimal performance." readme = "README.md" keywords = [ "stock", "stock-data", "yahoo", "yahoo-finance", ] categories = ["finance"] license = "MIT" repository = "https://github.com/AG3NTZ3R0/stock-data" [dependencies.chrono] version = "0.4.23" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.tokio] version = "1" features = ["full"] [badges.maintenance] status = "actively-developed"