wolfxl-core 0.8.0

Pure-Rust reader for xlsx/xls/xlsb/ods/csv with Excel number-format-aware cell rendering. Backs the wolfxl-cli previewer.
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 = "wolfxl-core"
version = "0.8.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure-Rust reader for xlsx/xls/xlsb/ods/csv with Excel number-format-aware cell rendering. Backs the wolfxl-cli previewer."
readme = "README.md"
keywords = [
    "xlsx",
    "excel",
    "spreadsheet",
    "calamine",
    "csv",
]
categories = [
    "parser-implementations",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/SynthGL/wolfxl"

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

[[test]]
name = "integration_real_xlsx"
path = "tests/integration_real_xlsx.rs"

[[test]]
name = "multi_format"
path = "tests/multi_format.rs"

[[test]]
name = "styles_walker"
path = "tests/styles_walker.rs"

[dependencies.calamine-styles]
version = "0.1"
features = ["dates"]

[dependencies.chrono]
version = "0.4"

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

[dependencies.zip]
version = "2"
features = ["deflate"]
default-features = false