excelize-rs 0.1.8

Rust language library for reading and writing Microsoft Excel (XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets
Documentation
# 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 = "2024"
name = "excelize-rs"
version = "0.1.8"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust language library for reading and writing Microsoft Excel (XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets"
homepage = "https://github.com/sushiduli/excelize-rs"
readme = "README.md"
keywords = [
    "excel",
    "xlsx",
    "spreadsheet",
    "office",
    "vba",
]
categories = [
    "data-structures",
    "encoding",
    "parser-implementations",
]
license = "BSD-3-Clause"
repository = "https://github.com/sushiduli/excelize-rs"

[lib]
name = "excelize_rs"
path = "src/lib.rs"

[dependencies.aes]
version = "0.8"

[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.22"

[dependencies.cfb]
version = "0.10"

[dependencies.chrono]
version = "0.4"

[dependencies.dashmap]
version = "6.1"

[dependencies.digest]
version = "0.10"

[dependencies.image]
version = "0.25"

[dependencies.libm]
version = "0.2"

[dependencies.md-5]
version = "0.10"

[dependencies.md4]
version = "0.10"

[dependencies.num-complex]
version = "0.4"

[dependencies.quick-xml]
version = "0.37"
features = ["serialize"]

[dependencies.rand]
version = "0.8"

[dependencies.regex]
version = "1.11"

[dependencies.ripemd]
version = "0.1"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.sha1]
version = "0.10"

[dependencies.sha2]
version = "0.10"

[dependencies.statrs]
version = "0.18"

[dependencies.thiserror]
version = "2.0"

[dependencies.zip]
version = "2"