foundry-compilers-core 0.16.2

Core utilities for foundry-compilers crates
Documentation
[dependencies.alloy-primitives]
features = ["serde", "rand"]
version = "1.0"

[dependencies.cfg-if]
version = "1.0"

[dependencies.dunce]
version = "1.0"

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

[dependencies.regex]
optional = true
version = "1.10"

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

[dependencies.serde]
features = ["derive", "rc"]
version = "1"

[dependencies.serde_json]
version = "1.0"

[dependencies.svm]
default-features = false
optional = true
package = "svm-rs"
version = "0.5"

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

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
features = ["rt-multi-thread"]
optional = true
version = "1.35"

[dependencies.walkdir]
optional = true
version = "2.5"

[dependencies.xxhash-rust]
default-features = false
features = ["xxh3"]
optional = true
version = "0.8"

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

[features]
async = ["dep:tokio"]
hasher = ["dep:xxhash-rust"]
project-util = ["dep:tempfile", "dep:fs_extra"]
regex = ["dep:regex"]
svm-solc = ["dep:svm", "dep:tokio"]
test-utils = ["dep:tempfile"]
walkdir = ["dep:walkdir"]

[lib]
name = "foundry_compilers_core"
path = "src/lib.rs"

[lints.clippy]
dbg-macro = "warn"
large-enum-variant = "allow"
manual-string-new = "warn"
redundant-clone = "warn"
result-large-err = "allow"
uninlined-format-args = "warn"
use-self = "warn"

[lints.rust]
redundant-lifetimes = "warn"
rust-2018-idioms = "warn"
unused-must-use = "warn"

[lints.rustdoc]
all = "warn"

[package]
authors = ["Foundry Maintainers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Core utilities for foundry-compilers crates"
edition = "2021"
exclude = [".github/", "scripts/", "test-data/"]
homepage = "https://github.com/foundry-rs/compilers"
license = "MIT OR Apache-2.0"
name = "foundry-compilers-core"
readme = false
repository = "https://github.com/foundry-rs/compilers"
rust-version = "1.86"
version = "0.16.2"

[target."cfg(windows)".dependencies.path-slash]
version = "0.2"