[dependencies.bumpalo]
version = "3.14"
[dependencies.index_vec]
version = "0.1.3"
[dependencies.indexmap]
version = "2.2"
[dependencies.parking_lot]
version = "0.12"
[dependencies.rayon]
version = "1.8"
[dependencies.rustc-hash]
version = "2.0"
[dependencies.smallvec]
features = ["const_generics", "union"]
version = "1"
[features]
nightly = ["smallvec/specialization", "smallvec/may_dangle", "parking_lot/nightly"]
[lib]
name = "solar_data_structures"
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 = "Common data structures and utilities for the Solar compiler"
edition = "2021"
homepage = "https://github.com/paradigmxyz/solar/tree/main/crates/data-structures"
keywords = ["ethereum", "solidity", "solc", "crypto", "compiler"]
license = "MIT OR Apache-2.0"
name = "solar-data-structures"
readme = "README.md"
repository = "https://github.com/paradigmxyz/solar"
rust-version = "1.83"
version = "0.1.2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]