Currently all the optional dependencies and their transitive dependencies are bundled together, meaning you either have to figure out the dependency tree somehow, or to use everything.
I take this back: we already model dependencies as a tree (kinda). I really don't know why I thought we didn't... |