[package] name = "obikselect" version = "0.1.0" edition = "2024" [dependencies] obikindex = { path = "../obikindex" } obikfilter = { path = "../obikfilter" } obikalgorithm = { path = "../obikalgorithm" } obicompactvec = { path = "../obicompactvec" } obisys = { path = "../obisys", default-features = false } tracing = "0.1.44"