# 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 = "rustdx-cmd" version = "0.4.2" authors = ["zjp "] build = "build.rs" exclude = [ "assets", "examples", "benches", "tests", "rustdx.log", "*.csv", "LICENSE-MIT", "rustfmt.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "受 pytdx 启发的 A 股数据获取库" readme = "README.md" license = "MIT" repository = "https://github.com/zjp-CN/rustdx" [lib] name = "rustdx_cmd" path = "src/lib.rs" [[bin]] name = "rustdx" path = "src/main.rs" [dependencies.argh] version = "0.1" [dependencies.calamine] version = "0.25" [dependencies.chrono] version = "0.4" [dependencies.csv] version = "1.1" [dependencies.env_logger] version = "0.11" [dependencies.eyre] version = "0.6" [dependencies.log] version = "0.4" [dependencies.rustdx] version = "0.4.0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.subprocess] version = "0.2" [dependencies.thiserror] version = "1" [dependencies.ureq] version = "2" features = ["rustls"] default-features = false