]> git.proxmox.com Git - rustc.git/blob - vendor/chalk-solve/Cargo.toml
Update (un)suspicious files
[rustc.git] / vendor / chalk-solve / Cargo.toml
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 are reading this file be aware that the original Cargo.toml
9 # will likely look very different (and much more reasonable).
10 # See Cargo.toml.orig for the original contents.
11
12 [package]
13 edition = "2018"
14 name = "chalk-solve"
15 version = "0.76.0"
16 authors = ["Rust Compiler Team", "Chalk developers"]
17 description = "Combines the chalk-engine with chalk-ir"
18 readme = "README.md"
19 keywords = ["compiler", "traits", "prolog"]
20 license = "Apache-2.0/MIT"
21 repository = "https://github.com/rust-lang/chalk"
22 [dependencies.chalk-derive]
23 version = "=0.76.0"
24
25 [dependencies.chalk-ir]
26 version = "=0.76.0"
27
28 [dependencies.ena]
29 version = "0.14.0"
30
31 [dependencies.indexmap]
32 version = "1.7.0"
33
34 [dependencies.itertools]
35 version = "0.10.0"
36
37 [dependencies.petgraph]
38 version = "0.5.1"
39
40 [dependencies.rustc-hash]
41 version = "1.1.0"
42
43 [dependencies.tracing]
44 version = "0.1"
45
46 [dependencies.tracing-subscriber]
47 version = "0.3"
48 features = ["env-filter"]
49 optional = true
50
51 [dependencies.tracing-tree]
52 version = "0.2"
53 optional = true
54
55 [dev-dependencies]
56
57 [features]
58 default = ["tracing-full"]
59 tracing-full = ["tracing-subscriber", "tracing-tree"]