mirror of
https://github.com/salsa-rs/salsa.git
synced 2024-12-26 14:00:52 +00:00
e3313ff995
- #259 salsa's `debug!` logs now include query dependencies in human-readable format, which helps with debugging unwanted dependencies.
29 lines
701 B
TOML
29 lines
701 B
TOML
[package]
|
|
name = "salsa"
|
|
version = "0.16.1" # CHECK salsa-macros version
|
|
authors = ["Salsa developers"]
|
|
edition = "2018"
|
|
license = "Apache-2.0 OR MIT"
|
|
repository = "https://github.com/salsa-rs/salsa"
|
|
description = "A generic framework for on-demand, incrementalized computation (experimental)"
|
|
|
|
[dependencies]
|
|
crossbeam-utils = { version = "0.8", default-features = false }
|
|
indexmap = "1.0.1"
|
|
lock_api = "0.4"
|
|
log = "0.4.5"
|
|
parking_lot = "0.11.0"
|
|
rustc-hash = "1.0"
|
|
smallvec = "1.0.0"
|
|
oorandom = "11"
|
|
|
|
salsa-macros = { version = "0.16.0", path = "components/salsa-macros" }
|
|
|
|
[dev-dependencies]
|
|
diff = "0.1.0"
|
|
env_logger = "0.7"
|
|
linked-hash-map = "0.5.2"
|
|
rand = "0.7"
|
|
rand_distr = "0.2.1"
|
|
|
|
[workspace]
|