llmwiki-tooling 0.1.1

CLI for managing LLM-wikis with Obsidian-style wikilinks.
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"
rust-version = "1.87"
name = "llmwiki-tooling"
version = "0.1.1"
build = false
include = [
    "/src/**/*",
    "/Cargo.toml",
    "/Cargo.lock",
    "/README.md",
    "/LICENSE-MIT",
    "/LICENSE-APACHE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for managing LLM-wikis with Obsidian-style wikilinks."
documentation = "https://docs.rs/llmwiki-tooling"
readme = "README.md"
keywords = [
    "cli",
    "wiki",
    "markdown",
    "obsidian",
    "wikilinks",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ilya-epifanov/llmwiki-tooling"

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

[[bin]]
name = "llmwiki-tool"
path = "src/main.rs"

[dependencies.aho-corasick]
version = "1"

[dependencies.anyhow]
version = "1"

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

[dependencies.elsa]
version = "1.11"

[dependencies.ignore]
version = "0.4"

[dependencies.once_cell]
version = "1"

[dependencies.pulldown-cmark]
version = "0.13"

[dependencies.regex-lite]
version = "0.1"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yml]
version = "0.0"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "1.1"

[dev-dependencies.proptest]
version = "1"

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

[profile.dist]
lto = "thin"
inherits = "release"