# 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 = "yahoo-finance-symbols" version = "0.1.4" exclude = ["symbols.db"] description = "A Library for scraping all Ticker Symbols from Yahoo Finance" readme = "README.md" license = "MIT" repository = "https://github.com/Nnamdi-sys/yahoo-finance-symbols" [dependencies.futures] version = "0.3.30" [dependencies.html-escape] version = "0.2.13" [dependencies.indicatif] version = "0.17.8" [dependencies.lazy_static] version = "1.4.0" [dependencies.polars] version = "0.41.3" features = [ "lazy", "rows", "fmt_no_tty", ] default-features = false [dependencies.r2d2] version = "0.8.10" [dependencies.r2d2_sqlite] version = "0.24.0" [dependencies.reqwest] version = "0.12.4" features = ["json"] [dependencies.rusqlite] version = "0.31.0" features = ["bundled"] [dependencies.scraper] version = "0.19.0" [dependencies.serde] version = "1.0.183" features = ["derive"] [dependencies.tokio] version = "1.32.0" features = ["full"]