7 releases
0.1.6 | Nov 28, 2021 |
---|---|
0.1.5 | Aug 1, 2021 |
0.1.4 | Jul 9, 2020 |
0.1.3 | Sep 10, 2019 |
#347 in Cargo plugins
49 downloads per month
13KB
223 lines
cargo-print
A cargo subcommand to print information in a shell-convenient format. Useful for CI.
Can be installed and run like so:
cargo install cargo-print
cargo print examples [--no-default-features] [--features <FEATURES>...] [--all-features]
# prints examples that can be run given the specified features
cargo print publish
# prints packages of a workspace in order for publishing
cargo print package
# prints the name of the package in the current directory
cargo print directory <package-name>
# prints the directory of the specified package
cargo print host
# prints rustc's host triple
License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE.txt or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT.txt or http://opensource.org/licenses/MIT)
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Dependencies
~1.1–9MB
~80K SLoC