rust-excel-core 0.1.0

Read, write, and modify Excel (.xlsx) files — combines calamine, rust_xlsxwriter, and umya-spreadsheet for best-in-class performance
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 = "2021"
name = "rust-excel-core"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Read, write, and modify Excel (.xlsx) files — combines calamine, rust_xlsxwriter, and umya-spreadsheet for best-in-class performance"
readme = "README.md"
keywords = [
    "excel",
    "xlsx",
    "spreadsheet",
    "calamine",
    "xlsxwriter",
]
categories = [
    "parser-implementations",
    "encoding",
]
license = "MIT"
repository = "https://github.com/dotdon/Rust-Excel"

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

[[bench]]
name = "performance"
path = "benches/performance.rs"
harness = false

[dependencies.calamine]
version = "0.26"

[dependencies.rust_xlsxwriter]
version = "0.79"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.umya-spreadsheet]
version = "2.3"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]