# 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" version = "0.4.2" authors = ["zjp "] build = false exclude = [ "assets", "examples", "benches", "tests", "old", "tests-integration", "CHANGELOG.md", "*.csv", "*.log", ".github", ".gitignore", "rustfmt.toml", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "受 pytdx 启发的 A 股数据获取库" readme = "README.md" license = "MIT" repository = "https://github.com/zjp-CN/rustdx" [package.metadata.docs.rs] all-features = true [profile.bench] opt-level = 3 lto = true [profile.release] opt-level = 3 lto = true [profile.test] opt-level = 3 [lib] name = "rustdx" path = "src/lib.rs" [dependencies.chrono] version = "0.4" [dependencies.encoding_rs] version = "0.8" features = ["fast-gb-hanzi-encode"] [dependencies.lazy_static] version = "1" [dependencies.log] version = "0.4" [dependencies.miniz_oxide] version = "0.8" [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "1" [dev-dependencies.csv] version = "1" [dev-dependencies.insta] version = "1" [features] default = [] docsrs = []