]> git.proxmox.com Git - rustc.git/blame - vendor/salsa/Cargo.toml
New upstream version 1.48.0+dfsg1
[rustc.git] / vendor / salsa / Cargo.toml
CommitLineData
f035d41b
XL
1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14edition = "2018"
15name = "salsa"
3dfed10e 16version = "0.15.2"
f035d41b
XL
17authors = ["Salsa developers"]
18description = "A generic framework for on-demand, incrementalized computation (experimental)"
19readme = "README.md"
20license = "Apache-2.0 OR MIT"
21repository = "https://github.com/salsa-rs/salsa"
22[dependencies.crossbeam-utils]
23version = "0.7.1"
24default-features = false
25
26[dependencies.indexmap]
27version = "1.0.1"
28
29[dependencies.lock_api]
30version = "0.4"
31
32[dependencies.log]
33version = "0.4.5"
34
3dfed10e
XL
35[dependencies.oorandom]
36version = "11"
37
f035d41b
XL
38[dependencies.parking_lot]
39version = "0.11.0"
40
f035d41b
XL
41[dependencies.rustc-hash]
42version = "1.0"
43
44[dependencies.salsa-macros]
3dfed10e 45version = "0.15.0"
f035d41b
XL
46
47[dependencies.smallvec]
48version = "1.0.0"
49[dev-dependencies.diff]
50version = "0.1.0"
51
52[dev-dependencies.env_logger]
53version = "0.7"
54
55[dev-dependencies.linked-hash-map]
56version = "0.5.2"
57
58[dev-dependencies.rand]
59version = "0.7"
60
61[dev-dependencies.rand_distr]
62version = "0.2.1"