signet-bundle 0.19.0

Signet bundle library for creating and simulating Signet bundles.
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"
rust-version = "1.87"
name = "signet-bundle"
version = "0.19.0"
authors = ["init4"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Signet bundle library for creating and simulating Signet bundles."
homepage = "https://github.com/init4tech/signet-sdk"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/init4tech/signet-sdk"

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

[dependencies.alloy]
version = "1.0.35"
features = [
    "full",
    "rpc-types-mev",
    "genesis",
    "arbitrary",
]

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

[dependencies.signet-evm]
version = "0.19.0"

[dependencies.signet-types]
version = "0.19.0"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
version = "1.43.0"
features = ["macros"]

[dependencies.tracing]
version = "0.1.41"

[dependencies.trevm]
version = "0.34.2"
features = [
    "full_env_cfg",
    "asyncdb",
]

[dev-dependencies.serde_json]
version = "1.0.137"