mirror-log 0.1.5

Append-only event log for personal knowledge management with semantic chunking using SQLite.
# 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 = "mirror-log"
version = "0.1.5"
authors = ["Dustin Grover <dustinjgrover@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Append-only event log for personal knowledge management with semantic chunking using SQLite."
homepage = "https://github.com/CromboJambo"
readme = "README.md"
keywords = [
    "log",
    "knowledge-management",
    "SQLite",
    "append-only",
    "chunking",
]
categories = [
    "command-line-utilities",
    "data-structures",
    "database",
]
license = "AGPL-3.0-or-later"
repository = "https://github.com/CromboJambo/mirror-log"

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

[[bin]]
name = "mirror_log"
path = "src/bin/mirror_log.rs"

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

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

[dependencies.chrono]
version = "0.4"

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

[dependencies.polars]
version = "0.36"
features = ["parquet"]

[dependencies.polars-sql]
version = "0.52.0"

[dependencies.rand]
version = "0.8"

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

[dependencies.sha2]
version = "0.10"

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

[profile.release]
opt-level = "z"
lto = true
strip = true