safe-rs 0.2.0

Rust library for Safe v1.4.1 smart account interaction
Documentation
# 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"
name = "safe-rs"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust library for Safe v1.4.1 smart account interaction"
readme = "README.md"
keywords = [
    "ethereum",
    "safe",
    "multisig",
    "smart-account",
]
categories = [
    "cryptography",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/tynes/safe-rs"

[lib]
name = "safe_rs"
path = "src/lib.rs"

[[example]]
name = "multicall_erc20"
path = "examples/multicall_erc20.rs"

[[example]]
name = "simple_transfer"
path = "examples/simple_transfer.rs"

[[example]]
name = "simulation_only"
path = "examples/simulation_only.rs"

[dependencies.alloy]
version = "1.4"
features = [
    "full",
    "signer-local",
]

[dependencies.alloy-primitives]
version = "1.4"

[dependencies.alloy-sol-types]
version = "1.4"

[dependencies.foundry-fork-db]
version = "0.22"

[dependencies.revm]
version = "34"
features = ["std"]
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "macros",
]

[dev-dependencies.url]
version = "2"