# 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 = "nse" version = "0.1.2" authors = ["TechfaneTechnologies "] exclude = ["tests"] description = "NSE is a rust binary and library for extracting real-time data from National Stock Exchange (India)" readme = "README.md" keywords = [ "nse", "trading", "investing", "stock-market", "algotrading", ] categories = ["command-line-utilities"] license = "MPL-2.0" repository = "https://github.com/TechfaneTechnologies/nse" resolver = "2" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.csv] version = "1.1.6" [dependencies.env_logger] version = "0.9.0" [dependencies.isahc] version = "1.7.1" features = [ "nightly", "psl", "cookies", "http2", "json", "spnego", "static-curl", "text-decoding", "unstable-interceptors", ] [dependencies.polars] version = "0.21.0" [dependencies.rand] version = "0.8.5" features = [ "nightly", "serde", "serde1", "small_rng", "log", "min_const_gen", ] [dependencies.rayon] version = "1.5.2" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_json] version = "1.0.79" features = ["raw_value"] [dependencies.serde_urlencoded] version = "0.7.1"