[package] name = "salsa-2022" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] crossbeam = "0.8.1" dashmap = "5.3.4" rustc-hash = "1.1.0" indexmap = "2" hashlink = "0.8.0" arc-swap = "1.6.0" crossbeam-utils = { version = "0.8", default-features = false } log = "0.4.5" parking_lot = "0.12.1" smallvec = "1.0.0" salsa-2022-macros = { path = "../salsa-2022-macros" }