ethers-solc 1.0.2

Utilites for working with solc
Documentation
[[bench]]
harness = false
name = "compile_many"

[[bench]]
harness = false
name = "read_all"
required-features = ["project-util"]

[[test]]
name = "project"
path = "tests/project.rs"
required-features = ["full", "project-util"]

[[test]]
name = "mocked"
path = "tests/mocked.rs"
required-features = ["full", "project-util"]
[dependencies.cfg-if]
version = "1.0.0"

[dependencies.dunce]
version = "1.0.3"

[dependencies.ethers-core]
default-features = false
version = "^1.0.0"

[dependencies.fs_extra]
optional = true
version = "1.2.0"

[dependencies.futures-util]
optional = true
version = "^0.3"

[dependencies.glob]
version = "0.3.0"

[dependencies.hex]
version = "0.4.3"

[dependencies.md-5]
version = "0.10.5"

[dependencies.num_cpus]
version = "1.14.0"

[dependencies.once_cell]
version = "1.16.0"

[dependencies.path-slash]
version = "0.2.1"

[dependencies.rand]
optional = true
version = "0.8.5"

[dependencies.rayon]
version = "1.6.0"

[dependencies.regex]
version = "1.7.0"

[dependencies.semver]
features = ["serde"]
version = "1.0.14"

[dependencies.serde]
features = ["derive"]
version = "1.0.130"

[dependencies.serde_json]
version = "1.0.68"

[dependencies.sha2]
default-features = false
optional = true
version = "0.10.6"

[dependencies.solang-parser]
default-features = false
version = "=0.1.18"

[dependencies.tempfile]
optional = true
version = "3.3.0"

[dependencies.thiserror]
version = "1.0"

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

[dependencies.tokio]
default-features = false
features = ["rt"]
version = "1.18"

[dependencies.tracing]
version = "0.1.37"

[dependencies.walkdir]
version = "2.3.2"

[dependencies.yansi]
version = "0.5.1"
[dev-dependencies.criterion]
features = ["async_tokio"]
version = "0.3"

[dev-dependencies.env_logger]
version = "0.10.0"

[dev-dependencies.pretty_assertions]
version = "1.3.0"

[dev-dependencies.rand]
version = "0.8.5"

[dev-dependencies.tempfile]
version = "3.3.0"

[dev-dependencies.tokio]
features = ["full"]
version = "1.18"

[dev-dependencies.tracing-subscriber]
default-features = false
features = ["env-filter", "fmt"]
version = "0.3"

[features]
asm = ["sha2/asm", "svm/sha2-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/blocking", "svm-builds", "sha2"]
tests = []

[package]
authors = ["Matthias Seitz <matthias.seitz@outlook.de>", "Georgios Konstantopoulos <me@gakonst.com>"]
description = "Utilites for working with solc"
documentation = "https://docs.rs/ethers"
edition = "2018"
homepage = "https://docs.rs/ethers"
keywords = ["ethereum", "web3", "solc", "solidity", "ethers"]
license = "MIT OR Apache-2.0"
name = "ethers-solc"
readme = "README.md"
repository = "https://github.com/gakonst/ethers-rs"
resolver = "2"
rust-version = "1.62"
version = "1.0.2"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.home]
version = "0.5.4"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.svm]
default-features = false
features = ["blocking"]
optional = true
package = "svm-rs"
version = "0.2.18"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.svm-builds]
optional = true
package = "svm-rs-builds"
version = "0.1.8"
[target."cfg(target_arch = \"wasm32\")".dependencies.getrandom]
features = ["js"]
version = "0.2"