dissolution 0.1.4

Don't just embed your repo, dissolve into it — local semantic code/doc search with sqlite-vec
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 = "dissolution"
version = "0.1.4"
build = false
include = [
    "Cargo.toml",
    "Cargo.lock",
    "README.md",
    "src/**",
    "tests/**",
    "docs/src/styles/dissolve-shared.css",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Don't just embed your repo, dissolve into it — local semantic code/doc search with sqlite-vec"
homepage = "https://github.com/chrisaddy/dissolution"
readme = "README.md"
keywords = [
    "semantic-search",
    "sqlite",
    "vector",
    "code-search",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/chrisaddy/dissolution"

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

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

[[test]]
name = "bdd"
path = "tests/bdd.rs"
harness = false

[dependencies.anyhow]
version = "1"

[dependencies.axum]
version = "0.7"
features = ["json"]

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

[dependencies.ignore]
version = "0.4"

[dependencies.notify]
version = "6"

[dependencies.notify-debouncer-mini]
version = "0.4"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

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

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.sqlite-vec]
version = "0.1.7-alpha.10"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.toml]
version = "0.8"

[dependencies.tower-http]
version = "0.5"
features = ["cors"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.cucumber]
version = "0.22.1"

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