formualizer-parse 1.0.0

High-performance Excel/OpenFormula tokenizer + parser with a stable AST surface
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 = "formualizer-parse"
version = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance Excel/OpenFormula tokenizer + parser with a stable AST surface"
homepage = "https://github.com/psu3d0/formualizer"
readme = "README.md"
keywords = [
    "excel",
    "formula",
    "parser",
    "openformula",
    "tokenizer",
]
categories = [
    "parser-implementations",
    "text-processing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/psu3d0/formualizer"
resolver = "2"

[features]
default = []
serde = [
    "dep:serde",
    "formualizer-common/serde",
]

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

[dependencies.formualizer-common]
version = "1.0.0"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]
optional = true

[dependencies.smallvec]
version = "1.13"