zerodev-aa 0.0.1-alpha.2

ERC-4337 smart account SDK for Rust — prebuilt native libraries, zero setup
[package]
name = "zerodev-aa"
version = "0.0.1-alpha.2"
edition = "2021"
rust-version = "1.70"
description = "ERC-4337 smart account SDK for Rust — prebuilt native libraries, zero setup"
license = "MIT OR Apache-2.0"
repository = "https://github.com/zerodevapp/zerodev-omni-sdk"
homepage = "https://zerodev.app"
keywords = ["erc4337", "account-abstraction", "smart-account", "ethereum"]
categories = ["cryptography::cryptocurrencies"]
include = ["src/**/*", "build.rs", "Cargo.toml", "LICENSE*"]

[lib]
crate-type = ["lib"]

[dependencies]
thiserror = "2"
hex = "0.4"

[[test]]
name = "live_test"
path = "tests/live_test.rs"
harness = true