proofmode 0.8.2

Capture, share, and preserve verifiable photos and videos
[build-system]
requires = ["maturin>=1.7,<2.0"]
build-backend = "maturin"

[project]
name = "proofmode"
version = "0.8.0"
description = "Python bindings for ProofMode - Capture, share, and preserve verifiable photos and videos"
license = {text = "Apache-2.0"}
authors = [
    {name = "Guardian Project", email = "support@guardianproject.info"}
]
classifiers = [
    "Development Status :: 4 - Beta",
    "Intended Audience :: Developers",
    "License :: OSI Approved :: Apache Software License",
    "Programming Language :: Python :: 3",
    "Programming Language :: Python :: 3.8",
    "Programming Language :: Python :: 3.9",
    "Programming Language :: Python :: 3.10",
    "Programming Language :: Python :: 3.11",
    "Programming Language :: Python :: 3.12",
    "Programming Language :: Rust",
    "Topic :: Multimedia :: Graphics",
    "Topic :: Security :: Cryptography",
]
requires-python = ">=3.8"

[project.urls]
Homepage = "https://proofmode.org"
Repository = "https://gitlab.com/guardianproject/proofmode/proofmode-rust"
Issues = "https://gitlab.com/guardianproject/proofmode/proofmode-rust/-/issues"

[tool.maturin]
bindings = "uniffi"
features = ["python", "sequoia-openpgp", "polars", "c2pa"]