[package]
name = "proofgate"
version = "0.1.1"
edition = "2021"
authors = ["0xCR6 <cristian@proofgate.xyz>"]
description = "Official ProofGate SDK — blockchain transaction validation and guardrails for AI agents"
license = "MIT"
repository = "https://github.com/ProofGate/proofgate-rs"
homepage = "https://www.proofgate.xyz"
documentation = "https://docs.rs/proofgate"
readme = "README.md"
keywords = ["proofgate", "blockchain", "ai-agent", "security", "web3"]
categories = ["api-bindings", "cryptography", "web-programming"]
[dependencies]
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "2.0"
tokio = { version = "1.0", features = ["rt-multi-thread", "macros"] }
[dev-dependencies]
tokio-test = "0.4"
wiremock = "0.6"
[features]
default = []
[[example]]
name = "basic"
path = "examples/basic.rs"