Source: python-fastcrc Section: python Maintainer: Debian Python Team Uploaders: Steffen Moeller , Build-Depends: dpkg-build-api (= 1), debhelper-compat (= 14), dh-sequence-python3, dh-sequence-single-binary, cargo, librust-crc-dev (>= 3.3), librust-paste-dev (>= 1.0.15), librust-pyo3-dev (>= 0.28), pybuild-plugin-pyproject, python3-all-dev, python3-maturin, python3-pytest, Standards-Version: 4.7.4 Homepage: https://github.com/overcat/fastcrc Vcs-Browser: https://salsa.debian.org/python-team/packages/python-fastcrc Vcs-Git: https://salsa.debian.org/python-team/packages/python-fastcrc.git Testsuite: autopkgtest-pkg-pybuild Package: python3-fastcrc Architecture: any Depends: ${python3:Depends}, ${shlibs:Depends}, Description: fast CRC-8, CRC-16, CRC-32 and CRC-64 calculations fastcrc provides Python functions for calculating a broad collection of standard 8-, 16-, 32- and 64-bit cyclic redundancy checks. . Its calculation routines are implemented in Rust and exposed as a native Python extension.