# 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 = "swiftide-pgvector" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library to use pgvector with Swiftide." homepage = "https://github.com/tyr-rust-bootcamp/aicomm" documentation = "https://docs.rs/swiftide-pgvector" readme = "README.md" keywords = [ "pgvector", "postgres", "database", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/tyr-rust-bootcamp/aicomm" [lib] name = "swiftide_pgvector" path = "src/lib.rs" [[example]] name = "indexer" path = "examples/indexer.rs" [[example]] name = "retriever" path = "examples/retriever.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.async-trait] version = "0.1.83" [dependencies.derive_builder] version = "0.20.2" [dependencies.pgvector] version = "0.4.0" features = ["sqlx"] [dependencies.serde_json] version = "1.0.128" [dependencies.sqlx] version = "0.8.2" features = [ "postgres", "uuid", ] [dependencies.swiftide-core] version = "0.13.3" [dependencies.tracing] version = "0.1.40" [dev-dependencies.sqlx] version = "0.8.2" features = [ "postgres", "runtime-tokio", "tls-rustls", ] [dev-dependencies.swiftide] version = "0.13.3" features = [ "tree-sitter", "openai", ] [dev-dependencies.tokio] version = "1.40.0" features = [ "rt", "rt-multi-thread", "macros", ] [dev-dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"]