solar-config 0.1.8

Solar compiler configuration
Documentation
[build-dependencies.vergen]
features = ["build", "git", "gitcl", "cargo"]
optional = true
version = "8"

[dependencies.clap]
features = ["derive"]
optional = true
version = "4.4"

[dependencies.colorchoice]
version = "1.0"

[dependencies.serde]
optional = true
version = "1.0"

[dependencies.strum]
features = ["derive"]
version = "0.27"

[dev-dependencies.serde_json]
version = "1.0"

[features]
asm = []
clap = ["version", "dep:clap"]
jemalloc = []
mimalloc = []
nightly = []
serde = ["dep:serde"]
tracing = []
tracing-chrome = []
tracing-off = []
tracy = []
tracy-allocator = []
version = ["dep:vergen"]

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

[lints.clippy]
dbg-macro = "warn"
manual-string-new = "warn"
redundant-clone = "warn"
uninlined-format-args = "warn"
use-self = "warn"

[lints.rust]
redundant-lifetimes = "warn"
rust-2018-idioms = "warn"
unnameable-types = "warn"
unreachable-pub = "warn"
unused-crate-dependencies = "warn"
unused-must-use = "warn"

[lints.rustdoc]
all = "warn"

[package]
authors = ["DaniPopes <57450786+DaniPopes@users.noreply.github.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["compilers", "cryptography", "cryptography::cryptocurrencies"]
description = "Solar compiler configuration"
edition = "2024"
homepage = "https://github.com/paradigmxyz/solar/tree/main/crates/config"
keywords = ["ethereum", "solidity", "solc", "crypto", "compiler"]
license = "MIT OR Apache-2.0"
name = "solar-config"
readme = "README.md"
repository = "https://github.com/paradigmxyz/solar"
resolver = "2"
rust-version = "1.88"
version = "0.1.8"