Skip to content
Open
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 @@ -107,7 +107,7 @@ memchr = "2.7" # SIMD-accelerated string searching for fast byte pattern matchin
num-complex = { version = "0.4", optional = true } # Complex number arithmetic for engineering functions
once_cell = "1" # Lazy statics and one-time initialization for global state
parking_lot = { version = "0.12", features = ["hardware-lock-elision"] } # Lock-free synchronization primitives for concurrent programming
phf = { version = "0.13", features = ["macros"] } # Perfect hash functions for compile-time static maps
phf = { version = "0.14", features = ["macros"] } # Perfect hash functions for compile-time static maps
plist = { version = "1", optional = true } # Property list parser for iWork metadata and indexes
prost = { version = "0.14", features = ["derive"], optional = true } # Protocol Buffers implementation for iWork archive structures
prost-types = { version = "0.14", optional = true } # Well-known Protocol Buffer types used by iWork
Expand Down
Loading