excel-rs 1.0.0

A fast, low-allocation Rust library for writing XLSX (Excel) 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 = "excel-rs"
version = "1.0.0"
authors = ["Carl Voller"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast, low-allocation Rust library for writing XLSX (Excel) files."
homepage = "https://github.com/carlvoller/excel-rs"
readme = "README.md"
keywords = [
    "xlsx",
    "excel",
    "spreadsheet",
    "csv",
    "ooxml",
]
categories = [
    "encoding",
    "parser-implementations",
]
license = "MIT"
repository = "https://github.com/carlvoller/excel-rs"

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

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

[dependencies.zip]
version = "4.6.1"
features = [
    "deflate-flate2",
    "deflate-flate2-zlib-rs",
]
default-features = false