# 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 = "oasysdb" version = "0.7.3" authors = [ "Edwin Kys", "Oasys", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Hybrid vector store with SQL integration & multi-index support." homepage = "https://docs.oasysdb.com" readme = "readme.md" keywords = [ "embedded", "vector", "database", "search", "anns", ] categories = [ "database", "algorithms", "embedded", ] license = "Apache-2.0" repository = "https://github.com/oasysai/oasysdb" [profile.release] opt-level = "z" lto = true codegen-units = 1 [lib] name = "oasysdb" path = "src/lib.rs" [[bin]] name = "oasysdb" path = "src/main.rs" [[example]] name = "measure_recall" path = "examples/measure_recall.rs" [dependencies.bincode] version = "1.3.3" [dependencies.futures] version = "0.3.30" [dependencies.half] version = "2.4.1" features = ["serde"] [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.10.0" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.120" [dependencies.simsimd] version = "4.4.0" optional = true [dependencies.sqlx] version = "0.8.0" features = [ "all-databases", "runtime-tokio", ] default-features = false [dependencies.tokio] version = "1.39.2" features = ["rt-multi-thread"] [dependencies.url] version = "2.5.2" [dependencies.uuid] version = "1.9.1" features = [ "v4", "fast-rng", "serde", ] [dev-dependencies.byteorder] version = "1.5.0" [dev-dependencies.curl] version = "0.4.44" [dev-dependencies.flate2] version = "1.0.30" [dev-dependencies.tar] version = "0.4.41" [features] default = ["simd"] simd = ["dep:simsimd"]