datasphere 0.2.0

Background daemon that distills knowledge from Claude Code sessions into a searchable graph
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 = "datasphere"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Background daemon that distills knowledge from Claude Code sessions into a searchable graph"
readme = "README.md"
license = "LicenseRef-Proprietary"
repository = "https://github.com/cloud-atlas-ai/datasphere"

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

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

[dependencies.arrow-array]
version = "56"

[dependencies.arrow-schema]
version = "56"

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

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

[dependencies.dirs]
version = "6"

[dependencies.futures]
version = "0.3"

[dependencies.lancedb]
version = "0.23.1"

[dependencies.libc]
version = "0.2"

[dependencies.notify]
version = "8.2.0"

[dependencies.reqwest]
version = "0.13"
features = ["json"]

[dependencies.semchunk-rs]
version = "0.1"

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

[dependencies.serde_json]
version = "1"

[dependencies.simhash]
version = "0.2"

[dependencies.tiktoken-rs]
version = "0.9"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "fs",
    "signal",
]

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

[dependencies.walkdir]
version = "2"

[dependencies.which]
version = "7"

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