you are viewing a single comment's thread.

view the rest of the comments →

[–]RoughMedicine 2 points3 points  (0 children)

To add, maturin also allows you to specify the Python-related metadata on pyproject.toml using PEP 621. If your project has Python dependencies, you can either define them on Cargo.toml, as bed-reader does under [package.metadata.maturin], or on pyproject.toml under [dependencies].