veclite-core 1.1.1

Core query and execution engine for VecLite
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 = "veclite-core"
version = "1.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core query and execution engine for VecLite"
homepage = "https://github.com/rithulkamesh/veclite"
documentation = "https://docs.rs/veclite-db"
readme = "README.md"
license = "MIT"
repository = "https://github.com/rithulkamesh/veclite"

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

[[test]]
name = "basic"
path = "tests/basic.rs"

[dependencies.rayon]
version = "1.10"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.veclite-index]
version = "1.1.1"

[dependencies.veclite-storage]
version = "1.1.1"