# 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 = "vectus" version = "0.1.38" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A vector database implemented in Rust for learning purposes." readme = "README.md" license = "MIT" repository = "https://gitlab.com/GsnMithra/vectus" [lib] name = "vectus" path = "src/lib.rs" [[bin]] name = "vectus" path = "src/main.rs" [dependencies.async-openai] version = "0.25.0" [dependencies.ndarray] version = "0.16.1" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.text-splitter] version = "0.18.1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.uuid] version = "1.11.0" features = [ "v4", "fast-rng", "macro-diagnostics", "serde", ]