[build-system]
requires = ["maturin>=1.4,<2.0"]
build-backend = "maturin"
[project]
name = "pyasic_rs"
version = "0.1.4"
description = "Python bindings for asic-rs"
authors = [{ name = "Brett Rowan", email = "121075405+b-rowan@users.noreply.github.com" }]
repository = "https://github.com/256-Foundation/asic-rs"
homepage = "https://github.com/256-Foundation/asic-rs"
source = "https://github.com/256-Foundation/asic-rs"
documentation = "https://github.com/256-Foundation/asic-rs"
issues = "https://github.com/256-Foundation/asic-rs/issues"
license = "Apache 2.0"
readme = "README.md"
requires-python = ">=3.11, <4.0"
dependencies = [
"pydantic"
]
keywords = [
"python",
"asic",
"bitcoin",
"whatsminer",
"antminer",
"braiins-os",
"vnish",
"luxos",
"bitaxe"
]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]
[tool.maturin]
package-name = "pyasic_rs"
module-name = "pyasic_rs.asic_rs"
features = ["python"]
python-source = "python"