elixcee 0.33.0

Emulate and execute Excel VBA macros at high speed — without Microsoft Excel
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 = "2024"
name = "elixcee"
version = "0.33.0"
authors = ["kent-tokyo <kent-tokyo@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Emulate and execute Excel VBA macros at high speed — without Microsoft Excel"
homepage = "https://github.com/kent-tokyo/elixcee"
readme = "README.md"
keywords = [
    "excel",
    "vba",
    "macro",
    "spreadsheet",
    "python",
]
categories = [
    "simulation",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/kent-tokyo/elixcee"

[features]
python = [
    "dep:pyo3",
    "pyo3/extension-module",
]

[lib]
name = "elixcee"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[bin]]
name = "elixcee"
path = "src/main.rs"

[[test]]
name = "blackbox"
path = "tests/blackbox.rs"

[[test]]
name = "cli_check"
path = "tests/cli_check.rs"

[[test]]
name = "cli_diagnose"
path = "tests/cli_diagnose.rs"

[[test]]
name = "cli_diagnose_workbook"
path = "tests/cli_diagnose_workbook.rs"

[[test]]
name = "cli_json"
path = "tests/cli_json.rs"

[[test]]
name = "cli_snapshot"
path = "tests/cli_snapshot.rs"

[[test]]
name = "cli_test_workbook"
path = "tests/cli_test_workbook.rs"

[[test]]
name = "cli_version"
path = "tests/cli_version.rs"

[[test]]
name = "prop_tests"
path = "tests/prop_tests.rs"

[[test]]
name = "xlsx_roundtrip"
path = "tests/xlsx_roundtrip.rs"

[[bench]]
name = "vm_bench"
path = "benches/vm_bench.rs"
harness = false

[dependencies.elixcee-types]
version = "0.4.0"

[dependencies.pyo3]
version = "0.29.0"
optional = true

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

[dev-dependencies.calamine]
version = "0.36"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

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

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

[dev-dependencies.toml]
version = "0.8"

[profile.wasm-release]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"
inherits = "release"
strip = true