]> git.proxmox.com Git - rustc.git/blame - vendor/chalk-solve/Cargo.toml
New upstream version 1.49.0~beta.4+dfsg1
[rustc.git] / vendor / chalk-solve / Cargo.toml
CommitLineData
f9f354fc
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 = "chalk-solve"
29967ef6 16version = "0.36.0"
f9f354fc
XL
17authors = ["Rust Compiler Team", "Chalk developers"]
18description = "Combines the chalk-engine with chalk-ir"
19readme = "README.md"
20keywords = ["compiler", "traits", "prolog"]
21license = "Apache-2.0/MIT"
22repository = "https://github.com/rust-lang/chalk"
23[dependencies.chalk-derive]
29967ef6 24version = "=0.36.0"
f9f354fc
XL
25
26[dependencies.chalk-ir]
29967ef6 27version = "=0.36.0"
f9f354fc
XL
28
29[dependencies.ena]
f035d41b 30version = "0.14.0"
f9f354fc
XL
31
32[dependencies.itertools]
33version = "0.9.0"
34
35[dependencies.petgraph]
3dfed10e 36version = "0.5.1"
f9f354fc
XL
37
38[dependencies.rustc-hash]
3dfed10e 39version = "1.1.0"
f035d41b
XL
40
41[dependencies.tracing]
42version = "0.1"
43
44[dependencies.tracing-subscriber]
45version = "0.2"
3dfed10e
XL
46optional = true
47
48[dependencies.tracing-tree]
49version = "0.1.4"
50optional = true
f035d41b
XL
51
52[dev-dependencies]
53
54[features]
3dfed10e
XL
55default = ["tracing-full"]
56tracing-full = ["tracing-subscriber", "tracing-tree"]