visi-core 0.2.2

Embeddable spreadsheet engine: Excel formula compilation and evaluation, dependency-tracked recalculation, and .xlsx import/export
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"
rust-version = "1.88"
name = "visi-core"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Embeddable spreadsheet engine: Excel formula compilation and evaluation, dependency-tracked recalculation, and .xlsx import/export"
homepage = "https://github.com/albert-yu/visi"
documentation = "https://docs.rs/visi-core"
readme = "README.md"
keywords = [
    "excel",
    "xlsx",
    "spreadsheet",
    "formula",
    "ooxml",
]
categories = [
    "parser-implementations",
    "encoding",
    "data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/albert-yu/visi"
resolver = "2"

[features]
default = []
wasm = ["getrandom/js"]

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

[[example]]
name = "dump_vba_fuzz_seeds"
path = "examples/dump_vba_fuzz_seeds.rs"

[dependencies.calamine]
version = "0.36"

[dependencies.cfb]
version = "0.14"

[dependencies.getrandom]
version = "0.2"

[dependencies.libm]
version = "0.2"

[dependencies.log]
version = "0.4"

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

[dependencies.rand]
version = "0.8"

[dependencies.regex]
version = "1"

[dependencies.rust_xlsxwriter]
version = "0.98"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.web-time]
version = "1.1"

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

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