# cargo2 ### Table Of Contents - [Description](#description) - [Features](#features) - [Planned Features](#planned-features) ### Description `cargo2` is a collection of utilities to aid your development, distribution and deployment of your applications. ### Features - `cargo2 license list` List dependencies' licenses. ### Planned Features - `cargo2 license check` Check for conflicting or undesired dependency licenses. - `cargo2 license bundle` Generate a THIRD_PARTY_LICENSES.md from dependencies. - `cargo2 publish` Bump & commit version, then publish.