# 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 = "evm_testnet" version = "0.1.4" authors = ["MaidSafe Developers "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Safe Network EVM" homepage = "https://maidsafe.net" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/maidsafe/safe_network" [[bin]] name = "evm_testnet" path = "src/main.rs" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.dirs-next] version = "~2.0.0" [dependencies.evmlib] version = "0.1.4" [dependencies.sn_evm] version = "0.1.4" [dependencies.tokio] version = "1.40" features = [ "rt-multi-thread", "signal", ] [lints.clippy] clone_on_ref_ptr = "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"