So the name I chose in the title might not be the best one but here's my idea:
It would be useful IMO to be able to set the build profile of a dependency to be the same as the "current" crate:
name = "test"
description = "plop"
version = "0.1.0-dev"
[[depends-on]]
a = "*"
b = "*"
[build-profiles]
a = "release"
b = "inherit" # B will have the same build profile as the "test" crate
This idea using crates in sub dirs for testsing a library. Most of the time I want the library to compile with the same profile as the test crate.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too