# 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 = "rs-eastmoney" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "EM" documentation = "https://docs.rs/rs-eastmoney" readme = "README.md" license = "WTFPL" [lib] name = "rs_eastmoney" path = "src/lib.rs" [dependencies.ahash] version = "0.8.11" [dependencies.anyhow] version = "1.0.86" [dependencies.cached] version = "0.54.0" [dependencies.getset] version = "0.1.3" [dependencies.maplit] version = "1.0.2" [dependencies.polars] version = "0.44.2" features = [ "lazy", "json", "serde", ] [dependencies.reqwest] version = "0.12.5" features = [ "json", "blocking", ] [dependencies.serde_json] version = "1.0.120" [dependencies.tokio] version = "1.39.3"