klasp-agents-codex 0.4.0

Codex agent surface for klasp — writes the AGENTS.md managed-block that documents the gate.
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 = "2021"
rust-version = "1.75"
name = "klasp-agents-codex"
version = "0.4.0"
authors = ["klasp authors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Codex agent surface for klasp — writes the AGENTS.md managed-block that documents the gate."
homepage = "https://klasp.dev"
documentation = "https://docs.rs/klasp-agents-codex"
readme = "README.md"
keywords = [
    "ai",
    "agents",
    "codex",
    "klasp",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "Apache-2.0"
repository = "https://github.com/klasp-dev/klasp"

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

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

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

[dependencies.klasp-core]
version = "0.4.0"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "1"

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