sqlite-vec 0.1.7-alpha.8

FFI bindings to the sqlite-vec SQLite extension
Documentation
# 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 = "sqlite-vec"
version = "0.1.7-alpha.8"
authors = ["Alex Garcia <alexsebastian.garcia@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FFI bindings to the sqlite-vec SQLite extension"
homepage = "https://github.com/asg017/sqlite-vec"
readme = false
keywords = [
    "sqlite",
    "sqlite-extension",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/asg017/sqlite-vec"

[lib]
name = "sqlite_vec"
path = "src/lib.rs"

[dependencies]

[dev-dependencies.rusqlite]
version = "0.31.0"

[build-dependencies.cc]
version = "1.0"