[dependencies.alloy]
features = ["sol-types", "rpc-types"]
version = "0.9.2"
[dependencies.blind-rsa-signatures]
version = "0.15.1"
[dependencies.hex]
version = "0.4"
[dependencies.rand]
version = "0.8"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.sha2]
version = "0.10.8"
[lib]
name = "eth_stealth_gas_tickets"
path = "src/lib.rs"
[package]
authors = ["kassandra.eth 0xDADA@protonmail.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "stealth gas tickets library for ethereum using blind RSA signatures in rust"
edition = "2021"
homepage = "https://github.com/kassandraoftroy/eth-stealth-gas-tickets"
keywords = ["ethereum", "eth", "privacy", "stealth", "secp256k1"]
license = "MIT"
name = "eth-stealth-gas-tickets"
readme = "README.md"
repository = "https://github.com/kassandraoftroy/eth-stealth-gas-tickets"
version = "0.2.1"