lance-context 0.4.1

Multimodal, versioned context storage for agentic workflows
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 = "lance-context"
version = "0.4.1"
authors = ["Lance Devs <dev@lancedb.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Multimodal, versioned context storage for agentic workflows"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/lancedb/lance-context"

[features]
default = []
remote = ["lance-context-client"]

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

[dependencies.lance-context-api]
version = "0.4.1"

[dependencies.lance-context-client]
version = "0.4.1"
optional = true

[dependencies.lance-context-core]
version = "0.4.1"

[dependencies.serde_json]
version = "1"