# 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 = "hledger-get-market-prices" version = "1.1.0" description = "Gets historical stock prices from Alpha Vantage API and outputs them in hledger market price format" keywords = ["ledger", "hledger", "finance"] license = "MIT OR Apache-2.0" repository = "https://github.com/EliasHolzmann/hledger-get-market-prices" resolver = "2" [dependencies.alpha_vantage] version = "0.7" features = ["reqwest-client"] [dependencies.clap] version = "3" features = ["derive"] [dependencies.lazy_static] version = "1" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.tokio] version = "1" features = ["full"]