25 lines
515 B
TOML
25 lines
515 B
TOML
[package]
|
|
name = "libsvld"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[lib]
|
|
crate-type = ["lib"]
|
|
bench = false
|
|
|
|
[dependencies]
|
|
can-dbc = "9.1"
|
|
bytes = "1.11"
|
|
memmap2 = "0.9"
|
|
memchr = "2.8"
|
|
hashbrown = { version = "0.17", features = ["rayon"] }
|
|
bitvec = "1.0"
|
|
byteorder = "1.5"
|
|
page_size = "0.6"
|
|
positioned-io = "0.3"
|
|
atoi_simd = "0.18"
|
|
voracious_radix_sort = { version = "1.2", features = ["voracious_multithread"] }
|
|
rayon = "1.12"
|
|
chrono = { version = "0.4", default-features = false, features = ["std"] }
|
|
logos = "0.16"
|