[tool.poetry] name = "opening-hours-py" version = "0.9.1" description = "A parser for the opening_hours fields from OpenStreetMap." authors = ["Rémi Dupré "] [tool.poetry.dependencies] python = "^3.11" [tool.poetry.dev-dependencies] maturin = ">=1,<1.7" # can't be built with 1.7 due to https://github.com/PyO3/maturin/issues/2244 pdoc = "^15" [build-system] requires = ["poetry>=0.12", "maturin>=1,<2"] build-backend = "maturin" [tool.maturin] manifest-path = "python/Cargo.toml"