[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "envelope_crypto" version = "0.1.1" description = "Envelope encryption (RSA-OAEP wrapped AES-256-GCM) for dict records — config-free, storage-agnostic, installable." requires-python = ">=3.10" dependencies = [ "cryptography>=42.0", ] [tool.hatch.build.targets.wheel] packages = ["src/envelope_crypto"]