40 lines
1.2 KiB
TOML
40 lines
1.2 KiB
TOML
[package]
|
|
name = "obikindex"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
obikseq = { path = "../obikseq" }
|
|
obitaxonomy = { path = "../obitaxonomy" }
|
|
obiskio = { path = "../obiskio" }
|
|
obisys = { path = "../obisys" }
|
|
obicompactvec = { path = "../obicompactvec" }
|
|
obidebruinj = { path = "../obidebruinj" }
|
|
obipipeline = { path = "../obipipeline" }
|
|
obikentropy = { path = "../obikentropy" }
|
|
cacheline-ef = "1.1"
|
|
epserde = "0.8"
|
|
ptr_hash = "1.1"
|
|
niffler = "3.0.0"
|
|
memmap2 = "0.9.10"
|
|
ndarray = "0.17"
|
|
rayon = "1"
|
|
crossbeam-channel = "0.5"
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
indicatif = "0.18"
|
|
tracing = "0.1.44"
|
|
bitvec = "1"
|
|
hwlocality = { version = "1.0.0-alpha.11", features = ["vendored"], optional = true }
|
|
|
|
[dev-dependencies]
|
|
obiread = { path = "../obiread" }
|
|
obikseq = { path = "../obikseq", features = ["test-utils"] }
|
|
tempfile = "3"
|
|
tracing-subscriber = { version = "0.3", features = ["fmt", "env-filter"] }
|
|
anyhow = "1"
|
|
|
|
[features]
|
|
default = ["numa"]
|
|
numa = ["hwlocality"]
|