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