[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "i2p-crypto" version = "0.1.0" description = "I2P cryptographic primitives — meta-package" requires-python = ">=3.11" license = {text = "MIT"} authors = [{name = "bimo.studio", email = "hello@bimo.studio"}] readme = "README.md" classifiers = [ "Development Status :: 3 - Alpha", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.11", "License :: OSI Approved :: MIT License", "Topic :: Internet", "Topic :: Security :: Cryptography", ] dependencies = [ "i2p-py-crypto-aes>=0.1.0", "i2p-py-crypto-chacha>=0.1.0", "i2p-py-crypto-dsa>=0.1.0", "i2p-py-crypto-eddsa>=0.1.0", "i2p-py-crypto-elgamal>=0.1.0", "i2p-py-crypto-garlic>=0.1.0", "i2p-py-crypto-hash>=0.1.0", "i2p-py-crypto-hkdf>=0.1.0", "i2p-py-crypto-hmac>=0.1.0", "i2p-py-crypto-mlkem>=0.1.0", "i2p-py-crypto-noise>=0.1.0", "i2p-py-crypto-session-keys>=0.1.0", "i2p-py-crypto-siphash>=0.1.0", "i2p-py-crypto-x25519>=0.1.0", ] [project.urls] Repository = "https://github.com/Bimo-Studio/i2p-python"