[build-system] requires = ["maturin>=1.0,<2.0"] build-backend = "maturin" [project] name = "quicnprotochat" version = "0.1.0" description = "Python bindings for quicnprotochat — QUIC + MLS + post-quantum E2E chat." license = { text = "MIT" } requires-python = ">=3.8" readme = "README.md" [tool.maturin] # The Cargo manifest is one level up in the workspace; point maturin at it. manifest-path = "Cargo.toml" module-name = "quicnprotochat" features = ["pyo3/extension-module"]