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