# 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 = "cedar-db" version = "0.1.0" authors = [ "Tirth Jain ", "Ayush Singh Bhandari", ] description = "In memory vector database for semantic search in Rust" readme = "README.md" license-file = "LICENSE.md" repository = "https://github.com/hedonhermdev" [[bench]] name = "bench" harness = false [dependencies.derive_builder] version = "0.12.0" [dependencies.duckdb] version = "0.7.1" features = ["serde_json"] [dependencies.hnsw_rs] version = "0.1.19" [dependencies.reqwest] version = "0.11.18" features = ["json"] [dependencies.rust-bert] version = "0.21.0" [dependencies.serde] version = "1.0.164" [dependencies.serde_json] version = "1.0.96" [dependencies.snafu] version = "0.7.4" [dependencies.tch] version = "0.13" [dependencies.thiserror] version = "1.0.40" [dependencies.typenum] version = "1.16.0" [dependencies.uuid] version = "1.3.2" features = [ "v4", "fast-rng", ] [dev-dependencies.criterion] version = "0.4.0"