# 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] name = "umya-spreadsheet" version = "2.1.2" authors = ["MathNya "] description = "umya-spreadsheet is a library written in pure Rust to read and write xlsx file." readme = "README.md" keywords = [ "excel", "spreadsheet", "xlsx", "reader", "writer", ] license = "MIT" repository = "https://github.com/MathNya/umya-spreadsheet" [lib] doctest = false [dependencies.aes] version = "0.8.3" [dependencies.ahash] version = "0.8.7" [dependencies.base64] version = "0.22.1" [dependencies.byteorder] version = "1.5" [dependencies.cbc] version = "0.1.2" [dependencies.cfb] version = "0.10.0" [dependencies.chrono] version = "0.4.31" features = ["clock"] default-features = false [dependencies.encoding_rs] version = "0.8.33" [dependencies.fancy-regex] version = "0.13.0" [dependencies.getrandom] version = "0.2.14" [dependencies.hashbrown] version = "0.14.3" [dependencies.hmac] version = "0.12.1" [dependencies.html_parser] version = "0.7.0" [dependencies.image] version = "0.25.0" optional = true [dependencies.lazy_static] version = "1.4.0" [dependencies.md-5] version = "0.10.6" [dependencies.quick-xml] version = "0.35.0" features = ["serialize"] [dependencies.regex] version = "1.10.2" [dependencies.sha2] version = "0.10.8" [dependencies.thousands] version = "0.2.0" [dependencies.zip] version = "1.1.4" features = ["deflate"] default-features = false [features] default = ["image"] js = ["getrandom/js"]