2018-09-28 15:01:27 +00:00
|
|
|
[package]
|
|
|
|
name = "salsa"
|
2018-09-29 10:05:04 +00:00
|
|
|
version = "0.1.1"
|
2018-09-28 15:01:27 +00:00
|
|
|
authors = ["Niko Matsakis <niko@alum.mit.edu>"]
|
|
|
|
edition = "2018"
|
|
|
|
license = "Apache-2.0/MIT"
|
2018-09-28 15:42:03 +00:00
|
|
|
repository = "https://github.com/nikomatsakis/salsa"
|
2018-09-29 10:05:04 +00:00
|
|
|
description = "A generic framework for on-demand, incrementalized computation (not ready for public use)"
|
2018-09-28 15:48:21 +00:00
|
|
|
readme = "README.md"
|
2018-09-28 15:01:27 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2018-09-28 15:04:52 +00:00
|
|
|
derive-new = "0.5.5"
|
|
|
|
rustc-hash = "1.0"
|
2018-09-29 11:15:41 +00:00
|
|
|
parking_lot = "0.6.4"
|
|
|
|
indexmap = "1.0.1"
|
2018-09-30 11:28:22 +00:00
|
|
|
log = "0.4.5"
|
2018-09-30 10:59:28 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2018-09-30 11:28:22 +00:00
|
|
|
difference = "2.0"
|
|
|
|
env_logger = "0.5.13"
|