eidetic-engine 0.15.2

Durable, local-first, explainable memory for coding agents.
# 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 = "eidetic-engine"
version = "0.15.2"
build = false
include = [
    "/src/**",
    "/docs/schemas/**",
    "/tests/fixtures/swarm_scale/workloads.json",
    "/Cargo.toml",
    "/Cargo.lock",
    "/README.md",
    "/LICENSE",
    "/CHANGELOG.md",
    "!tests/artifacts/*",
    "!.beads.snapshot_*",
    "!.beads.snapshot_*/*",
    "!FINAL_AUDIT_REPORT",
    "!FINAL_AUDIT_REPORT.*",
    "!.audit_log",
    "!.audit_log/*",
    "!*.audit_log",
    "!.*-report.json",
    "!perf-target/*",
    "!perf.data",
    "!*.profraw",
    "!*.json,bak",
    "!tmp/*",
    "!temp/*",
    "!.tmp/*",
    "!.temp/*",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "ee"
description = "Durable, local-first, explainable memory for coding agents."
homepage = "https://github.com/Dicklesworthstone/eidetic_engine_cli"
documentation = "https://docs.rs/eidetic-engine"
readme = "README.md"
keywords = [
    "memory",
    "agents",
    "cli",
    "local-first",
    "search",
]
categories = [
    "command-line-utilities",
    "database",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/Dicklesworthstone/eidetic_engine_cli"

[features]
default = [
    "fts5",
    "json",
    "embed-fast",
    "lexical-bm25",
    "graph",
]
differential-networkx = []
embed-fast = [
    "frankensearch/model2vec",
    "frankensearch/download",
]
fts5 = ["frankensearch/fts5"]
graph = []
json = []
lexical-bm25 = ["frankensearch/lexical-tantivy"]
mcp = []
science-analytics = []
serve = []

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

[[bin]]
name = "ee"
path = "src/main.rs"

[dependencies.arc-swap]
version = "=1.9.2"

[dependencies.asupersync]
version = "=0.5.0"
features = ["tracing-integration"]
default-features = false

[dependencies.base64]
version = "0.23.1"
features = ["std"]
default-features = false

[dependencies.blake3]
version = "1.5"

[dependencies.chrono]
version = "0.4.45"
features = [
    "clock",
    "std",
]
default-features = false

[dependencies.clap]
version = "4.6.1"
features = ["derive"]

[dependencies.clap_complete]
version = "4.6.1"

[dependencies.crossbeam-queue]
version = "0.3.14"

[dependencies.determinism]
version = "0.1.0"
package = "ee-determinism"

[dependencies.ed25519-dalek]
version = "=3.0.0"
features = [
    "fast",
    "zeroize",
]
default-features = false

[dependencies.fnx-algorithms]
version = "0.3.0"

[dependencies.fnx-classes]
version = "0.3.0"

[dependencies.fnx-runtime]
version = "0.3.0"
features = ["asupersync-integration"]
default-features = false

[dependencies.franken-agent-detection]
version = "=0.2.3"
default-features = false

[dependencies.frankensearch]
version = "0.6.0"
features = [
    "hash",
    "storage",
    "model2vec",
    "download",
    "rerank",
    "native",
]
default-features = false

[dependencies.fs4]
version = "1.1.0"
features = ["sync"]
default-features = false

[dependencies.fsqlite]
version = "0.4.1"
features = ["json"]
default-features = false

[dependencies.getrandom]
version = "0.4.2"

[dependencies.libc]
version = "0.2"

[dependencies.regex-lite]
version = "0.1"

[dependencies.ring]
version = "0.17"

[dependencies.roaring]
version = "0.11.4"

[dependencies.rustix]
version = "1.1.4"
features = [
    "fs",
    "net",
    "process",
]

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

[dependencies.serde_json]
version = "1.0.149"
features = [
    "arbitrary_precision",
    "preserve_order",
]

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.sha2]
version = "0.11.0"

[dependencies.signal-hook]
version = "0.4"

[dependencies.sqlmodel-core]
version = "0.5.0"

[dependencies.sqlmodel-frankensqlite]
version = "0.5.0"

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

[dependencies.tempfile]
version = "3.27.0"

[dependencies.tiktoken-rs]
version = "0.12.0"
default-features = false

[dependencies.toml_edit]
version = "0.25.15"
features = [
    "parse",
    "display",
]
default-features = false

[dependencies.toon]
version = "=0.2.4"
default-features = false
package = "tru"

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.23"
features = [
    "env-filter",
    "json",
]

[dependencies.unicode-normalization]
version = "0.1"

[dependencies.uuid]
version = "1.26.1"
features = ["v7"]

[dependencies.zeroize]
version = "=1.9.0"
features = ["alloc"]
default-features = false

[dependencies.zstd]
version = "0.14.0"

[dev-dependencies.asupersync]
version = "=0.5.0"
features = [
    "tracing-integration",
    "test-internals",
]
default-features = false

[dev-dependencies.criterion]
version = "0.8.2"
features = ["html_reports"]

[dev-dependencies.insta]
version = "1.48.0"
features = ["json"]

[dev-dependencies.proptest]
version = "1.9.0"
features = ["std"]
default-features = false

[dev-dependencies.pulldown-cmark]
version = "0.13.4"
features = ["html"]
default-features = false

[dev-dependencies.static_assertions]
version = "1.1.0"

[target."cfg(windows)".dependencies.windows-permissions]
version = "0.2.4"

[lints.clippy]
approx_constant = "allow"
bool_assert_comparison = "allow"
cmp_owned = "allow"
collapsible_if = "allow"
collapsible_match = "allow"
collapsible_str_replace = "allow"
dbg_macro = "warn"
derivable_impls = "allow"
doc_lazy_continuation = "allow"
double_must_use = "allow"
expect_used = "warn"
explicit_auto_deref = "allow"
field_reassign_with_default = "allow"
if_same_then_else = "allow"
io_other_error = "allow"
iter_cloned_collect = "allow"
large_enum_variant = "allow"
let_and_return = "allow"
manual_contains = "allow"
manual_div_ceil = "allow"
manual_ok_err = "allow"
manual_saturating_arithmetic = "allow"
map_clone = "allow"
needless_as_bytes = "allow"
needless_borrow = "allow"
needless_borrows_for_generic_args = "allow"
needless_lifetimes = "allow"
needless_option_as_deref = "allow"
needless_range_loop = "allow"
needless_return = "allow"
obfuscated_if_else = "allow"
ptr_arg = "allow"
question_mark = "allow"
redundant_guards = "allow"
result_large_err = "allow"
single_match = "allow"
todo = "warn"
too_many_arguments = "allow"
type_complexity = "allow"
unnecessary_lazy_evaluations = "allow"
unnecessary_map_or = "allow"
unusual_byte_groupings = "allow"
unwrap_used = "warn"
useless_conversion = "allow"
vec_init_then_push = "allow"
while_let_loop = "allow"

[lints.rust]
unsafe_code = "forbid"