foundry-compilers-artifacts 0.19.14

Rust bindings for compilers JSON artifacts
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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