exocortex-ingest 0.4.0

Exocortex ingestion service: HMAC-authenticated batches through fingerprint, ceiling, and triple validation, with server-side entity extraction and embeddings.
# 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 = "exocortex-ingest"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Exocortex ingestion service: HMAC-authenticated batches through fingerprint, ceiling, and triple validation, with server-side entity extraction and embeddings."
readme = false
license = "AGPL-3.0-or-later"
repository = "https://github.com/memory-graph/exocortex"

[features]
fastembed = [
    "dep:fastembed",
    "dep:image",
]

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.blake3]
version = "1.5"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.exocortex-cache]
version = "0.4.0"

[dependencies.exocortex-dreams]
version = "0.4.0"

[dependencies.exocortex-kernel]
version = "0.4.0"

[dependencies.exocortex-pack-dev-v1]
version = "0.4.0"

[dependencies.exocortex-reasoning]
version = "0.4.0"

[dependencies.exocortex-storage]
version = "0.4.0"

[dependencies.exocortex-wire]
version = "0.4.0"

[dependencies.fastembed]
version = "=5.2.0"
features = ["ort-download-binaries"]
optional = true
default-features = false

[dependencies.futures]
version = "0.3"

[dependencies.image]
version = "=0.25.5"
optional = true

[dependencies.lasso]
version = "0.7"
features = ["multi-threaded"]

[dependencies.lru]
version = "0.12"

[dependencies.metrics]
version = "0.24"

[dependencies.once_cell]
version = "1"

[dependencies.prost]
version = "0.13"

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.smol_str]
version = "0.3"
features = ["serde"]

[dependencies.tokio]
version = "1.40"
features = ["full"]

[dependencies.tokio-stream]
version = "0.1"

[dependencies.tonic]
version = "0.12"
features = [
    "tls",
    "tls-native-roots",
    "gzip",
]

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "v7",
    "serde",
]

[dev-dependencies.blake3]
version = "1.5"

[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.prost]
version = "0.13"

[dev-dependencies.tokio]
version = "1.40"
features = [
    "full",
    "test-util",
]