Metadata-Version: 2.4
Name: crate2bib
Version: 0.4.0
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Summary: Create BibLaTeX entries for crates hosted on crates.io
License: MIT OR Apache-2.0
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Source Code, https://github.com/jonaspleyer/crate2bib

![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/jonaspleyer/crate2bib/webapp.yml?style=flat-square&label=Build)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/jonaspleyer/crate2bib/test.yml?style=flat-square&label=Test)

# crate2bib

This crate searches for packages and versions and creates a BibLaTeX entry.
If a `CITATION.cff` file is present in the repository, the BibLaTeX file associated with that will
also be displayed.
The crate can be used in a web version under
[jonaspleyer.github.io/crate2bib](https://jonaspleyer.github.io/crate2bib).

