foundry-compilers-artifacts 0.19.11

Rust bindings for compilers JSON artifacts
Documentation
[dependencies.foundry-compilers-artifacts-solc]
version = "0.19.11"

[dependencies.foundry-compilers-artifacts-vyper]
version = "0.19.11"

[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"

[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 = "Rust bindings for compilers JSON artifacts"
edition = "2021"
exclude = [".github/", "scripts/", "test-data/"]
homepage = "https://github.com/foundry-rs/compilers"
license = "MIT OR Apache-2.0"
name = "foundry-compilers-artifacts"
readme = false
repository = "https://github.com/foundry-rs/compilers"
rust-version = "1.88"
version = "0.19.11"