bhc-query 0.2.13

Query-based compilation system for BHC (salsa-like incremental compilation)
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.82"
name = "bhc-query"
version = "0.2.13"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Query-based compilation system for BHC (salsa-like incremental compilation)"
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/raskell-io/bhc"

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

[dependencies.bhc-data-structures]
version = "0.2.3"

[dependencies.bhc-span]
version = "0.2.3"

[dependencies.crossbeam]
version = "0.8"

[dependencies.dashmap]
version = "5.5"

[dependencies.parking_lot]
version = "0.12"

[dependencies.rustc-hash]
version = "1.1"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.pretty_assertions]
version = "1.4"