embedmind-core 0.1.0

Embedded memory engine for AI agents: single crash-safe file, vector + full-text + graph
# 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"
rust-version = "1.90"
name = "embedmind-core"
version = "0.1.0"
authors = ["Rodrigo Escorsim <rodrigo.escorsim@gmail.com>"]
build = "build.rs"
exclude = ["assets/all-MiniLM-L6-v2/onnx/model_quantized.onnx"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Embedded memory engine for AI agents: single crash-safe file, vector + full-text + graph"
homepage = "https://github.com/rodrigoescorsim/embedmind"
readme = "README.md"
keywords = [
    "embeddings",
    "vector",
    "memory",
    "database",
    "ai",
]
categories = [
    "database-implementations",
    "science",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/rodrigoescorsim/embedmind"
resolver = "2"

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

[[example]]
name = "gen_fuzz_corpus"
path = "examples/gen_fuzz_corpus.rs"

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

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

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

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

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

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

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

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

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

[dependencies.ort]
version = "2.0.0-rc.12"
features = [
    "std",
    "ndarray",
    "tracing",
    "download-binaries",
    "tls-rustls",
    "copy-dylibs",
    "api-24",
]
default-features = false

[dependencies.thiserror]
version = "2"

[dependencies.tokenizers]
version = "0.23"
features = ["onig"]
default-features = false

[dependencies.ulid]
version = "1"

[dependencies.xxhash-rust]
version = "0.8"
features = ["xxh3"]

[dev-dependencies.proptest]
version = "1"

[lints.clippy]
expect_used = "deny"
panic = "deny"
unwrap_used = "deny"

[lints.rust]
unsafe_code = "forbid"