Josh Triplett 1921d097ca Add [hints] table in Cargo.toml, and a hints.mostly-unused hint
The `[hints]` table in a `Cargo.toml` manifest provides optional
information that Cargo can use for building the package, and will use
even when using the package as a dependency. All hints can be safely
ignored, and Cargo only warns about unknown hints, but does not error.
This allows packages to use hints without depending on new Cargo.

Add a `mostly-unused` hint, which allows a package to hint that most
users of the package will not use most of its items. This is useful for
improving the build performance of crates with large dependencies.

Crates can override this hint using `hint-mostly-unused = false` in
their profile for a dependency.
2025-07-11 16:54:36 -07:00
..
2025-06-26 16:40:32 -05:00
2025-07-05 19:57:28 -07:00
2025-06-26 16:38:16 -05:00
2025-07-08 11:55:41 -05:00
2025-07-05 19:50:36 -07:00
2025-07-05 19:50:36 -07:00
2025-07-05 20:17:36 -07:00
2025-07-05 19:50:36 -07:00
2025-07-05 19:50:36 -07:00
2025-07-05 19:50:36 -07:00
2025-07-05 19:50:36 -07:00
2025-07-05 19:50:36 -07:00