evmlib 0.4.7

Safe Network EVM
Documentation
[dependencies.alloy]
default-features = false
features = ["contract", "json-rpc", "network", "node-bindings", "provider-http", "reqwest-rustls-tls", "rpc-client", "rpc-types", "signer-local", "std"]
version = "1.0.32"

[dependencies.dirs-next]
optional = true
version = "~2.0"

[dependencies.exponential-backoff]
version = "2.0.0"

[dependencies.hex]
version = "~0.4.3"

[dependencies.rand]
version = "0.8.5"

[dependencies.serde]
version = "1"

[dependencies.serde_json]
optional = true
version = "1.0.108"

[dependencies.serde_with]
features = ["macros"]
version = "3.11.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.43.1"

[dependencies.tracing]
version = "~0.1.26"

[dev-dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"

[features]
external-signer = []
test-utils = ["dirs-next", "serde_json"]

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

[lints.clippy]
clone_on_ref_ptr = "warn"
expect_used = "warn"
panic = "warn"
unicode_not_nfc = "warn"
uninlined_format_args = "warn"
unused_async = "warn"
unwrap_used = "warn"

[lints.rust]
arithmetic_overflow = "forbid"
mutable_transmutes = "forbid"
no_mangle_const_items = "forbid"
trivial_casts = "warn"
trivial_numeric_casts = "warn"
unknown_crate_types = "forbid"
unsafe_code = "warn"
unused_extern_crates = "warn"
unused_import_braces = "warn"

[package]
authors = ["MaidSafe Developers <dev@maidsafe.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Safe Network EVM"
edition = "2024"
homepage = "https://maidsafe.net"
license = "GPL-3.0"
name = "evmlib"
readme = "README.md"
repository = "https://github.com/maidsafe/autonomi"
resolver = "2"
version = "0.4.7"

[[test]]
name = "cryptography"
path = "tests/cryptography.rs"

[[test]]
name = "gas_fee_limit"
path = "tests/gas_fee_limit.rs"

[[test]]
name = "network_token"
path = "tests/network_token.rs"

[[test]]
name = "payment_vault"
path = "tests/payment_vault.rs"

[[test]]
name = "wallet"
path = "tests/wallet.rs"