Sign inSign up

getreadystack/cargo-publish-gate

By getreadystack

Updated about 11 hours ago

![Cargo.toml Publish Gate - crates.io](https://getreadystack.com/img/promo/sku101948_result_card.jpg

Image
0

45

getreadystack/cargo-publish-gate repository overview

Cargo.toml Publish Gate - crates.io

Cargo.toml Publish Gate - crates.io

Names every crates.io publish blocker in a Cargo.toml before the upload burns a version number.

Run

docker run --rm -v "$PWD":/work getreadystack/cargo-publish-gate /work/file

The same 13 rules as the VS Code extension, in a container. Mount a folder on /work.

Free

  • Open any Cargo.toml, run the check, and read every crates.io publish blocker in it with its line number and its fix - nothing hidden, no countdown, no watermark.
  • --rules lists every rule

With a licence ($29 once)

  • Gates every Cargo.toml in the workspace in one pass and writes a dated pre-publish report file you keep and attach to the release pull request.
docker run --rm -e READYSTACK_LICENSE=<key> -v "$PWD":/work getreadystack/cargo-publish-gate --dir /work --ci

A contract Rust engineer on the open freelance market starts near $50 an hour, and the hand check of one release manifest against the crates.io rules takes most of that hour, at every release.

Use from an AI agent (MCP)

Claude Code · Cursor · Windsurf · any MCP client - add to your MCP config:

{ "mcpServers": { "cargo-publish-gate": { "command": "npx", "args": ["-y", "@readystack/cargo-publish-gate", "--mcp"] } } }

Tools: check_text and check_file (free) · check_dir (licence; the full sweep is free for 7 days). The agent gets every finding with the line number.

Use in CI

- name: Cargo.toml Publish Gate - crates.io
  run: npx -y @readystack/cargo-publish-gate --dir . --ci

(container: docker run --rm -v "$PWD:/work" getreadystack/cargo-publish-gate --dir /work --ci)

Try the full run free for 7 days — no key needed. Then one licence, 7-day refund, no questions. Set READYSTACK_LICENSE=<key> or run --license <key> once.

Get a licence

Tag summary

Content type

Image

Digest

sha256:6d67d23dd

Size

46.1 MB

Last updated

about 11 hours ago

docker pull getreadystack/cargo-publish-gate