Metadata-Version: 2.5
Name: badgerp_get_edition
Version: 0.1.1
Summary: Get the Rust edition from Cargo.toml
Author-email: 𝑷𝒉𝒊𝒍𝒐𝒄𝒂𝒍𝒚𝒔𝒕 <regime_skylark.0y@icloud.com>
License-Expression: MIT
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# get-edition

A [badger](https://github.com/) plugin that reads the Rust edition out of a
`Cargo.toml` file and returns it as an `edition: <edition>` badge entry.

This is a static read of the `[package].edition` field — it doesn't verify
that the code actually builds under that edition.

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