lance-context-core 0.2.4

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-core"
version = "0.2.4"
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"
keywords = [
    "context",
    "multimodal",
    "lance",
    "agents",
    "storage",
]
categories = [
    "database",
    "data-structures",
    "science",
]
license = "Apache-2.0"
repository = "https://github.com/lancedb/lance-context"

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

[dependencies.arrow-array]
version = "56.2.0"

[dependencies.arrow-ipc]
version = "56.2.0"

[dependencies.arrow-schema]
version = "56.2.0"

[dependencies.chrono]
version = "0.4"
features = ["clock"]
default-features = false

[dependencies.futures]
version = "0.3"

[dependencies.lance]
version = "1.0.0"

[dependencies.lance-graph]
version = "0.4.0"

[dependencies.lance-namespace]
version = "1.0.1"

[dependencies.lancedb]
version = "0.23.1"

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

[dependencies.tokio]
version = "1"
features = [
    "sync",
    "time",
]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tokio]
version = "1"
features = ["rt-multi-thread"]