[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"