[project]
name = "pymbusparser"
version = "0.0.4"
description = "Python bindings for m-bus-parser written in Rust"
authors = [{name = "Michael Aebli"}]
license = { text = "MIT" }
readme = "README_python.md"
[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"