pmcp-workbook-runtime 0.1.0

Reader-free workbook IR + deterministic executor + writer-only .xlsx renderer
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 = "pmcp-workbook-runtime"
version = "0.1.0"
build = false
exclude = [
    ".planning/",
    ".pmat/",
    "fuzz/",
    "tests/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reader-free workbook IR + deterministic executor + writer-only .xlsx renderer"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/paiml/rust-mcp-sdk"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
embedded = ["dep:include_dir"]

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

[dependencies.hex]
version = "0.4"

[dependencies.include_dir]
version = "0.7.4"
optional = true

[dependencies.rust_xlsxwriter]
version = "0.95"
default-features = false

[dependencies.schemars]
version = "1.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.11"

[dependencies.thiserror]
version = "2"

[dev-dependencies.proptest]
version = "1"