Files
svld/libsvld/Cargo.toml
T
2026-05-18 17:26:34 +02:00

28 lines
608 B
TOML

[package]
name = "libsvld"
version = "0.1.0"
edition = "2024"
[lib]
crate-type = ["lib"]
bench = false
[dependencies]
can-dbc = "9.1.0"
codegen = "0.3.0"
dbc-codegen = "0.3.0"
nom = "8.0.0"
bytes = "1.11.1"
memmap2 = "0.9.10"
memchr = "2.8.0"
crossbeam-channel = "0.5.15"
hashbrown = { version = "0.17.1", features = ["rayon"] }
bitvec = "1.0.1"
byteorder = "1.5.0"
page_size = "0.6.0"
positioned-io = "0.3.5"
atoi_simd = "0.18.1"
voracious_radix_sort = { version = "1.2.0", features = ["voracious_multithread"] }
rayon = "1.12.0"
chrono = { version = "0.4", default-features = false, features = ["std"] }