ant-evm 0.1.21

EVM transfers for Autonomi
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 = "ant-evm"
version = "0.1.21"
authors = ["MaidSafe Developers <dev@maidsafe.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "EVM transfers for Autonomi"
homepage = "https://maidsafe.net"
readme = "README.md"
license = "GPL-3.0"
repository = "https://github.com/maidsafe/autonomi"
resolver = "2"

[features]
external-signer = ["evmlib/external-signer"]
test-utils = []

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

[dependencies.ant-merkle]
version = "1.5.1"

[dependencies.custom_debug]
version = "~0.6.1"

[dependencies.evmlib]
version = "0.4.9"

[dependencies.hex]
version = "~0.4.3"

[dependencies.libp2p]
version = "0.56.0"
features = [
    "identify",
    "kad",
]

[dependencies.rand]
version = "~0.8.5"
features = ["small_rng"]

[dependencies.ring]
version = "0.17.12"

[dependencies.rmp-serde]
version = "1.1.1"

[dependencies.serde]
version = "1.0.133"
features = [
    "derive",
    "rc",
]

[dependencies.serde_json]
version = "1.0.108"

[dependencies.tempfile]
version = "3.10.1"

[dependencies.thiserror]
version = "1.0.24"

[dependencies.tiny-keccak]
version = "~2.0.2"
features = ["sha3"]

[dependencies.tracing]
version = "~0.1.26"

[dependencies.xor_name]
version = "5.0.0"

[dev-dependencies.evmlib]
version = "0.4.9"
features = ["test-utils"]

[dev-dependencies.tokio]
version = "1.43.1"
features = [
    "macros",
    "rt",
]

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