Cargo Toml Exists
rust.cargo-toml-exists
Ensures the project has a Cargo.toml file for crate configuration. Required for all Rust projects.
Compatible Integrations
This guardrail works with the following integrations. Click to see how to use Cargo Toml Exists with each collector.
Enable This Guardrail
Add the parent policy to your lunar-config.yml to enable this guardrail.
policies:
- uses: github://earthly/lunar-lib/policies/rust@v1.0.0
include: [cargo-toml-exists]
# with: ...
How This Guardrail Works
This guardrail is part of the Rust Project Guardrails policy. It evaluates data collected by integrations and produces a pass/fail check with actionable feedback.
When enabled, this check runs automatically on every PR and in AI coding workflows, providing real-time enforcement of your engineering standards.
Learn How Lunar Works →Configuration Options
These inputs can be configured in your lunar-config.yml to customize
how the parent policy (and this guardrail) behaves.
| Input | Required | Default | Description |
|---|---|---|---|
lock_mode
|
Optional |
auto
|
Cargo.lock enforcement mode. The "auto" mode detects whether the crate is a library or application and applies the Cargo convention (required for apps, skipped for libs). - "auto": Require for applications, skip for libraries (default) - "required": Always require Cargo.lock - "forbidden": Fail if Cargo.lock exists - "none": Skip the check entirely |
min_rust_edition
|
Optional |
2021
|
Minimum required Rust edition (e.g., "2021", "2024") |
min_rust_version_cicd
|
Optional |
1.75.0
|
Minimum required Rust toolchain version for CI/CD (e.g., "1.75.0") |
max_clippy_warnings
|
Optional |
0
|
Maximum allowed clippy warnings (0 = must be clean) |
max_unsafe_blocks
|
Optional |
0
|
Maximum allowed unsafe blocks (0 = no unsafe allowed) |
Rust Project Guardrails
This guardrail is part of the Rust Project Guardrails policy, which includes 6 guardrails for devex build and ci.
Ready to Automate Your Standards?
See how Lunar can turn your engineering wiki, compliance docs, or postmortem action items into automated guardrails with our 100+ built-in guardrails.