# 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 = "xlsx_batch_reader" version = "0.3.2" description = "An Excel file(xlsx/xlsm) reader by batches, in pure Rust." readme = "README.md" keywords = [ "excel", "xlsx", "batch", "reader", ] license = "MIT" repository = "https://github.com/sone92cn/xlsx_batch_reader" [package.metadata.docs.rs] all-features = true features = [ "cached", "xlsxwriter", ] rustdoc-args = [ "--cfg", "docsrs", ] [profile.dev] opt-level = 1 codegen-units = 256 debug = 2 overflow-checks = false incremental = true [profile.release] opt-level = 3 lto = "thin" codegen-units = 16 debug = 0 overflow-checks = true incremental = false strip = true [dependencies.anyhow] version = "1.0.75" [dependencies.chrono] version = "0.4.35" [dependencies.lazy_static] version = "1.4.0" [dependencies.quick-xml] version = "0.27.1" [dependencies.rust_xlsxwriter] version = "0.76.0" features = [ "zlib", "chrono", ] optional = true [dependencies.zip] version = "0.6.4" [features] cached = [] default = [] full = [ "cached", "xlsxwriter", ] xlsxwriter = ["rust_xlsxwriter"]