# 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 = "rains" version = "0.2.2" authors = ["Y "] description = "💹 命令行 A 股沪深北证股票信息行情数据查询工具" homepage = "https://github.com/rookie0/rains" readme = "README.md" license = "MIT" repository = "https://github.com/rookie0/rains" resolver = "2" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1" [dependencies.clap] version = "3.0" features = ["derive"] [dependencies.crossterm] version = "0.22" [dependencies.futures-util] version = "0.3" [dependencies.http] version = "0.2" [dependencies.once_cell] version = "1.9" [dependencies.owo-colors] version = "3" [dependencies.regex] version = "1.5" [dependencies.reqwest] version = "0.11" [dependencies.scraper] version = "0.12" [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-tungstenite] version = "0.16" features = ["native-tls"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"]