2026-05-20 18:21:05 +02:00
|
|
|
[package]
|
|
|
|
|
name = "obikindex"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2024"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2026-06-03 11:55:11 +02:00
|
|
|
obikseq = { path = "../obikseq" }
|
2026-08-20 13:33:56 +02:00
|
|
|
obikpartitionner = { path = "../obikpartitionner" }
|
2026-08-13 10:21:54 +02:00
|
|
|
obitaxonomy = { path = "../obitaxonomy" }
|
2026-05-20 18:21:05 +02:00
|
|
|
obiskio = { path = "../obiskio" }
|
2026-05-20 21:01:16 +02:00
|
|
|
obisys = { path = "../obisys" }
|
2026-05-21 11:47:35 +02:00
|
|
|
obicompactvec = { path = "../obicompactvec" }
|
|
|
|
|
obilayeredmap = { path = "../obilayeredmap" }
|
2026-08-19 20:18:46 +02:00
|
|
|
ndarray = "0.17"
|
2026-06-13 11:32:12 +02:00
|
|
|
rayon = "1"
|
|
|
|
|
crossbeam-channel = "0.5"
|
2026-05-20 18:21:05 +02:00
|
|
|
serde = { version = "1", features = ["derive"] }
|
|
|
|
|
serde_json = "1"
|
2026-08-19 20:18:46 +02:00
|
|
|
indicatif = "0.18"
|
2026-05-20 18:21:05 +02:00
|
|
|
tracing = "0.1.44"
|
2026-06-23 08:50:18 +02:00
|
|
|
hwlocality = { version = "1.0.0-alpha.11", features = ["vendored"], optional = true }
|
|
|
|
|
|
2026-08-10 14:56:44 +02:00
|
|
|
[dev-dependencies]
|
|
|
|
|
obiread = { path = "../obiread" }
|
|
|
|
|
tempfile = "3"
|
2026-08-11 19:35:54 +02:00
|
|
|
tracing-subscriber = { version = "0.3", features = ["fmt", "env-filter"] }
|
2026-08-19 19:17:14 +02:00
|
|
|
anyhow = "1"
|
2026-08-10 14:56:44 +02:00
|
|
|
|
2026-06-23 08:50:18 +02:00
|
|
|
[features]
|
|
|
|
|
default = ["numa"]
|
|
|
|
|
numa = ["hwlocality"]
|