Cargo Features

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

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

Enables tokio

hasher

Enables xxhash-rust

Affects utils::unique_hash, utils::unique_hash_many

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