From 5279a92c17d3ec25b6ce31e104c6c93058be95ab Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Feb 11 2023 12:56:11 +0000 Subject: add TODO list and wishlist items --- diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..01d5a81 --- /dev/null +++ b/TODO.md @@ -0,0 +1,15 @@ +# TODO + +- feature resolver for intra-workspace / path dependencies +- workspace support in buildrequires + +# WISHLIST + +- enable `required-features` of `test/bin` targets automatically during + resolution of BuildRequires if `with_check` is enabled +- for crates that ship binaries, enable `required-features` of `bin` + targets automatically +- for crates that ship libraries, enable `required-features` of `cdylib` + targets automatically +- support for automatically generating Requires / BuildRequires based + on `system-deps` metadata