vipune 0.1.9

A minimal memory layer for AI agents
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 = "2024"
rust-version = "1.85"
name = "vipune"
version = "0.1.9"
authors = ["Janni Turunen"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A minimal memory layer for AI agents"
homepage = "https://github.com/randomm/vipune"
readme = "README.md"
keywords = [
    "ai",
    "memory",
    "embeddings",
    "semantic-search",
    "cli",
]
categories = [
    "command-line-utilities",
    "database",
    "api-bindings",
]
license = "Apache-2.0"
repository = "https://github.com/randomm/vipune"

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

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

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

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

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

[dependencies.dirs]
version = "6"

[dependencies.hf-hub]
version = "0.4.3"
features = ["ureq"]
default-features = false

[dependencies.ort]
version = "=2.0.0-rc.11"
features = [
    "ndarray",
    "download-binaries",
]

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokenizers]
version = "0.22.0"

[dependencies.toml]
version = "0.8"

[dependencies.uuid]
version = "1"
features = ["v4"]

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

[profile.dist]
lto = "thin"
inherits = "release"
strip = true

[profile.release]
lto = true
codegen-units = 1
strip = true