mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-25 11:14:46 +00:00

Add new intermediate boolean variables for each dependency and each dependency feature declared in a package. This is used to simplify computation of the sat clauses. Add support for multiple dependencies with the same name, if their kind or target is different. A non-weak dependency feature for an optional dependency now activates a feature of the same name in the sat resolver.
17 lines
305 B
TOML
17 lines
305 B
TOML
[package]
|
|
name = "resolver-tests"
|
|
version = "0.0.0"
|
|
edition.workspace = true
|
|
publish = false
|
|
|
|
[dependencies]
|
|
cargo.workspace = true
|
|
cargo-platform.workspace = true
|
|
cargo-util-schemas.workspace = true
|
|
cargo-util.workspace = true
|
|
proptest.workspace = true
|
|
varisat.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|