killercup / killercup/cargo-edit
Implement a way to list all features of all dependent packages
Open
new command
- Dominant language
- Rust
- Stars
- 3.5k
- Forks
- 166
- PR merge metrics
- No merged PRs in 30d
Description
in another thread, `cargo read-manifest` followed by parsing the JSON yourself was suggested. I'd be ok doing that, but it also doesn't seem to work. No features are listed in each create in the json, from what i can see.
Contributor guide
Research direction
Start by reproducing the reported `cargo read-manifest` output and inspect how its JSON represents dependency packages and features. Determine the command or entry point that should expose this information; done means users can list all features for every dependent package, with the behavior verified against the reported manifest case.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100