[]
= "tinyquant-pgvector"
= "pgvector search backend for TinyQuant."
= true
= true
= true
= true
= true
[]
= { = true }
= { = true }
= { = true }
# postgres is optional: only compiled when live-db feature is enabled.
# postgres = "0.19" requires getrandom 0.4 which requires Rust edition 2024
# (incompatible with the workspace MSRV of 1.81). Wire it in only when
# explicitly opted-in via the live-db feature.
= { = true, = true }
[]
[]
= []
# Enable the real postgres::Client integration. Requires Rust > 1.81 due to
# transitive edition2024 dependency in getrandom 0.4.
= ["dep:postgres"]
# Integration tests via testcontainers (implies live-db).
= ["live-db"]