[tool.poetry] name = "senpy-club" version = "0.1.1" description = "The Senpy Club API Wrapper for Python" authors = ["Fuwn "] license = "GPL-3.0-only" readme = "README.md" repository = "https://github.com/senpy-club/sen-py" keywords = ["rust", "anime", "senpy", "senpy-club"] [tool.poetry.dependencies] python = ">=3.6" [build-system] requires = ["maturin>=0.12,<0.13"] build-backend = "maturin"