[dependencies.alloy]
features = ["full"]
version = "0.6.4"
[dependencies.axum]
version = "0.7.8"
[dependencies.serde]
features = ["derive"]
version = "1.0.215"
[dependencies.serde_json]
version = "1.0.132"
[dependencies.serde_with]
version = "3.11.0"
[dependencies.thiserror]
version = "2.0.3"
[dependencies.tokio]
features = ["full"]
version = "1.41.1"
[lib]
name = "pipegate"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["cryptography", "network-programming", "web-programming"]
description = "A payment authentication middleware with stablecoins"
edition = "2021"
exclude = ["src/main.rs", "scripts"]
homepage = "https://github.com/Dhruv-2003/ethbangkok-24"
keywords = ["blockchain", "payment", "ethereum"]
license = "MIT"
name = "pipegate"
readme = "README.md"
repository = "https://github.com/Dhruv-2003/ethbangkok-24"
version = "0.2.0"