Source: nginx-x402
Section: web
Priority: optional
Maintainer: Ryan Kung <ryan@polyjuice.io>
Build-Depends: debhelper-compat (= 12),
               cargo,
               rustc,
               libssl-dev,
               pkg-config,
               libclang-dev,
               wget | curl,
               gcc,
               make
Standards-Version: 4.5.0
Homepage: https://polyjuice.io
Vcs-Git: https://github.com/polyjuicelab/Nginx-X402.git
Vcs-Browser: https://github.com/polyjuicelab/Nginx-X402

Package: nginx-x402
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, nginx (>= 1.18.0), cargo, libclang-dev, libssl-dev, pkg-config, build-essential, wget | curl, gcc, make, ca-certificates
Description: Pure Rust Nginx module for x402 HTTP micropayment protocol
 This package provides a pure Rust implementation of an Nginx module
 that implements the x402 HTTP micropayment protocol.
 .
 The module can be loaded dynamically by Nginx and provides payment
 verification functionality for HTTP requests.
 .
 Features:
  - Pure Rust implementation using ngx-rust
  - Type-safe Nginx API bindings
  - Payment verification and 402 response handling
  - Configurable facilitator service integration

