rust/crates/salsa/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

36 lines
693 B
TOML
Raw Normal View History

2024-02-07 09:29:46 -06:00
[package]
name = "salsa"
version = "0.0.0"
authors = ["Salsa developers"]
edition = "2021"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/salsa-rs/salsa"
description = "A generic framework for on-demand, incrementalized computation (experimental)"
rust-version.workspace = true
[lib]
name = "salsa"
[dependencies]
indexmap = "2.1.0"
lock_api = "0.4"
tracing = "0.1"
parking_lot = "0.12.1"
rustc-hash = "1.0"
smallvec = "1.0.0"
oorandom = "11"
triomphe = "0.1.11"
salsa-macros = { version = "0.0.0", path = "salsa-macros" }
[dev-dependencies]
2024-02-07 09:30:07 -06:00
linked-hash-map = "0.5.6"
rand = "0.8.5"
test-log = "0.2.14"
2024-02-07 09:30:20 -06:00
expect-test = "1.4.0"
2024-02-07 09:34:21 -06:00
dissimilar = "1.0.7"
2024-02-07 09:53:27 -06:00
[lints]
workspace = true