solar-interface 0.1.5

Source positions, diagnostics, and related helper functions
Documentation
[dependencies.annotate-snippets]
features = ["simd"]
version = "0.11.5"

[dependencies.anstream]
version = "0.6.18"

[dependencies.anstyle]
version = "1.0"

[dependencies.derive_more]
features = ["full"]
version = "2.0"

[dependencies.dunce]
version = "1"

[dependencies.hex]
package = "const-hex"
version = "1.10"

[dependencies.inturn]
version = "0.1.0"

[dependencies.itertools]
version = ">=0.10, <=0.14"

[dependencies.itoa]
version = "1.0"

[dependencies.match_cfg]
version = "0.1"

[dependencies.normalize-path]
version = "0.2.1"

[dependencies.rayon]
version = "1.8"

[dependencies.scoped-tls]
version = "1.0"

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

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

[dependencies.solar-config]
default-features = false
version = "0.1.5"

[dependencies.solar-data-structures]
default-features = false
version = "0.1.5"

[dependencies.solar-macros]
default-features = false
version = "0.1.5"

[dependencies.thiserror]
version = ">=1"

[dependencies.tracing]
version = "0.1"

[dependencies.unicode-width]
version = "0.2"

[features]
json = ["dep:serde", "dep:serde_json"]
nightly = ["solar-data-structures/nightly", "solar-macros/nightly"]

[lib]
name = "solar_interface"
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 = false
categories = ["compilers", "cryptography", "cryptography::cryptocurrencies"]
description = "Source positions, diagnostics, and related helper functions"
edition = "2024"
homepage = "https://github.com/paradigmxyz/solar/tree/main/crates/interface"
keywords = ["ethereum", "solidity", "solc", "crypto", "compiler"]
license = "MIT OR Apache-2.0"
name = "solar-interface"
readme = "README.md"
repository = "https://github.com/paradigmxyz/solar"
resolver = "2"
rust-version = "1.88"
version = "0.1.5"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]