src/cargo/manifest.rs needs to be extended to support parsing feature flags. This only concerns the [features] table, not the feature flag specifications of dependencies.
Open questions:
- Should the
FindManifestetc. tasks return smaller units of data, e.g.[package],[lib],[features], etc., instead of everything at once? This would (potentially) improve performance at the cost of being a more painful API.
`src/cargo/manifest.rs` needs to be extended to support parsing feature flags. This only concerns the `[features]` table, not the feature flag specifications of dependencies.
Open questions:
- Should the `FindManifest` etc. tasks return smaller units of data, e.g. `[package]`, `[lib]`, `[features]`, etc., instead of everything at once? This would (potentially) improve performance at the cost of being a more painful API.