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