Skip to content

Cargo subcommand to extract specific information from Cargo.toml

License

Notifications You must be signed in to change notification settings

LimeEng/cargo-extract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI status Latest version

cargo-extract

This cargo subcommand allows you to extract specific information from a Cargo.toml file.

Installation

$ cargo install cargo-extract

Examples

$ cargo extract package.name
cargo-extract

$ cargo extract package.version
0.3.1

$ cargo extract package.categories
command-line-utilities
development-tools::build-utils
development-tools::cargo-plugins

$ cargo extract package.categories.0
command-line-utilities

$ cargo extract --arch
x86_64-pc-windows-msvc

About

Cargo subcommand to extract specific information from Cargo.toml

Resources

License

Stars

Watchers

Forks

Languages