ijima-core 0.2.1

Core schema, stores, error types, and API contract for the Ijima centralized agentic memory backend
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 = "ijima-core"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core schema, stores, error types, and API contract for the Ijima centralized agentic memory backend"
homepage = "https://github.com/Industrial-Algebra/Ijima"
readme = "README.md"
keywords = [
    "memory",
    "agent-memory",
    "knowledge-graph",
    "llm",
    "embeddings",
]
categories = [
    "database",
    "api-bindings",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/Industrial-Algebra/Ijima"
resolver = "2"

[features]
default = ["std"]
federation = [
    "serde",
    "dep:serde_json",
]
serde = ["dep:serde"]
std = []

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

[dependencies.async-trait]
version = "0.1"

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

[dependencies.serde_json]
version = "1"
optional = true

[dependencies.thiserror]
version = "2"

[dev-dependencies]