# 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 = "tushare" version = "0.1.1" description = "A rust library to read the data from tushare and tranform it into polars dataframe object" readme = "README.md" keywords = [ "tushare", "chinese_stock_data", ] categories = ["api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/leonchen2012/tushare" [dependencies.log] version = "0.4.21" [dependencies.polars] version = "0.39.2" features = [ "lazy", "json", ] [dependencies.reqwest] version = "0.12.4" features = ["blocking"] [dependencies.serde_json] version = "1.0.116" [dependencies.thiserror] version = "1.0.59"