sheetkit-core 0.4.0

Core library for reading and writing Excel (.xlsx) files
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 = "sheetkit-core"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library for reading and writing Excel (.xlsx) files"
homepage = "https://github.com/Nebu1eto/sheetkit"
readme = "README.md"
keywords = [
    "excel",
    "xlsx",
    "spreadsheet",
    "ooxml",
]
categories = [
    "parser-implementations",
    "encoding",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Nebu1eto/sheetkit"

[features]
encryption = [
    "aes",
    "cbc",
    "ecb",
    "sha1",
    "sha2",
    "hmac",
    "rand",
    "base64",
]

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

[dependencies.aes]
version = "0.8"
optional = true

[dependencies.base64]
version = "0.22"
optional = true

[dependencies.cbc]
version = "0.1"
optional = true

[dependencies.cfb]
version = "0.10"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.dashmap]
version = "6"

[dependencies.ecb]
version = "0.1"
optional = true

[dependencies.hmac]
version = "0.12"
optional = true

[dependencies.nom]
version = "7.1"

[dependencies.quick-xml]
version = "0.36"
features = [
    "serialize",
    "overlapped-lists",
]

[dependencies.rand]
version = "0.8"
optional = true

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

[dependencies.sha1]
version = "0.10"
optional = true

[dependencies.sha2]
version = "0.10"
optional = true

[dependencies.sheetkit-xml]
version = "0.4.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.uuid]
version = "1"
features = ["v4"]

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

[dev-dependencies.pretty_assertions]
version = "1.4"

[dev-dependencies.tempfile]
version = "3.10"