Metadata-Version: 2.4
Name: crate-ingredients
Version: 0.2.0
License-File: LICENSE
Summary: Check ingredients of published Rust crates
Author-email: Fabio Valentini <decathorpe@gmail.com>
License: MIT
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: homepage, https://codeberg.org/decathorpe/ingredients
Project-URL: repository, https://codeberg.org/decathorpe/ingredients

# crate-ingredients

This crate contains Python bindings for the [`ingredients`] crate. The Python API is intended to
match the provided Rust API, wherever reasonable.

## External dependencies

* `cargo` must be available in `$PATH`
* `git` must be available in `$PATH` when calling `Crate.report`

[`ingredients`]: https://crates.io/crates/ingredients

