exocortex-ingest 0.1.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.1.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"

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

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

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

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

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

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

[dependencies.blake3]
version = "1.5"

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

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

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

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

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

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

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

[dependencies.fastembed]
version = "3"
optional = true

[dependencies.futures]
version = "0.3"

[dependencies.hmac]
version = "0.12"

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

[dependencies.lru]
version = "0.12"

[dependencies.metrics]
version = "0.23"

[dependencies.once_cell]
version = "1"

[dependencies.prost]
version = "0.13"

[dependencies.regex]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

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

[dependencies.subtle]
version = "2"

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

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

[dependencies.tonic]
version = "0.12"
features = [
    "tls",
    "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"