-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_unused.toml
More file actions
17 lines (14 loc) · 832 Bytes
/
_unused.toml
File metadata and controls
17 lines (14 loc) · 832 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# SPDX-FileCopyrightText: 2025 Knitli Inc. <knitli@knit.li>
# SPDX-FileContributor: Adam Poulemanos <adam@knit.li>
#
# SPDX-License-Identifier: MIT OR Apache-2.0
# fmmap = { version = "0.4.0", features = ["tokio"] } # memory map for handling large files efficiently
# ignore = { version = "0.4.23", features = ["simd-accel"] } # gitignore
# rapidhash = { version = "1.4.0", features = ["std"] } # fast hashing for content addressing
# rayon = { version = "1.10.0", features = ["std"] }
# lasso
# serde = { version = "1.0.219", features = ["derive"] }
# serde_json = "1.0.140"
# tokio = { version = "1.46.0", features = ["fs", "io-std", "io-util"], default-features = false}
# zerocopy = { version = "0.8.26", features = ["alloc", "simd"] }
# zerocopy-derive = "0.8.26" # included in zerocopy but separated for faster compilation