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

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

#12 in #file-command-line

Download history 79/week @ 2025-04-23 76/week @ 2025-04-30 59/week @ 2025-05-07 24/week @ 2025-05-14 47/week @ 2025-05-21 34/week @ 2025-05-28 35/week @ 2025-06-04 58/week @ 2025-06-11 51/week @ 2025-06-18 91/week @ 2025-06-25 65/week @ 2025-07-02 77/week @ 2025-07-09 31/week @ 2025-07-16 34/week @ 2025-07-23 42/week @ 2025-07-30 30/week @ 2025-08-06

147 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

~505KB
~12K SLoC