#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 45/week @ 2024-11-16 44/week @ 2024-11-23 28/week @ 2024-11-30 28/week @ 2024-12-07 50/week @ 2024-12-14 49/week @ 2024-12-21 15/week @ 2024-12-28 27/week @ 2025-01-04 27/week @ 2025-01-11 31/week @ 2025-01-18 35/week @ 2025-01-25 59/week @ 2025-02-01 54/week @ 2025-02-08 108/week @ 2025-02-15 94/week @ 2025-02-22 72/week @ 2025-03-01

337 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