# 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 = "sqlvec" version = "0.0.2" authors = ["Owen Friedman <5-pebble@protonmail.com>"] description = "A generic container for vectors allowing for rusqlite operations" homepage = "https://github.com/5-pebbles/sqlvec" readme = "README.md" keywords = [ "rusqlite", "sqlite", "vec", "container", "wrapper", ] license = "GPL-3.0" repository = "https://github.com/5-pebbles/sqlvec" [dependencies.rusqlite] version = ">=0.27,<=0.30" [dependencies.serde] version = "1.0.196" features = ["derive"] optional = true [features] serde = ["dep:serde"]