[package] name = "rs-eastmoney" version = "0.1.1" edition = "2021" description = "EM" documentation = "https://docs.rs/rs-eastmoney" license = "WTFPL" [dependencies] ahash = "0.8.11" anyhow = "1.0.86" cached = "0.54.0" getset = "0.1.3" maplit = "1.0.2" polars = { version = "0.44.2", features = ["lazy", "json", "serde"] } reqwest = { version = "0.12.5", features = ["json", "blocking"] } serde_json = "1.0.120" tokio = "1.39.3"