Cargo Features

foundry-compilers-core has no features set by default.

[dependencies]
foundry-compilers-core = { version = "0.13.3", features = ["async", "project-util", "regex", "svm-solc", "walkdir", "test-utils"] }
async

Enables tokio

project-util

Enables fs_extra and tempfile

regex

Enables regex

svm-solc

Enables svm-rs and tokio

tokio:

async

walkdir

Enables walkdir

test-utils

Enables tempfile

project-util