# 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 = "nasdaq" version = "0.1.0" description = "Nasdaq FTP utilities that give you lists of tickers, bonds, and options." readme = "README.md" license = "MIT" [dependencies.alphavantage] version = "0.7.0" [dependencies.color-eyre] version = "0.6.2" [dependencies.csv] version = "1.1.6" [dependencies.ftp] version = "3.0.1" [dependencies.graplot] version = "0.1.22" [dependencies.polars] version = "0.26.1" features = [ "lazy", "csv-file", "strings", "temporal", "dtype-duration", "dtype-categorical", "concat_str", "rank", "lazy_regex", "rows", "polars-lazy", "algo", "search_sorted", "serde", "serde-lazy", "rolling_window", "true_div", "streaming", "sql", "random", "product", "propagate_nans", "performant", "pivot", "top_k", "cum_agg", "sort_multiple", ] [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.13" [dependencies.tokio-postgres] version = "0.7.7" [dependencies.yahoo-finance] version = "0.3.0"