agent-spreadsheet 0.10.1

Stateless spreadsheet CLI for AI agents — read, profile, edit, and diff .xlsx workbooks from the command line
# 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 = "2024"
name = "agent-spreadsheet"
version = "0.10.1"
authors = ["Frankie Colson"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Stateless spreadsheet CLI for AI agents — read, profile, edit, and diff .xlsx workbooks from the command line"
homepage = "https://github.com/PSU3D0/spreadsheet-mcp"
readme = "README.md"
keywords = [
    "spreadsheet",
    "cli",
    "agent",
    "xlsx",
    "automation",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/PSU3D0/spreadsheet-mcp"
resolver = "2"

[[bin]]
name = "agent-spreadsheet"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.spreadsheet-mcp]
version = "0.10.1"

[dependencies.tokio]
version = "1.37"
features = [
    "macros",
    "rt",
]