[package]
edition = "2021"
rust-version = "1.88"
name = "foundry-compilers-artifacts"
version = "0.19.14"
authors = ["Foundry Maintainers"]
build = false
exclude = [
".github/",
"scripts/",
"test-data/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings for compilers JSON artifacts"
homepage = "https://github.com/foundry-rs/compilers"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/foundry-rs/compilers"
[features]
async = ["foundry-compilers-artifacts-solc/async"]
checksum = ["foundry-compilers-artifacts-solc/checksum"]
rayon = ["foundry-compilers-artifacts-solc/rayon"]
walkdir = ["foundry-compilers-artifacts-solc/walkdir"]
[lib]
name = "foundry_compilers_artifacts"
path = "src/lib.rs"
[dependencies.foundry-compilers-artifacts-solc]
version = "0.19.14"
[dependencies.foundry-compilers-artifacts-vyper]
version = "0.19.14"
[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"