folio-cli 0.1.0

Section-scoped semantic search over a markdown corpus. The index holds references, never bodies.
# 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 = "folio-cli"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Section-scoped semantic search over a markdown corpus. The index holds references, never bodies."
readme = "README.md"
keywords = [
    "search",
    "semantic",
    "markdown",
    "embeddings",
    "cli",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/zaeku/folio"

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

[dependencies.anyhow]
version = "1"

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

[dependencies.ignore]
version = "0.4"

[dependencies.memmap2]
version = "0.9"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml_ng]
version = "0.10"

[dependencies.ureq]
version = "3"
features = ["json"]

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