[package]
edition = "2024"
name = "rustdoc-llms"
version = "0.4.0"
authors = ["Joel Parker Henderson <joel@joelparkerhenderson.com>"]
build = false
include = [
"src/**/*",
"LICENSE.md",
"README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust documentation helper to generate file llms.txt to help training AI large language models (LLMs)."
readme = "README.md"
keywords = [
"llm",
"llms",
"ai",
"training",
"documentation",
]
categories = [
"development-tools",
"development-tools::testing",
"rust-patterns",
]
license = "MIT OR Apache-2.0 OR GPL-2.0 OR GPL-3.0 OR BSD-3-Clause"
repository = "https://github.com/sixarm/rustdoc-llms/"
[[bin]]
name = "rustdoc-llms"
path = "src/main.rs"
[dependencies.rustdoc-md]
version = "0.2.0"
[dependencies.toml]
version = "1.1.2"