# 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.65" name = "ethers-core" version = "2.0.14" authors = ["Georgios Konstantopoulos "] exclude = [ ".github/", "bin/", "book/", "**/tests/", "**/test-data/", "**/testdata/", "examples", "scripts/", ] description = "Ethereum data types, cryptography and utilities" homepage = "https://github.com/gakonst/ethers-rs" documentation = "https://docs.rs/ethers" readme = "README.md" keywords = [ "crypto", "ethers", "ethereum", "web3", "celo", ] categories = ["cryptography::cryptocurrencies"] license = "MIT OR Apache-2.0" repository = "https://github.com/gakonst/ethers-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [package.metadata.playground] all-features = true [dependencies.arrayvec] version = "0.7" default-features = false [dependencies.bytes] version = "1.4" features = ["serde"] [dependencies.cargo_metadata] version = "0.18.0" optional = true [dependencies.chrono] version = "0.4" default-features = false [dependencies.elliptic-curve] version = "0.13.5" default-features = false [dependencies.ethabi] version = "18.0.0" features = [ "full-serde", "rlp", ] default-features = false [dependencies.generic-array] version = "0.14.7" default-features = false [dependencies.hex] version = "1.6" features = ["hex"] package = "const-hex" [dependencies.k256] version = "0.13.1" features = [ "ecdsa", "std", "ecdsa", "std", ] default-features = false [dependencies.num_enum] version = "0.7" [dependencies.once_cell] version = "1.18" optional = true [dependencies.open-fastrlp] version = "0.1.4" features = [ "std", "derive", "ethereum-types", ] [dependencies.rand] version = "0.8" [dependencies.rlp] version = "0.5" features = ["derive"] [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.strum] version = "0.26.1" features = ["derive"] [dependencies.syn] version = "2.0" features = ["extra-traits"] optional = true [dependencies.thiserror] version = "1.0" [dependencies.tiny-keccak] version = "2.0.2" default-features = false [dependencies.unicode-xid] version = "0.2" [dev-dependencies.bincode] version = "1.3.3" default-features = false [dev-dependencies.hex-literal] version = "0.4" [dev-dependencies.once_cell] version = "1.18" [dev-dependencies.rand] version = "0.8" [features] celo = ["legacy"] eip712 = [] legacy = [] macros = [ "syn", "cargo_metadata", "once_cell", ] optimism = [] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tempfile] version = "3.8"