salsa 0.12.0

A generic framework for on-demand, incrementalized computation (experimental)
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "salsa"
version = "0.12.0"
authors = ["Niko Matsakis <niko@alum.mit.edu>"]
description = "A generic framework for on-demand, incrementalized computation (experimental)"
readme = "README.md"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/salsa-rs/salsa"
[dependencies.derive-new]
version = "0.5.5"

[dependencies.indexmap]
version = "1.0.1"

[dependencies.lock_api]
version = "0.1.4"

[dependencies.log]
version = "0.4.5"

[dependencies.parking_lot]
version = "0.7.0"

[dependencies.rustc-hash]
version = "1.0"

[dependencies.salsa-macros]
version = "0.12.0"

[dependencies.smallvec]
version = "0.6.5"
[dev-dependencies.diff]
version = "0.1.0"

[dev-dependencies.env_logger]
version = "0.5.13"

[dev-dependencies.rand]
version = "0.5.5"