nils-agent-docs 0.4.7

CLI crate for nils-agent-docs in the nils-cli workspace.
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 = "nils-agent-docs"
version = "0.4.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI crate for nils-agent-docs in the nils-cli workspace."
readme = "README.md"
license = "MIT"
repository = "https://github.com/graysurf/nils-cli"
resolver = "2"

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

[[bin]]
name = "agent-docs"
path = "src/main.rs"

[[test]]
name = "add"
path = "tests/add.rs"

[[test]]
name = "baseline"
path = "tests/baseline.rs"

[[test]]
name = "common"
path = "tests/common.rs"

[[test]]
name = "completion_outside_repo"
path = "tests/completion_outside_repo.rs"

[[test]]
name = "config"
path = "tests/config.rs"

[[test]]
name = "env_paths"
path = "tests/env_paths.rs"

[[test]]
name = "resolve_builtin"
path = "tests/resolve_builtin.rs"

[[test]]
name = "resolve_checklist"
path = "tests/resolve_checklist.rs"

[[test]]
name = "resolve_toml"
path = "tests/resolve_toml.rs"

[[test]]
name = "scaffold_agents"
path = "tests/scaffold_agents.rs"

[[test]]
name = "scaffold_baseline"
path = "tests/scaffold_baseline.rs"

[dependencies.anyhow]
version = "1"

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

[dependencies.clap_complete]
version = "4"

[dependencies.directories]
version = "6"

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

[dependencies.serde_json]
version = "1"

[dependencies.toml]
version = "1.0"

[dependencies.toml_edit]
version = "0.25"

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