ethrex-sdk-contract-utils 18.0.0

Solidity contract compilation and git dependency helpers for the ethrex Ethereum execution client
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 = "2024"
name = "ethrex-sdk-contract-utils"
version = "18.0.0"
authors = ["LambdaClass"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Solidity contract compilation and git dependency helpers for the ethrex Ethereum execution client"
documentation = "https://docs.ethrex.xyz"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/lambdaclass/ethrex"
resolver = "2"

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

[dependencies.thiserror]
version = "2.0.9"

[dependencies.tracing]
version = "0.1"
features = ["log"]

[lints.clippy]
redundant_clone = "warn"