test = []
[[bench]]
harness = false
name = "compile_many"
[[bench]]
harness = false
name = "read_all"
required-features = ["project-util"]
[dependencies.cfg-if]
version = "1.0.0"
[dependencies.dirs]
version = "5.0"
[dependencies.dunce]
version = "1.0"
[dependencies.ethers-core]
default-features = false
version = "2.0.14"
[dependencies.fs_extra]
optional = true
version = "1.3.0"
[dependencies.futures-util]
optional = true
version = "0.3.28"
[dependencies.glob]
version = "0.3.1"
[dependencies.hex]
features = ["hex"]
package = "const-hex"
version = "1.6"
[dependencies.md-5]
version = "0.10.5"
[dependencies.num_cpus]
version = "1.16.0"
[dependencies.once_cell]
version = "1.18"
[dependencies.path-slash]
version = "0.2.1"
[dependencies.rand]
optional = true
version = "0.8"
[dependencies.rayon]
version = "1.7"
[dependencies.regex]
version = "1.9"
[dependencies.semver]
features = ["serde"]
version = "1.0"
[dependencies.serde]
features = ["derive", "rc"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.sha2]
default-features = false
optional = true
version = "0.10.7"
[dependencies.solang-parser]
default-features = false
version = "=0.3.3"
[dependencies.tempfile]
optional = true
version = "3.8.0"
[dependencies.thiserror]
version = "1.0"
[dependencies.tiny-keccak]
default-features = false
version = "2.0.2"
[dependencies.tracing]
version = "0.1.37"
[dependencies.walkdir]
version = "2.3"
[dependencies.yansi]
version = "0.5.1"
[dev-dependencies.criterion]
features = ["async_tokio"]
version = "0.5"
[dev-dependencies.env_logger]
version = "0.11.1"
[dev-dependencies.pretty_assertions]
version = "1"
[dev-dependencies.rand]
version = "0.8"
[dev-dependencies.serde_path_to_error]
version = "0.1"
[dev-dependencies.tempfile]
version = "3.8"
[dev-dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "1.32"
[dev-dependencies.tracing-subscriber]
default-features = false
features = ["env-filter", "fmt"]
version = "0.3.17"
[features]
asm = []
async = ["tokio/process", "tokio/io-util", "tokio/fs", "tokio/time", "futures-util"]
default = ["rustls"]
full = ["async", "svm-solc"]
openssl = ["svm?/openssl"]
project-util = ["tempfile", "fs_extra", "rand"]
rustls = ["svm?/rustls"]
svm-solc = ["svm", "svm-builds", "sha2"]
tests = []
[package]
authors = ["Matthias Seitz <matthias.seitz@outlook.de>", "Georgios Konstantopoulos <me@gakonst.com>"]
categories = ["cryptography::cryptocurrencies"]
description = "Utilites for working with solc"
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 = ["ethers", "ethereum", "web3", "solc", "solidity"]
license = "MIT OR Apache-2.0"
name = "ethers-solc"
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.home]
version = "0.5.5"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.svm]
default-features = false
features = ["blocking"]
optional = true
package = "svm-rs"
version = "0.3"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.svm-builds]
optional = true
package = "svm-rs-builds"
version = "0.2"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio]
features = ["rt-multi-thread"]
version = "1.32"