# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "seismic" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Seismic is designed for effective and efficient KNN retrieval over learned sparse embeddings." readme = "README.md" license = "MIT" license-file = "LICENSE.md" repository = "https://github.com/TusKANNy/seismic" [profile.release] opt-level = 3 lto = true debug = 2 [lib] name = "seismic" crate-type = [ "cdylib", "lib", ] path = "src/lib.rs" [[bin]] name = "build_inverted_index" path = "src/bin/build_inverted_index.rs" [[bin]] name = "generate_groundtrouth" path = "src/bin/generate_groundtrouth.rs" [[bin]] name = "perf_inverted_index" path = "src/bin/perf_inverted_index.rs" [dependencies.bincode] version = "1.3.3" [dependencies.clap] version = "4.3.19" features = ["derive"] [dependencies.half] version = "2.3.1" features = [ "serde", "std", "num-traits", ] [dependencies.indicatif] version = "0.17.8" features = ["rayon"] [dependencies.itertools] version = "0.12.0" [dependencies.num-traits] version = "0.2.17" [dependencies.numpy] version = "0.19.0" [dependencies.pyo3] version = "0.19.2" features = ["extension-module"] [dependencies.qwt] version = "0.2.0" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.8.0" [dependencies.serde] version = "1.0" features = ["derive"] [features] default = ["prefetch"] prefetch = []