Skip to content

Commit

Permalink
readme: move currently unimplemented use cases to todo section
Browse files Browse the repository at this point in the history
We want to implement these features soon, but they don't exist at the moment.
  • Loading branch information
sunshowers authored Dec 17, 2019
1 parent 87a902e commit 8f13ff5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ the `cargo-guppy` CLI as well:
* track existing dependencies for a crate or workspace
* query direct or transitive dependencies of a subset of packages — useful when some packages have greater assurance or
reliability requirements
* receive CI feedback if a dependency is added, updated or removed
* receive CI feedback if a package goes from not being included in a high-assurance subset to being included
* figure out what's causing a particular crate to be included as a dependency
* iterate over reverse dependencies of a crate in topological order
* iterate over some or all links (edges) in a dependency graph, querying if the link is a build, dev or regular
Expand All @@ -28,6 +26,8 @@ the `cargo-guppy` CLI as well:

Still to come:

* receive CI feedback if a dependency is added, updated or removed
* receive CI feedback if a package goes from not being included in a high-assurance subset to being included
* queries based on features
* evaluation of target specs for [platform-specific dependencies](https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#platform-specific-dependencies)
* a command-line query language
Expand Down

0 comments on commit 8f13ff5

Please sign in to comment.