lcsa-daemon 0.1.0

JSONL adapter for LCSA filesystem semantics
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"
name = "lcsa-daemon"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "JSONL adapter for LCSA filesystem semantics"
homepage = "https://github.com/pranay1610/LCSA"
documentation = "https://docs.rs/lcsa-daemon"
readme = "README.md"
keywords = [
    "ai",
    "context",
    "filesystem",
    "jsonl",
    "signals",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/pranay1610/LCSA"

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

[[bin]]
name = "lcsa-daemon"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.lcsa-core]
version = "0.1"

[dependencies.notify]
version = "8.0"

[dependencies.serde_json]
version = "1.0"

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

[dependencies.walkdir]
version = "2.5"

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