Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ eval_engine_web_functions = [
aes = { version = "0.8", optional = true } # AES block cipher for OOXML file encryption
aho-corasick = "1.1" # Fast string searching for fast byte pattern matching
allsorts = { version = "0.16", optional = true } # Font subsetting and layout
atoi_simd = "0.17" # SIMD-optimized conversion of byte slices to integers
atoi_simd = "0.18" # SIMD-optimized conversion of byte slices to integers
base64 = "0.22" # Base64 encoding/decoding for embedded binary data in XML
bitflags = { version = "2.10", features = ["std", "serde"] } # Bit flags for efficient flag combinations
bumpalo = { version = "3", features = ["collections"], optional = true } # Fast bump allocator for temporary formula parsing data
Expand Down
Loading