nabu-core 0.1.3

Core storage, indexing, and search for nabu: append-only JSONL capture and a rebuildable SQLite FTS5 index for coding-agent history.
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 = "2021"
rust-version = "1.88.0"
name = "nabu-core"
version = "0.1.3"
authors = ["Suleyman Ozkeskin"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core storage, indexing, and search for nabu: append-only JSONL capture and a rebuildable SQLite FTS5 index for coding-agent history."
homepage = "https://github.com/suleymanozkeskin/nabu"
readme = "README.md"
keywords = [
    "agent",
    "history",
    "search",
    "mcp",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/suleymanozkeskin/nabu"

[features]
default = []
semantic = [
    "dep:fastembed",
    "dep:hf-hub",
    "dep:libc",
    "dep:sqlite-vec",
]

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

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

[dependencies.fs2]
version = "0.4"

[dependencies.hex]
version = "0.4"

[dependencies.hf-hub]
version = "=0.5.0"
features = [
    "ureq",
    "native-tls",
]
optional = true
default-features = false

[dependencies.libc]
version = "0.2"
optional = true

[dependencies.rayon]
version = "1"

[dependencies.regex]
version = "1"

[dependencies.rusqlite]
version = "0.32"
features = ["bundled"]

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.sqlite-vec]
version = "=0.1.9"
optional = true

[dependencies.thiserror]
version = "2"

[dependencies.time]
version = "0.3"
features = [
    "formatting",
    "parsing",
]

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

[dev-dependencies.tempfile]
version = "3"