excel-cli 1.3.2

Excel CLI for AI, scripting, and terminal users. Headless JSON API for automation, plus a Vim-like TUI for interactive browsing and editing.
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-cli"
version = "1.3.2"
build = false
exclude = [
    "/tests",
    "/.github",
    "AGENTS.md",
    "CHANGELOG.md",
    ".gitignore",
    "CONTRIBUTING.md",
    "README_zh.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Excel CLI for AI, scripting, and terminal users. Headless JSON API for automation, plus a Vim-like TUI for interactive browsing and editing."
readme = "README.md"
keywords = [
    "excel",
    "cli",
    "ai",
    "tui",
    "spreadsheet",
]
categories = [
    "command-line-interface",
    "command-line-utilities",
    "development-tools",
    "parsing",
]
license = "MIT"
repository = "https://github.com/fuhan666/excel-cli"

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

[[bin]]
name = "excel-cli"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.79"

[dependencies.calamine]
version = "0.34.0"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "4.5.0"
features = ["derive"]

[dependencies.crossterm]
version = "0.28.1"

[dependencies.indexmap]
version = "2.0"
features = ["serde"]

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

[dependencies.ratatui]
version = "0.29.0"

[dependencies.regex]
version = "1"

[dependencies.rust_xlsxwriter]
version = "0.94.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tui-textarea]
version = "0.7.0"

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

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
strip = true