#cargo-toml #git-config #read #information #command-line #spirit

app cargo-config

cargo-config allows you get to read information from a project's Cargo.toml file on the command line. Similar in spirit to git config.

2 releases

Uses old Rust 2015

0.1.1 Oct 15, 2015
0.1.0 Oct 15, 2015

#10 in #spirit

Download history 280/week @ 2024-03-11 181/week @ 2024-03-18 153/week @ 2024-03-25 423/week @ 2024-04-01 234/week @ 2024-04-08 287/week @ 2024-04-15 269/week @ 2024-04-22 167/week @ 2024-04-29 278/week @ 2024-05-06 503/week @ 2024-05-13 237/week @ 2024-05-20 286/week @ 2024-05-27 278/week @ 2024-06-03 401/week @ 2024-06-10 779/week @ 2024-06-17 484/week @ 2024-06-24

1,945 downloads per month

Apache-2.0/MIT

6KB

Description

cargo-config allows you get to read information from a project's Cargo.toml file on the command line. Similar in spirit to git config

Usage

cargo config package.name # "cargo-config"
cargo config package.authors # ["Wesley Wiser <wwiser@gmail.com>"]

License

Like Rust and Cargo, cargo-config is dual licensed under both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE and LICENSE-MIT for details.

Dependencies

~370KB