salsa/components/salsa-2022/Cargo.toml

20 lines
465 B
TOML
Raw Normal View History

2022-08-01 05:32:47 +00:00
[package]
2022-08-05 17:19:05 +00:00
name = "salsa-2022"
2022-08-01 05:32:47 +00:00
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"
2022-08-20 17:06:09 +00:00
dashmap = "5.3.4"
2022-08-01 05:32:47 +00:00
rustc-hash = "1.1.0"
2023-09-30 00:11:34 +00:00
indexmap = "2"
2022-08-20 17:06:09 +00:00
hashlink = "0.8.0"
arc-swap = "1.6.0"
2022-08-01 05:32:47 +00:00
crossbeam-utils = { version = "0.8", default-features = false }
log = "0.4.5"
2022-08-20 17:00:54 +00:00
parking_lot = "0.12.1"
2022-08-01 05:32:47 +00:00
smallvec = "1.0.0"
2022-08-20 17:00:54 +00:00
salsa-2022-macros = { path = "../salsa-2022-macros" }