ethers-core 2.0.14

Ethereum data types, cryptography and utilities
Documentation
[dependencies.arrayvec]
default-features = false
version = "0.7"

[dependencies.bytes]
features = ["serde"]
version = "1.4"

[dependencies.cargo_metadata]
optional = true
version = "0.18.0"

[dependencies.chrono]
default-features = false
version = "0.4"

[dependencies.elliptic-curve]
default-features = false
version = "0.13.5"

[dependencies.ethabi]
default-features = false
features = ["full-serde", "rlp"]
version = "18.0.0"

[dependencies.generic-array]
default-features = false
version = "0.14.7"

[dependencies.hex]
features = ["hex"]
package = "const-hex"
version = "1.6"

[dependencies.k256]
default-features = false
features = ["ecdsa", "std", "ecdsa", "std"]
version = "0.13.1"

[dependencies.num_enum]
version = "0.7"

[dependencies.once_cell]
optional = true
version = "1.18"

[dependencies.open-fastrlp]
features = ["std", "derive", "ethereum-types"]
version = "0.1.4"

[dependencies.rand]
version = "0.8"

[dependencies.rlp]
features = ["derive"]
version = "0.5"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.strum]
features = ["derive"]
version = "0.26.1"

[dependencies.syn]
features = ["extra-traits"]
optional = true
version = "2.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tiny-keccak]
default-features = false
version = "2.0.2"

[dependencies.unicode-xid]
version = "0.2"
[dev-dependencies.bincode]
default-features = false
version = "1.3.3"

[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 = []

[package]
authors = ["Georgios Konstantopoulos <me@gakonst.com>"]
categories = ["cryptography::cryptocurrencies"]
description = "Ethereum data types, cryptography and utilities"
documentation = "https://docs.rs/ethers"
edition = "2021"
exclude = [".github/", "bin/", "book/", "**/tests/", "**/test-data/", "**/testdata/", "examples", "scripts/"]
homepage = "https://github.com/gakonst/ethers-rs"
keywords = ["crypto", "ethers", "ethereum", "web3", "celo"]
license = "MIT OR Apache-2.0"
name = "ethers-core"
readme = "README.md"
repository = "https://github.com/gakonst/ethers-rs"
rust-version = "1.65"
version = "2.0.14"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[package.metadata.playground]
all-features = true
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.tempfile]
version = "3.8"