# 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 = "sahomedb" version = "0.4.0" authors = [ "Elijah Obs", "Samson", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Fast embedded vector database with incremental HNSW indexing." homepage = "https://sahome.com/" readme = "readme.md" keywords = [ "embedded", "vector", "database", "hnsw", "ann", ] categories = [ "database", "algorithms", "embedded", ] license = "Apache-2.0" repository = "https://github.com/Sahomey-Technologies/sahomedb" [profile.release] opt-level = "z" lto = true codegen-units = 1 [lib] name = "sahomedb" crate-type = [ "lib", "cdylib", ] path = "src/lib.rs" [[bin]] name = "sahomedb" path = "src/main.rs" [[example]] name = "extract-metadata" path = "examples/extract-metadata.rs" [[example]] name = "measure-memory" path = "examples/measure-memory.rs" [[example]] name = "quickstart" path = "examples/quickstart.rs" [[bench]] name = "benchmark" path = "bench/main.rs" harness = false [dependencies.bincode] version = "1.3.3" [dependencies.ordered-float] version = "4.2.0" [dependencies.parking_lot] version = "0.12.1" [dependencies.pyo3] version = "0.20.2" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.8.0" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde-big-array] version = "0.5.1" [dependencies.sled] version = "0.34.7" [dev-dependencies.byteorder] version = "1.5.0" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.curl] version = "0.4.44" [dev-dependencies.flate2] version = "1.0.28" [dev-dependencies.jemalloc-ctl] version = "0.5.4" [dev-dependencies.jemallocator] version = "0.5.4" [dev-dependencies.tar] version = "0.4.40" [dev-dependencies.tokio] version = "1.5.0" features = ["rt-multi-thread"]