zerodev-aa 0.0.1-alpha.2

ERC-4337 smart account SDK for Rust — prebuilt native libraries, zero setup
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"