[project] name = "bitcoin-query" version = "0.1.31" classifiers = ["Programming Language :: Python"] description = "Read Bitcoin Core Blockchain Binary File Concurrently" long_description_content_type="text/markdown" readme = "README.md" homepage = 'https://github.com/Congyuwang/Rusty-Bitcoin-Explorer' repository = 'https://github.com/Congyuwang/Rusty-Bitcoin-Explorer' documentation = 'https://congyuwang.github.io/Rusty-Bitcoin-Explorer/bitcoinquery.html' keywords = ["rust", "bitcoin", "levelDB", "blockchain", "deserialize", "parser", "explorer", "python"] [package.metadata.maturin] python-source = "bitcoinquery" classifiers=[ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", ] [build-system] requires = ["maturin>=0.11,<0.12"] build-backend = "maturin"