rxlsb 0.3.0

Pure Rust XLSB (Excel Binary Workbook) reader/writer library
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 = "rxlsb"
version = "0.3.0"
authors = ["HellyGuo <hellyguo@foxmail.com>"]
build = false
exclude = [
    "tests",
    "test_data",
    "benches",
    "examples",
    ".vscode",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure Rust XLSB (Excel Binary Workbook) reader/writer library"
homepage = "https://itcraft.cn/rxlsb/"
documentation = "https://docs.rs/crate/rxlsb/latest"
readme = "README.md"
keywords = [
    "wps",
    "office",
    "spreadsheet",
    "excel",
    "xlsb",
]
categories = ["text-processing"]
license = "Apache-2.0"
repository = "https://github.com/itcraft-cn/rxlsb"

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

[dependencies.bytes]
version = "1.5"

[dependencies.chrono]
version = "0.4"

[dependencies.once_cell]
version = "1.19"

[dependencies.thiserror]
version = "1.0"

[dependencies.zip]
version = "0.6"

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