Metadata-Version: 2.5
Name: badgerp_get_crates_version
Version: 0.1.1
Summary: Show the latest published version of a crate from crates.io
Author-email: 𝑷𝒉𝒊𝒍𝒐𝒄𝒂𝒍𝒚𝒔𝒕 <regime_skylark.0y@icloud.com>
License-Expression: MIT
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# get-crates-version

A [badger](https://github.com/) plugin that looks up the latest published
version of a crate from crates.io.

By default it resolves the crate name from a `Cargo.toml` in the current
directory (with basic support for workspaces), then queries the crates.io
API and returns a `crates.io: <version>` badge entry. You can also pass an
explicit `crate` name to skip the `Cargo.toml` lookup.

This package is not meant to be used as a standalone library — badger loads
`plugin.py`'s `run()` function directly as its entrypoint.
