sqlrite-sdk-core 1.0.2

Shared protocol contracts for SQLRite SDKs
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 = "2024"
name = "sqlrite-sdk-core"
version = "1.0.2"
authors = ["James Karanja Maina <james.karanja@zavora.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared protocol contracts for SQLRite SDKs"
homepage = "https://github.com/zavora-ai/SQLRite"
documentation = "https://docs.rs/sqlrite-sdk-core"
readme = "README.md"
keywords = [
    "sdk",
    "rag",
    "sqlite",
    "retrieval",
    "ai-agents",
]
categories = [
    "api-bindings",
    "database",
]
license = "MIT"
repository = "https://github.com/zavora-ai/SQLRite"

[package.metadata.sqlrite]
company = "Zavora Technologies Ltd"

[package.metadata.docs.rs]
all-features = true

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"